/* ==========================================================
   Summit Pine Property Services — stylesheet v2
   Editorial, condensed, lead-gen focused.
   ========================================================== */

:root {
  --forest-950: #0f1f16;
  --forest-900: #16281d;
  --forest-800: #1f4029;
  --forest-700: #2c5738;
  --sage-500: #7c9a80;

  --cream-50: #e6d6b8;
  --cream-100: #d8c39c;
  --cream-200: #c7ac7e;
  --offwhite: #faf5ea;

  --clay-700: #3d2415;
  --clay-600: #5c3820;
  --clay-500: #7a4a28;
  --clay-400: #a06b3e;
  --clay-200: #d9c0a0;

  --ink-900: #201a12;
  --ink-700: #4a4034;
  --ink-500: #7a6f60;

  --white: #ffffff;

  --font-display: 'Bodoni Moda', 'Georgia', serif;
  --font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --shadow-sm: 0 2px 10px rgba(15, 31, 22, 0.08);
  --shadow-md: 0 10px 32px rgba(15, 31, 22, 0.12);
  --shadow-lg: 0 24px 60px rgba(15, 31, 22, 0.20);

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;

  --header-h: 80px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; }
input, select, textarea { font: inherit; }

body {
  font-family: var(--font-sans);
  color: var(--ink-900);
  background: var(--cream-50);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--forest-900);
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.icon { flex-shrink: 0; }

/* ---------- grain texture overlay (site-wide) ---------- */
.grain-overlay {
  position: fixed; inset: 0; z-index: 200; 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='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- decorative watermark icon ---------- */
.bg-watermark {
  position: absolute; z-index: 0; pointer-events: none; color: var(--forest-800); opacity: 0.05;
}
.bg-watermark.on-dark { color: var(--clay-400); opacity: 0.08; }

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

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 15px 30px;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--clay-400), var(--clay-600));
  color: var(--offwhite);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(169, 116, 74, 0.38); }
.btn-ghost { background: transparent; color: var(--forest-900); border: 1.5px solid var(--forest-800); }
.btn-ghost:hover { background: var(--forest-900); color: var(--offwhite); }
.btn-outline-light { background: transparent; color: var(--offwhite); border: 1.5px solid rgba(250, 245, 234, 0.45); }
.btn-outline-light:hover { background: rgba(250, 245, 234, 0.12); border-color: var(--offwhite); }
.btn-sm { padding: 10px 20px; font-size: 0.82rem; }
.btn-block { width: 100%; }

/* ---------- eyebrow ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-600);
  margin-bottom: 14px;
}
.eyebrow-light { color: var(--clay-400); }

.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }

/* ================= HEADER ================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  background: transparent;
  transition: background 0.35s ease, box-shadow 0.35s ease, height 0.35s ease;
}
.site-header.scrolled {
  background: rgba(230, 214, 184, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  height: 68px;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { border-radius: 50%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-weight: 500; font-size: 1.22rem; color: var(--offwhite); transition: color 0.35s ease; white-space: nowrap; }
.brand-sub { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; color: var(--clay-400); transition: color 0.35s ease; white-space: nowrap; }

.main-nav ul { display: flex; align-items: center; gap: 28px; }
.nav-cta { display: none; }
.nav-link {
  font-size: 0.88rem; font-weight: 600; color: var(--offwhite);
  position: relative; padding: 6px 0; transition: color 0.35s ease;
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--clay-500); transition: width 0.25s ease;
}
.nav-link:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 0.88rem; color: var(--offwhite); transition: color 0.35s ease; }
.header-phone .icon { color: var(--clay-400); }
.nav-toggle { display: none; padding: 6px; color: var(--offwhite); transition: color 0.35s ease; }
.nav-toggle .icon-close { display: none; }
.nav-toggle.is-open .icon-open { display: none; }
.nav-toggle.is-open .icon-close { display: block; }

.site-header.scrolled .brand-name,
.site-header.scrolled .nav-link,
.site-header.scrolled .header-phone,
.site-header.scrolled .nav-toggle { color: var(--forest-900); }
.site-header.scrolled .brand-sub,
.site-header.scrolled .header-phone .icon { color: var(--clay-600); }
.main-nav.is-open .nav-link { color: var(--forest-900); }

/* ---------- scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--clay-500), var(--clay-400));
  z-index: 110; transition: width 0.1s linear;
}

/* ================= HERO ================= */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; padding-top: var(--header-h);
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse at 15% 15%, rgba(201, 154, 107, 0.14), transparent 50%),
    radial-gradient(ellipse at 88% 82%, rgba(44, 87, 56, 0.6), transparent 60%),
    linear-gradient(160deg, var(--forest-950) 0%, var(--forest-900) 45%, var(--forest-800) 100%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(250,245,234,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250,245,234,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 60% 40%, black, transparent 75%);
}
.hero-content { max-width: 700px; color: var(--offwhite); position: relative; z-index: 1; padding: 50px 24px; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); color: var(--offwhite); margin-bottom: 20px; }
.hero h1 em { color: var(--clay-400); font-style: normal; }
.hero-lede { font-size: 1.1rem; color: rgba(250, 245, 234, 0.78); max-width: 520px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 40px; }
.hero-actions .btn-ghost { color: var(--offwhite); border-color: rgba(250, 245, 234, 0.45); }
.hero-actions .btn-ghost:hover { background: rgba(250, 245, 234, 0.12); border-color: var(--offwhite); color: var(--offwhite); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 0.82rem; font-weight: 600; color: rgba(250, 245, 234, 0.7); }
.hero-badges span.sep { color: var(--clay-400); }

.hero-floaters { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.floater {
  position: absolute; color: var(--clay-400); opacity: 0.5;
  transform: translate3d(calc(var(--px, 0) * 1px), calc(var(--py, 0) * 1px), 0);
  transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
  animation: floaterDrift 9s ease-in-out infinite;
}
.floater-1 { top: 18%; left: 8%; animation-delay: 0s; --depth: 18; }
.floater-2 { top: 62%; left: 90%; animation-delay: -3s; --depth: 28; }
.floater-3 { top: 80%; left: 20%; animation-delay: -6s; --depth: 12; }
.floater-4 { top: 30%; left: 78%; animation-delay: -1.5s; --depth: 22; }
@keyframes floaterDrift {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -18px; }
}

/* ================= TRUST STRIP ================= */
.trust-strip { background: var(--forest-900); border-top: 1px solid rgba(201,154,107,0.15); }
.trust-strip-inner {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 40px;
  padding: 22px 0; text-align: center;
}
.trust-strip-item { display: flex; align-items: center; gap: 10px; color: rgba(250,245,234,0.82); font-size: 0.85rem; font-weight: 600; }
.trust-strip-item .icon { color: var(--clay-400); }

/* ================= WORK (before/after + services) ================= */
.work-section {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 700px 500px at 90% 0%, rgba(169, 116, 74, 0.10), transparent 60%),
    radial-gradient(ellipse 600px 500px at -5% 60%, rgba(124, 154, 128, 0.16), transparent 60%),
    linear-gradient(180deg, var(--cream-100) 0%, var(--cream-50) 30%, var(--cream-50) 100%);
}
.work-section::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(32,26,18,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32,26,18,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, black, transparent);
}
.work-section .container { position: relative; z-index: 1; }
.section-heading { max-width: 640px; margin-bottom: 44px; position: relative; }
.section-heading h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.section-heading p { color: var(--ink-500); font-size: 1.02rem; margin-top: 14px; }

.ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-bottom: 56px; }
.ba-slider {
  position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius-md);
  overflow: hidden; box-shadow: var(--shadow-md); cursor: ew-resize;
  touch-action: pan-y; transition: box-shadow 0.3s ease;
}
.ba-slider:hover { box-shadow: 0 16px 40px rgba(169,116,74,0.22); }
.ba-media { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; background: var(--cream-200); }
.ba-media img { width: 100%; height: 100%; object-fit: cover; }
.ba-after { z-index: 1; }
.ba-before { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba-media span.ba-hint { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-500); }
.ba-divider {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px;
  background: var(--offwhite); transform: translateX(-50%); z-index: 3; pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}
.ba-handle {
  position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; border-radius: 50%;
  background: var(--offwhite); transform: translate(-50%, -50%); z-index: 4; pointer-events: none;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); color: var(--forest-900);
}
.ba-range {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0;
  opacity: 0; cursor: ew-resize; z-index: 5; -webkit-appearance: none; appearance: none;
}
.ba-tag {
  position: absolute; top: 14px; z-index: 4; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px; background: rgba(15,31,22,0.55); color: var(--offwhite);
  backdrop-filter: blur(4px);
}
.ba-tag-before { left: 14px; }
.ba-tag-after { right: 14px; }
.ba-caption { margin-top: 12px; font-weight: 700; font-size: 0.92rem; color: var(--forest-900); }
.ba-caption small { display: block; font-weight: 500; font-size: 0.8rem; color: var(--ink-500); margin-top: 2px; }

.services-panel {
  position: relative; overflow: hidden;
  background: linear-gradient(155deg, var(--cream-100) 0%, var(--clay-200) 130%);
  border: 1px solid rgba(169, 116, 74, 0.18);
  border-radius: var(--radius-lg); padding: 44px;
  box-shadow: var(--shadow-sm);
}
.services-panel h3 { font-size: 1.3rem; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
.services-panel h3 .icon { color: var(--clay-600); }
.services-panel > * { position: relative; z-index: 1; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--cream-200); border-radius: 999px;
  padding: 10px 16px 10px 12px; font-size: 0.86rem; font-weight: 600; color: var(--ink-700);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.chip:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(169,116,74,0.18); border-color: var(--clay-400); }
.chip .icon { color: var(--clay-600); }

.estimate-note { display: flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--forest-800); font-weight: 600; font-size: 0.92rem; }
.estimate-note .icon { color: var(--clay-600); }

/* ================= PROCESS ("How It Works") ================= */
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  margin: 56px 0; position: relative;
}
.process-grid::before {
  content: ""; position: absolute; top: 26px; left: 12%; right: 12%; height: 1px;
  background: repeating-linear-gradient(90deg, var(--clay-400) 0 8px, transparent 8px 16px);
}
.process-step { position: relative; text-align: center; padding: 0 10px; }
.process-num {
  width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--offwhite); border: 1.5px solid var(--clay-400); color: var(--clay-600);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; position: relative; z-index: 1;
}
.process-step h4 { font-family: var(--font-sans); font-weight: 700; font-size: 0.92rem; color: var(--forest-900); margin-bottom: 6px; }
.process-step p { font-size: 0.82rem; color: var(--ink-500); }

/* ================= SEASON TOGGLE ================= */
.season-toggle {
  display: inline-flex; background: var(--white); border: 1px solid var(--cream-200);
  border-radius: 999px; padding: 4px; margin-bottom: 22px; gap: 4px;
}
.season-btn {
  padding: 9px 18px; border-radius: 999px; font-size: 0.82rem; font-weight: 700;
  color: var(--ink-500); transition: background 0.2s ease, color 0.2s ease;
}
.season-btn.active { background: var(--forest-900); color: var(--offwhite); }
.chip[data-season] { transition: opacity 0.25s ease, transform 0.25s ease; }
.chip.is-dimmed { opacity: 0.32; transform: scale(0.98); }

/* ================= ESTIMATE CALCULATOR ================= */
.calculator {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--white) 0%, var(--cream-100) 100%);
  border: 1px solid var(--cream-200); border-radius: var(--radius-lg);
  padding: 44px; margin-top: 24px; box-shadow: var(--shadow-md);
}
.calculator::after {
  content: ""; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px;
  border-radius: 50%; background: radial-gradient(circle, rgba(169,116,74,0.14), transparent 70%);
  pointer-events: none;
}
.calculator > * { position: relative; z-index: 1; }
.calc-header { max-width: 520px; margin-bottom: 30px; display: flex; flex-direction: column; }
.calc-header h3 { font-size: 1.4rem; margin-bottom: 8px; }
.calc-header p { color: var(--ink-500); font-size: 0.92rem; }
.calc-body { display: grid; gap: 26px; margin-bottom: 28px; }
.calc-label { display: block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--forest-800); margin-bottom: 12px; }
.calc-size-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.calc-size-btn {
  padding: 14px 10px; border-radius: var(--radius-sm); border: 1.5px solid var(--cream-200);
  background: var(--cream-50); font-weight: 700; font-size: 0.88rem; color: var(--ink-700);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.calc-size-btn small { display: block; font-weight: 500; font-size: 0.72rem; color: var(--ink-500); margin-top: 4px; }
.calc-size-btn:hover { border-color: var(--clay-400); }
.calc-size-btn.active { border-color: var(--clay-500); background: var(--clay-200); color: var(--forest-900); box-shadow: 0 6px 18px rgba(169,116,74,0.2); }
.calc-size-btn.active small { color: var(--clay-700); }

.calc-need-options { display: flex; flex-wrap: wrap; gap: 10px; }
.calc-need-btn {
  padding: 12px 18px; border-radius: 999px; border: 1.5px solid var(--cream-200);
  background: var(--cream-50); font-weight: 700; font-size: 0.86rem; color: var(--ink-700);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.calc-need-btn:hover { border-color: var(--clay-400); }
.calc-need-btn.active { border-color: var(--clay-500); background: var(--forest-900); color: var(--offwhite); box-shadow: 0 6px 18px rgba(31,64,41,0.25); }

.calc-result {
  background: var(--cream-100); border-radius: var(--radius-md); padding: 28px 30px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 22px 30px; justify-content: space-between;
}
.calc-result-figures { flex: 1; min-width: 220px; }
.calc-result-label { display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--clay-600); margin-bottom: 6px; }
.calc-result-value { font-family: var(--font-display); font-size: 2.1rem; font-weight: 500; color: var(--forest-900); }
.calc-result-value small { font-family: var(--font-sans); font-size: 0.9rem; font-weight: 600; color: var(--ink-500); margin-left: 4px; }
.calc-disclaimer { font-size: 0.78rem; color: var(--ink-500); margin-top: 8px; max-width: 340px; }
.calc-result .btn { flex-shrink: 0; }

/* ================= TRUST + CONTACT ================= */
.trust-section {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 800px 600px at 8% 8%, rgba(201, 154, 107, 0.10), transparent 55%),
    radial-gradient(ellipse 700px 550px at 100% 90%, rgba(124, 154, 128, 0.14), transparent 55%),
    linear-gradient(180deg, var(--forest-950) 0%, var(--forest-900) 100%);
  color: var(--offwhite);
}
.trust-section::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(250,245,234,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250,245,234,0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 65% 55% at 50% 0%, black, transparent);
}
.trust-section .container { position: relative; z-index: 1; }
.trust-section .section-heading h2, .trust-section .section-heading p { color: var(--offwhite); }
.trust-section .section-heading p { color: rgba(250,245,234,0.65); }

.carousel { position: relative; margin-bottom: 76px; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.carousel-slide { flex: 0 0 100%; padding: 0 8px; box-sizing: border-box; }
@media (min-width: 720px) { .carousel-slide { flex: 0 0 50%; } }
@media (min-width: 1040px) { .carousel-slide { flex: 0 0 33.333%; } }

.review-card {
  background: rgba(250, 245, 234, 0.05); border: 1px solid rgba(201, 154, 107, 0.2);
  border-radius: var(--radius-md); padding: 26px; height: 100%;
  transition: transform 0.25s ease, background 0.25s ease;
}
.review-card:hover { transform: translateY(-4px); background: rgba(250, 245, 234, 0.08); box-shadow: 0 14px 34px rgba(0,0,0,0.25); }
.review-card .stars { display: flex; gap: 2px; color: var(--clay-400); margin-bottom: 12px; }
.review-card p { font-size: 0.95rem; color: rgba(250,245,234,0.88); margin-bottom: 16px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.avatar {
  width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--clay-500), var(--clay-700)); color: var(--offwhite);
  font-family: var(--font-display); font-weight: 600; font-size: 0.85rem; flex-shrink: 0;
}
.review-author strong { font-size: 0.85rem; display: block; }
.review-author small { font-size: 0.75rem; color: rgba(250,245,234,0.55); }

.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 26px; }
.carousel-arrow {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(250,245,234,0.25);
  color: var(--offwhite); display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.carousel-arrow:hover { background: rgba(250,245,234,0.1); border-color: var(--clay-400); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(250,245,234,0.25); transition: background 0.2s ease, transform 0.2s ease; }
.carousel-dot.active { background: var(--clay-400); transform: scale(1.3); }

/* ================= FAQ ================= */
.faq-list { max-width: 760px; margin: 0 0 76px; display: grid; gap: 12px; }
.faq-item {
  background: rgba(250,245,234,0.04); border: 1px solid rgba(201,154,107,0.18); border-radius: var(--radius-md);
  overflow: hidden; transition: border-color 0.25s ease, background 0.25s ease;
}
.faq-item:hover { border-color: rgba(201,154,107,0.4); background: rgba(250,245,234,0.07); }
.faq-item summary { gap: 14px; }
.faq-q-icon {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(201,154,107,0.14); color: var(--clay-400);
  display: flex; align-items: center; justify-content: center;
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; font-weight: 700; font-size: 0.96rem; color: var(--offwhite);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron { flex-shrink: 0; color: var(--clay-400); transition: transform 0.25s ease; }
.faq-item[open] .faq-chevron { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 22px; color: rgba(250,245,234,0.68); font-size: 0.9rem; max-width: 620px; }

.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: start; }
.contact-copy h2 { color: var(--offwhite); font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 14px; }
.contact-copy p { color: rgba(250,245,234,0.68); font-size: 1.02rem; margin-bottom: 10px; }
.contact-copy .estimate-note { color: var(--clay-400); }
.contact-copy .estimate-note .icon { color: var(--clay-400); }

.quote-form { margin-top: 28px; display: grid; gap: 14px; }
.quote-form[hidden] { display: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.78rem; font-weight: 700; color: rgba(250,245,234,0.75); }
.field input, .field select {
  padding: 13px 16px; border-radius: var(--radius-sm); border: 1.5px solid rgba(250,245,234,0.18);
  background: rgba(250,245,234,0.06); font-size: 0.92rem; color: var(--offwhite);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field select option { color: var(--ink-900); }
.field input::placeholder { color: rgba(250,245,234,0.4); }
.field input:focus, .field select:focus {
  outline: none; border-color: var(--clay-400); box-shadow: 0 0 0 3px rgba(201, 154, 107, 0.18);
}
.form-fineprint { font-size: 0.76rem; color: rgba(250,245,234,0.45); text-align: center; margin-top: 2px; }

.form-success { margin-top: 28px; padding: 36px 28px; border-radius: var(--radius-md); background: rgba(201,154,107,0.12); border: 1px solid rgba(201,154,107,0.3); text-align: center; }
.form-success .icon { color: var(--clay-400); margin-bottom: 12px; }
.form-success h3 { color: var(--offwhite); margin-bottom: 8px; font-size: 1.3rem; }
.form-success p { color: rgba(250,245,234,0.7); }

.contact-info-card { background: rgba(250,245,234,0.05); border: 1px solid rgba(201,154,107,0.2); border-radius: var(--radius-lg); padding: 34px 30px; }
.contact-info-card ul { display: grid; gap: 20px; margin-bottom: 24px; }
.contact-info-card li { display: flex; align-items: flex-start; gap: 13px; }
.contact-info-card li .icon { color: var(--clay-400); margin-top: 3px; }
.contact-info-card li div { display: flex; flex-direction: column; gap: 2px; }
.contact-info-card li strong { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(250,245,234,0.5); }
.contact-info-card li a, .contact-info-card li span { font-weight: 600; font-size: 0.92rem; }
.contact-info-card .social-links { border-top: 1px solid rgba(250,245,234,0.12); padding-top: 22px; }

.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: rgba(250,245,234,0.07); border: 1px solid rgba(250,245,234,0.16);
  transition: background 0.2s ease, transform 0.2s ease;
}
.social-links a:hover { background: var(--clay-500); color: var(--offwhite); transform: translateY(-2px); }

/* ================= FOOTER ("page" 4) ================= */
.site-footer {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 600px 400px at 50% 0%, rgba(201,154,107,0.08), transparent 60%),
    var(--forest-950);
  color: rgba(250,245,234,0.65); padding: 56px 0 0;
}
.site-footer .container { position: relative; z-index: 1; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid rgba(250,245,234,0.1); }
.footer-brand p { margin: 12px 0 0; font-size: 0.88rem; max-width: 280px; color: rgba(250,245,234,0.5); }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; }
.footer-links a { font-size: 0.88rem; font-weight: 600; transition: color 0.2s ease; }
.footer-links a:hover { color: var(--clay-400); }
.footer-bottom { padding: 22px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; font-size: 0.78rem; color: rgba(250,245,234,0.4); }
.footer-area { max-width: 640px; }

/* ================= BACK TO TOP ================= */
.back-to-top {
  position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--forest-900); color: var(--clay-400); display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease; z-index: 90;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--clay-500); color: var(--offwhite); }

/* ================= STICKY MOBILE CTA BAR ================= */
.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: none;
  background: var(--forest-950); border-top: 1px solid rgba(201,154,107,0.2);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  transform: translateY(100%); transition: transform 0.3s ease;
}
.mobile-cta-bar.is-visible { transform: translateY(0); }
.mobile-cta-bar-inner { display: flex; gap: 10px; }
.mobile-cta-bar .btn { flex: 1; padding: 13px 16px; font-size: 0.86rem; }
.mobile-cta-call { background: rgba(250,245,234,0.08); color: var(--offwhite); border: 1.5px solid rgba(250,245,234,0.2); }

/* ================= RESPONSIVE ================= */
@media (max-width: 980px) {
  .contact-grid { grid-template-columns: 1fr; }
  .services-panel { padding: 32px 24px; }
  .calculator { padding: 30px 22px; }
  .calc-result { flex-direction: column; align-items: stretch; text-align: center; }
  .calc-result .btn { width: 100%; }
}

@media (max-width: 720px) {
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 32px; }
  .process-grid::before { display: none; }
  .calc-size-options { grid-template-columns: 1fr; }
  .mobile-cta-bar { display: flex; }
  .back-to-top { bottom: 84px; }
  body.has-mobile-cta { padding-bottom: 68px; }
}

@media (max-width: 860px) {
  .main-nav {
    position: fixed; top: 68px; left: 0; right: 0; bottom: 0; background: var(--cream-50);
    padding: 20px 24px 40px; transform: translateY(-110%); opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease; overflow-y: auto;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 2px; }
  .main-nav .nav-link { display: block; width: 100%; padding: 14px 4px; border-bottom: 1px solid var(--cream-200); }
  .nav-cta { display: flex; margin-top: 22px; }
  .header-phone { display: none; }
  .nav-toggle { display: block; }
  .section { padding: 68px 0; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .header-actions .btn-primary { display: none; }
  .brand-name { font-size: 1.08rem; }
  .brand-sub { font-size: 0.55rem; }
  .header-actions { gap: 10px; }
  .hero-content { padding: 36px 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .footer-bottom-inner { flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .trust-strip-inner { gap: 10px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
