/* ==========================================================================
   Eko Cleaning — poundpixel.com/
   Fresh botanical editorial. Pine ink on cream, sage washes, honey CTAs.
   ========================================================================== */

:root {
  --pine: #16342A;
  --forest: #24523F;
  --leaf: #3F7A5C;
  --sage: #A9C5A0;
  --sage-mid: #CBDFBC;
  --sage-wash: #EDF4E6;
  --cream: #FBF9F3;
  --white: #FFFFFF;
  --honey: #E8A33D;
  --honey-deep: #D98E2B;
  --ink-soft: rgba(22, 52, 42, 0.72);
  --ink-faint: rgba(22, 52, 42, 0.12);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Albert Sans", "Helvetica Neue", Arial, sans-serif;
  --font-script: "Kaushan Script", "Brush Script MT", cursive;

  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-soft: 0 18px 50px -18px rgba(22, 52, 42, 0.25);
  --shadow-lift: 0 26px 60px -20px rgba(22, 52, 42, 0.32);
  --wrap: 1160px;
  --gutter: clamp(20px, 4vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--pine);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* subtle paper grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.05'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

img, svg { max-width: 100%; display: block; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 550; line-height: 1.08; margin: 0 0 0.5em; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
a { color: var(--forest); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--leaf); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--honey); }

.script-accent { font-family: var(--font-script); font-weight: 400; color: var(--leaf); letter-spacing: 0.01em; }

.section { padding-block: clamp(64px, 9vw, 120px); position: relative; }
.section-head { max-width: 640px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head h2 { font-size: clamp(30px, 4.4vw, 48px); }
.section-head p { color: var(--ink-soft); font-size: 18px; }

/* --------------------------------------------------------------------------
   Buttons & chips
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px;
  padding: 15px 30px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}
.btn-honey { background: var(--honey); color: var(--pine); box-shadow: 0 14px 34px -14px rgba(217, 142, 43, 0.7); }
.btn-honey:hover { background: var(--honey-deep); transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(217, 142, 43, 0.8); }
.btn-ghost { border-color: var(--ink-faint); color: var(--pine); background: transparent; }
.btn-ghost:hover { border-color: var(--pine); transform: translateY(-2px); }
.btn-light { background: var(--cream); color: var(--pine); }
.btn-light:hover { background: var(--white); transform: translateY(-2px); }
.btn .arrow { transition: transform 0.22s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--ink-faint); border-radius: 999px;
  padding: 9px 16px; font-size: 14px; font-weight: 600; color: var(--pine);
}
.chip svg { width: 16px; height: 16px; flex: none; }

/* --------------------------------------------------------------------------
   Header / nav
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 249, 243, 0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(22, 52, 42, 0.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-block: 14px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--pine); }
.brand-mark { width: 46px; height: 46px; flex: none; }
.brand-name { font-family: var(--font-script); font-size: 26px; line-height: 1; transform: translateY(-2px); }
.brand-sub { display: block; font-family: var(--font-body); font-size: 9.5px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--leaf); margin-top: 5px; }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a:not(.btn) {
  text-decoration: none; color: var(--pine); font-weight: 600; font-size: 15.5px;
  position: relative; padding-block: 6px;
}
.nav-links a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--honey); transition: width 0.25s ease;
}
.nav-links a:not(.btn):hover::after, .nav-links a[aria-current="page"]:not(.btn)::after { width: 100%; }
.nav-links .btn { padding: 11px 22px; font-size: 15px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; }
.nav-phone svg { width: 15px; height: 15px; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 10px;
  flex-direction: column; gap: 5px;
}
.nav-toggle span { width: 26px; height: 2.5px; background: var(--pine); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--pine); color: var(--cream); padding: 12px 20px; border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; overflow: clip; padding-block: clamp(56px, 8vw, 110px) clamp(72px, 9vw, 130px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(36px, 6vw, 80px); align-items: center; }

.hero h1 { font-size: clamp(42px, 6.2vw, 74px); margin-bottom: 22px; }
.hero h1 .script-line { display: block; font-family: var(--font-script); font-size: 0.82em; color: var(--leaf); margin-top: 6px; }
.hero-copy { font-size: clamp(17px, 1.6vw, 19.5px); color: var(--ink-soft); max-width: 500px; margin-bottom: 30px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 380px; }
.hero-blob {
  position: absolute; inset: -8% -12%;
  background: radial-gradient(58% 55% at 60% 40%, var(--sage-wash) 0%, rgba(237, 244, 230, 0) 70%);
  z-index: 0;
}
.hero-blob svg { width: 100%; height: 100%; }
.hero-badge { width: min(390px, 78%); filter: drop-shadow(0 30px 50px rgba(22, 52, 42, 0.22)); position: relative; z-index: 1; }
.hero-sparkle { position: absolute; color: var(--honey); z-index: 2; }
.hero-sparkle svg { width: 100%; height: 100%; }
.sparkle-1 { width: 34px; top: 8%; left: 12%; animation: twinkle 3.2s ease-in-out infinite; }
.sparkle-2 { width: 22px; bottom: 16%; left: 4%; animation: twinkle 3.2s ease-in-out 0.9s infinite; }
.sparkle-3 { width: 26px; top: 18%; right: 6%; animation: twinkle 3.2s ease-in-out 1.7s infinite; }
@keyframes twinkle { 0%, 100% { opacity: 0.35; transform: scale(0.82) rotate(0deg); } 50% { opacity: 1; transform: scale(1) rotate(18deg); } }

/* rotating 24h stamp */
.stamp { position: absolute; z-index: 3; width: clamp(120px, 14vw, 158px); bottom: -4%; right: 2%; }
.stamp svg { animation: spin 22s linear infinite; filter: drop-shadow(0 12px 26px rgba(22, 52, 42, 0.28)); }
@keyframes spin { to { transform: rotate(360deg); } }
.stamp-static svg { animation: none; }

/* hero entrance */
.hero [data-hero] { opacity: 0; transform: translateY(24px); animation: rise 0.85s cubic-bezier(0.2, 0.65, 0.25, 1) forwards; }
.hero [data-hero="1"] { animation-delay: 0.05s; }
.hero [data-hero="2"] { animation-delay: 0.16s; }
.hero [data-hero="3"] { animation-delay: 0.28s; }
.hero [data-hero="4"] { animation-delay: 0.4s; }
.hero [data-hero="5"] { animation-delay: 0.52s; }
.hero-visual[data-hero] { transform: translateY(0) scale(0.94); }
@keyframes rise { to { opacity: 1; transform: translateY(0) scale(1); } }

/* --------------------------------------------------------------------------
   Marquee
   -------------------------------------------------------------------------- */
.marquee { background: var(--pine); color: var(--cream); overflow: hidden; padding-block: 16px; position: relative; z-index: 2; }
.marquee-track { display: flex; gap: 0; width: max-content; animation: marquee 30s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-seq { display: flex; align-items: center; white-space: nowrap; }
.marquee-seq span { font-family: var(--font-display); font-size: 17px; letter-spacing: 0.04em; padding-inline: 18px; }
.marquee-seq .dot { color: var(--honey); font-size: 14px; padding-inline: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   Services grid
   -------------------------------------------------------------------------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative; background: var(--white); border: 1px solid rgba(22, 52, 42, 0.08);
  border-radius: var(--radius-md); padding: 30px 28px 26px; text-decoration: none; color: var(--pine);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  display: flex; flex-direction: column; gap: 6px; overflow: hidden;
}
.service-card::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: var(--honey); transform: scaleX(0); transform-origin: left; transition: transform 0.32s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 56px; height: 56px; border-radius: 16px; background: var(--sage-wash);
  display: grid; place-items: center; color: var(--forest); margin-bottom: 14px;
}
.service-icon svg { width: 30px; height: 30px; }
.service-card h3 { font-size: 21px; margin-bottom: 4px; }
.service-card p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 14px; flex-grow: 1; }
.service-more { font-weight: 700; font-size: 14.5px; color: var(--forest); display: inline-flex; align-items: center; gap: 7px; }
.service-more .arrow { transition: transform 0.22s ease; }
.service-card:hover .service-more .arrow { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Why Eko (split)
   -------------------------------------------------------------------------- */
.why { background: var(--sage-wash); border-radius: clamp(28px, 4vw, 48px); margin-inline: clamp(10px, 2vw, 28px); }
.why-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.why h2 { font-size: clamp(30px, 4.2vw, 46px); }
.why-list { list-style: none; margin: 26px 0 30px; padding: 0; display: grid; gap: 16px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16.5px; }
.why-list li strong { display: block; font-size: 17px; }
.why-list li span { color: var(--ink-soft); font-size: 15.5px; }
.leaf-check { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--white); display: grid; place-items: center; color: var(--leaf); box-shadow: 0 6px 16px -6px rgba(22, 52, 42, 0.25); margin-top: 2px; }
.leaf-check svg { width: 16px; height: 16px; }

.value-cards { display: grid; gap: 18px; }
.value-card {
  background: var(--white); border-radius: var(--radius-md); padding: 26px 28px;
  box-shadow: var(--shadow-soft); display: flex; gap: 18px; align-items: center;
}
.value-card:nth-child(2) { transform: translateX(clamp(0px, 3vw, 34px)); }
.value-card .big { font-family: var(--font-display); font-size: 38px; font-weight: 600; color: var(--forest); line-height: 1; flex: none; min-width: 74px; }
.value-card .big em { font-style: normal; font-size: 20px; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }
.value-card p strong { color: var(--pine); display: block; font-size: 16.5px; }

/* --------------------------------------------------------------------------
   Process
   -------------------------------------------------------------------------- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3.5vw, 44px); counter-reset: step; }
.process-step { position: relative; padding-top: 10px; }
.process-num {
  font-family: var(--font-display); font-size: clamp(72px, 9vw, 108px); font-weight: 600; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--sage); margin-bottom: 6px;
}
.process-step h3 { font-size: 22px; }
.process-step p { color: var(--ink-soft); font-size: 16px; margin: 0; }
.process-step .badge-inline {
  display: inline-block; margin-top: 12px; background: var(--sage-wash); color: var(--forest);
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em; padding: 6px 12px; border-radius: 999px;
}

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.testimonials { background: var(--pine); color: var(--cream); border-radius: clamp(28px, 4vw, 48px); margin-inline: clamp(10px, 2vw, 28px); }
.testimonials .eyebrow { color: var(--sage); }
.testimonials .section-head h2 { color: var(--cream); }
.testimonials .section-head p { color: rgba(251, 249, 243, 0.65); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card {
  background: rgba(251, 249, 243, 0.06); border: 1px solid rgba(251, 249, 243, 0.14);
  border-radius: var(--radius-md); padding: 30px 28px; display: flex; flex-direction: column; gap: 16px;
}
.quote-card .stars { color: var(--honey); letter-spacing: 3px; font-size: 15px; }
.quote-card blockquote { margin: 0; font-size: 16px; line-height: 1.7; color: rgba(251, 249, 243, 0.92); flex-grow: 1; }
.quote-card figcaption { font-weight: 700; font-size: 14.5px; color: var(--sage); }
.quote-card figcaption span { display: block; font-weight: 500; color: rgba(251, 249, 243, 0.55); font-size: 13px; margin-top: 2px; }

/* --------------------------------------------------------------------------
   Service area
   -------------------------------------------------------------------------- */
.area-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.area-visual { position: relative; display: grid; place-items: center; }
.area-visual svg { width: min(340px, 90%); }
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.area-chips .chip { background: var(--sage-wash); border-color: transparent; }
.area-note { margin-top: 18px; font-size: 15px; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   Instagram band
   -------------------------------------------------------------------------- */
.ig-band { background: var(--sage-wash); border-radius: clamp(28px, 4vw, 48px); margin-inline: clamp(10px, 2vw, 28px); }
.ig-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.ig-inner h2 { font-size: clamp(26px, 3.6vw, 38px); margin: 0; }
.ig-inner h2 .script-accent { font-size: 1.05em; }
.ig-inner p { margin: 6px 0 0; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band { position: relative; overflow: clip; background: linear-gradient(120deg, var(--forest), var(--pine) 70%); color: var(--cream); border-radius: clamp(28px, 4vw, 48px); margin-inline: clamp(10px, 2vw, 28px); }
.cta-band::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(169, 197, 160, 0.22), transparent 65%);
  top: -180px; right: -120px;
}
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; position: relative; }
.cta-inner h2 { color: var(--cream); font-size: clamp(30px, 4.4vw, 50px); margin-bottom: 12px; }
.cta-inner h2 .script-accent { color: var(--sage-mid); }
.cta-inner p { color: rgba(251, 249, 243, 0.7); max-width: 460px; margin: 0; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.cta-actions .tel { color: rgba(251, 249, 243, 0.8); font-size: 15px; text-decoration: none; display: inline-flex; gap: 8px; align-items: center; }
.cta-actions .tel:hover { color: var(--cream); }
.cta-actions .tel svg { width: 15px; height: 15px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--pine); color: rgba(251, 249, 243, 0.78); margin-top: clamp(64px, 9vw, 120px); position: relative; z-index: 2; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: clamp(30px, 5vw, 60px); padding-block: clamp(48px, 6vw, 72px) 36px; }
.footer-brand .brand-name { color: var(--cream); font-size: 30px; }
.footer-brand .badge { width: 92px; margin-bottom: 18px; }
.footer-brand p { font-size: 15px; max-width: 260px; }
.site-footer h4 { color: var(--cream); font-family: var(--font-body); font-weight: 700; font-size: 13.5px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: 15.5px; }
.footer-list a { color: rgba(251, 249, 243, 0.78); text-decoration: none; transition: color 0.2s ease; }
.footer-list a:hover { color: var(--honey); }
.footer-list .strong { color: var(--cream); font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(251, 249, 243, 0.14); padding-block: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: rgba(251, 249, 243, 0.5); }
.footer-bottom a { color: rgba(251, 249, 243, 0.7); text-decoration: none; }
.footer-bottom a:hover { color: var(--honey); }

/* --------------------------------------------------------------------------
   Page hero (inner pages)
   -------------------------------------------------------------------------- */
.page-hero { padding-block: clamp(48px, 7vw, 90px) clamp(36px, 5vw, 64px); position: relative; overflow: clip; }
.page-hero h1 { font-size: clamp(36px, 5.4vw, 60px); max-width: 720px; }
.page-hero p.lede { font-size: clamp(17px, 1.7vw, 20px); color: var(--ink-soft); max-width: 600px; }
.page-hero .hero-blob { inset: -40% -20% auto; height: 150%; }

/* --------------------------------------------------------------------------
   Services page
   -------------------------------------------------------------------------- */
.svc-detail { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(30px, 5vw, 70px); padding-block: clamp(44px, 6vw, 72px); border-top: 1px solid var(--ink-faint); align-items: start; }
.svc-detail:first-of-type { border-top: 0; }
.svc-detail .service-icon { width: 64px; height: 64px; border-radius: 18px; }
.svc-detail .service-icon svg { width: 34px; height: 34px; }
.svc-detail h2 { font-size: clamp(26px, 3.4vw, 36px); margin: 18px 0 10px; }
.svc-detail .svc-tag { font-family: var(--font-script); color: var(--leaf); font-size: 21px; }
.svc-detail .svc-copy { color: var(--ink-soft); }
.svc-detail .btn { margin-top: 18px; }
.svc-includes { background: var(--white); border: 1px solid rgba(22, 52, 42, 0.08); border-radius: var(--radius-md); padding: 28px 30px; box-shadow: var(--shadow-soft); }
.svc-includes h3 { font-family: var(--font-body); font-weight: 700; font-size: 13.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--leaf); margin-bottom: 18px; }
.svc-includes ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.svc-includes li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.svc-includes li svg { flex: none; width: 17px; height: 17px; color: var(--leaf); margin-top: 4px; }
.svc-includes .fineprint { margin: 18px 0 0; font-size: 13.5px; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   Quote page
   -------------------------------------------------------------------------- */
.quote-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.quote-aside { position: sticky; top: 110px; display: grid; gap: 26px; }
.guarantee-card {
  background: var(--pine); color: var(--cream); border-radius: var(--radius-md); padding: 30px;
  position: relative; overflow: clip;
}
.guarantee-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(169, 197, 160, 0.25), transparent 65%); top: -100px; right: -80px; }
.guarantee-card .stamp-wrap { width: 120px; margin-bottom: 18px; position: relative; }
.guarantee-card h2 { color: var(--cream); font-size: 26px; }
.guarantee-card p { color: rgba(251, 249, 243, 0.75); font-size: 15.5px; margin: 0; }
.next-steps { background: var(--white); border: 1px solid rgba(22, 52, 42, 0.08); border-radius: var(--radius-md); padding: 28px 30px; box-shadow: var(--shadow-soft); }
.next-steps h3 { font-size: 20px; }
.next-steps ol { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 18px; }
.next-steps li { display: flex; gap: 14px; font-size: 15px; color: var(--ink-soft); }
.next-steps li strong { color: var(--pine); display: block; font-size: 15.5px; }
.step-dot { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--sage-wash); color: var(--forest); font-weight: 700; font-size: 14px; display: grid; place-items: center; font-family: var(--font-display); }
.talk-card { background: var(--sage-wash); border-radius: var(--radius-md); padding: 24px 28px; font-size: 15px; }
.talk-card h3 { font-size: 18px; margin-bottom: 8px; }
.talk-card a { font-weight: 700; text-decoration: none; }
.talk-card a:hover { text-decoration: underline; }

.quote-form-card { background: var(--white); border: 1px solid rgba(22, 52, 42, 0.08); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow-lift); }
.form-section { border: 0; margin: 0 0 8px; padding: 0; }
.form-section legend {
  font-family: var(--font-display); font-size: 22px; font-weight: 600; padding: 0;
  margin-bottom: 4px; display: flex; align-items: center; gap: 12px;
}
.legend-num { font-family: var(--font-display); color: var(--sage); font-size: 18px; }
.form-section .hint { font-size: 14px; color: var(--ink-soft); margin: 0 0 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; margin-bottom: 26px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 7px; }
.field label .opt { font-weight: 500; color: var(--ink-soft); font-size: 13px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 15.5px; color: var(--pine);
  background: var(--cream); border: 1.5px solid rgba(22, 52, 42, 0.14); border-radius: var(--radius-sm);
  padding: 13px 15px; transition: border-color 0.2s ease, box-shadow 0.2s ease; appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2316342A' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--leaf); box-shadow: 0 0 0 4px rgba(63, 122, 92, 0.14); background: var(--white); }
.field input.error, .field select.error { border-color: #C0392B; }
.field .err-msg { display: none; color: #C0392B; font-size: 13px; margin-top: 6px; font-weight: 600; }
.field.show-error .err-msg { display: block; }

.choice-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-chips label {
  position: relative;
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  background: var(--cream); border: 1.5px solid rgba(22, 52, 42, 0.14); border-radius: 999px;
  padding: 10px 18px; font-size: 14.5px; font-weight: 600; transition: all 0.2s ease; margin: 0;
}
.choice-chips input { position: absolute; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice-chips label:has(input:checked) { background: var(--pine); color: var(--cream); border-color: var(--pine); }
.choice-chips label:has(input:focus-visible) { box-shadow: 0 0 0 4px rgba(63, 122, 92, 0.2); }
.choice-chips label:hover { border-color: var(--leaf); }

.form-footer { border-top: 1px solid var(--ink-faint); padding-top: 26px; margin-top: 6px; }
.form-footer .btn { width: 100%; font-size: 17px; padding-block: 17px; }
.form-footer .microcopy { text-align: center; font-size: 13.5px; color: var(--ink-soft); margin: 14px 0 0; }
.form-footer .microcopy strong { color: var(--forest); }
.form-status { display: none; margin-top: 18px; padding: 16px 18px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; }
.form-status.error { display: block; background: #FBEAE7; color: #8C2318; }
.form-status.error a { color: #8C2318; }

/* honeypot — visually hidden, real bots fill it */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.quote-success { text-align: center; padding: clamp(30px, 5vw, 60px) clamp(16px, 3vw, 40px); display: none; }
.quote-success.show { display: block; animation: rise 0.6s cubic-bezier(0.2, 0.65, 0.25, 1); }
.success-mark { width: 92px; height: 92px; border-radius: 50%; background: var(--sage-wash); color: var(--leaf); display: grid; place-items: center; margin: 0 auto 24px; }
.success-mark svg { width: 44px; height: 44px; }
.quote-success h2 { font-size: clamp(28px, 3.6vw, 38px); }
.quote-success p { color: var(--ink-soft); max-width: 440px; margin-inline: auto; }
.quote-success .btn { margin-top: 10px; }

/* --------------------------------------------------------------------------
   About page
   -------------------------------------------------------------------------- */
.about-story { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.about-story .prose { font-size: 17.5px; color: var(--ink-soft); }
.about-story .prose strong { color: var(--pine); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-tile { background: var(--white); border: 1px solid rgba(22, 52, 42, 0.08); border-radius: var(--radius-md); padding: 30px 28px; }
.value-tile .service-icon { margin-bottom: 16px; }
.value-tile h3 { font-size: 20px; }
.value-tile p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }

/* --------------------------------------------------------------------------
   Scroll reveal
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.2, 0.65, 0.25, 1), transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1020px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .quote-grid { grid-template-columns: 1fr; max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-aside { position: static; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .quote-aside .talk-card { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .hero-grid, .why-grid, .area-grid, .about-story { grid-template-columns: 1fr; }
  .hero-visual { min-height: 320px; order: -1; }
  .hero { padding-top: 32px; }
  .cta-inner { grid-template-columns: 1fr; }
  .svc-detail { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; }

  .nav-toggle { display: flex; }
  /* backdrop-filter would make the header the containing block for the
     fixed nav panel (75px tall panel bug) — solid header on mobile instead */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--cream); }
  .nav-links {
    position: fixed; inset: 0; top: 0; z-index: 45;
    background: var(--cream); flex-direction: column; justify-content: center; gap: 26px;
    font-size: 20px; transform: translateY(-102%); transition: transform 0.35s cubic-bezier(0.3, 0.7, 0.2, 1);
  }
  .nav-links.open { transform: translateY(0); box-shadow: 0 40px 80px rgba(22, 52, 42, 0.25); }
  .nav-links a:not(.btn) { font-size: 20px; }
  .nav-links .btn { font-size: 17px; padding: 14px 30px; }
  .site-header .nav { position: relative; z-index: 46; background: transparent; }
}

@media (max-width: 620px) {
  .services-grid, .quote-aside { grid-template-columns: 1fr; }
  .svc-includes ul { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stamp { right: -6px; bottom: -10px; }
  .value-card:nth-child(2) { transform: none; }
  .ig-inner { justify-content: center; text-align: center; }
}
