/* ============================================
   AVILA CLEANING SERVICES — style.css
   Brand colors, typography, layout
   ============================================ */

/* ── RESET & ROOT ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green-dark:   #2F503F;
  --green-mid:    #3d6651;
  --green-soft:   #8AA184;
  --cream:        #F5EEE7;
  --cream-warm:   #FFFAF5;
  --beige:        #E8DAC8;
  --gold:         #B8A17F;
  --text-dark:    #24362D;
  --text-muted:   #6D766F;
  --border:       rgba(184,161,127,0.22);
  --shadow-sm:    0 4px 16px rgba(47,80,63,0.07);
  --shadow-md:    0 12px 40px rgba(47,80,63,0.11);
  --radius-sm:    10px;
  --radius-md:    16px;
  --radius-lg:    24px;
  --radius-pill:  50px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── TYPOGRAPHY ── */
h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--green-dark);
  line-height: 1.1;
}

h1 { font-size: clamp(44px, 6vw, 76px); font-weight: 500; letter-spacing: -0.5px; }
h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 500; margin-bottom: 1rem; }
h3 { font-size: 22px; font-weight: 500; margin-bottom: 0.6rem; }

h1 em { font-style: italic; font-weight: 300; color: var(--green-soft); }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.section-label::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.section-sub {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 300;
  max-width: 540px;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary   { background: var(--green-dark); color: var(--cream); }
.btn-primary:hover { background: var(--green-mid); }

.btn-outline   { background: transparent; color: var(--green-dark); border: 1.5px solid var(--green-dark); }
.btn-outline:hover { background: var(--green-dark); color: var(--cream); }

.btn-cream     { background: var(--cream); color: var(--green-dark); }
.btn-cream:hover { background: var(--beige); }

.btn-cream-outline { background: transparent; color: var(--cream); border: 1.5px solid rgba(245,238,231,0.3); }
.btn-cream-outline:hover { border-color: var(--cream); background: rgba(245,238,231,0.08); }

.btn-sm { padding: 9px 20px; font-size: 13px; }

/* ── LAYOUT ── */
.container { max-width: 1100px; margin: 0 auto; }
section { padding: 5.5rem 2rem; }


/* ════════════════════════════════════════
   HEADER
   ════════════════════════════════════════ */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245,238,231,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,161,127,0.18);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}

.logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-link img {
  height: 46px;
  width: 46px;
  object-fit: cover;
  border-radius: 10px;
}

nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}
nav ul a {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.2px;
  transition: color 0.2s;
}
nav ul a:hover { color: var(--green-dark); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  border: none;
  background: none;
}
.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--green-dark);
  border-radius: 2px;
  transition: 0.3s;
  display: block;
}

/* Mobile nav overlay */
.mobile-nav {
  display: none;
  position: fixed;
  top: 66px; left: 0; right: 0; bottom: 0;
  background: rgba(245,238,231,0.98);
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  gap: 0;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--green-dark);
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  width: 100%;
}
.mobile-nav .mobile-cta {
  margin-top: 1.5rem;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
}


/* ════════════════════════════════════════
   HERO
   ════════════════════════════════════════ */
.hero-section {
  padding: 0;
  background: var(--cream);
}
.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  min-height: calc(100vh - 66px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }

.hero-sub {
  font-size: 16px;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.8;
  max-width: 430px;
  margin-bottom: 2.5rem;
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-service-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.3px;
}
.strip-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* Hero image */
.hero-right {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.hero-img-wrap { position: relative; width: 100%; max-width: 500px; }
.hero-img-main {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 260px 260px 160px 160px;
  border: 6px solid var(--beige);
}
.hero-badge {
  position: absolute;
  bottom: 36px;
  left: -16px;
  background: var(--green-dark);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  min-width: 190px;
}
.hero-badge-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--green-soft);
  margin-bottom: 4px;
}
.hero-badge-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
}
.hero-badge-sub {
  font-size: 11px;
  color: rgba(245,238,231,0.6);
  margin-top: 2px;
  line-height: 1.4;
}


/* ════════════════════════════════════════
   SERVICE STRIP BAR
   ════════════════════════════════════════ */
.svc-strip-bar {
  background: var(--green-dark);
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.svc-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(245,238,231,0.82);
  letter-spacing: 0.2px;
}
.svc-strip-ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(245,238,231,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.svc-strip-ico svg {
  width: 14px;
  height: 14px;
  stroke: rgba(245,238,231,0.8);
  fill: none;
  stroke-width: 1.5;
}


/* ════════════════════════════════════════
   SERVICES
   ════════════════════════════════════════ */
.services-section { background: var(--cream-warm); }
.services-intro { margin-bottom: 3rem; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}
.svc-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.svc-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-dark), var(--green-soft));
  opacity: 0;
  transition: opacity 0.25s;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.svc-card:hover::after { opacity: 1; }

.svc-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(47,80,63,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.svc-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--green-dark);
  fill: none;
  stroke-width: 1.5;
}
.svc-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; font-weight: 300; }


/* ════════════════════════════════════════
   WHY AVILA
   ════════════════════════════════════════ */
.why-section { background: var(--cream); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: start;
  margin-top: 3rem;
}
.why-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 2rem;
}
.why-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--text-dark);
  font-weight: 400;
  line-height: 1.5;
}
.check-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-dark);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.check-ico svg {
  width: 11px;
  height: 11px;
  stroke: var(--cream);
  fill: none;
  stroke-width: 2.5;
}

.why-card {
  background: var(--green-dark);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
.why-card-ghost {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  font-weight: 600;
  color: rgba(245,238,231,0.05);
  position: absolute;
  top: -10px;
  right: -5px;
  line-height: 1;
  letter-spacing: -3px;
  pointer-events: none;
  user-select: none;
}
.why-card-inner { position: relative; z-index: 1; }
.why-card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green-soft);
  margin-bottom: 1rem;
}
.why-card h3 {
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: var(--cream);
  line-height: 1.35;
  margin-bottom: 1.25rem;
}
.why-card p { font-size: 14px; color: rgba(245,238,231,0.6); line-height: 1.8; font-weight: 300; }
.why-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  color: var(--cream);
  border-bottom: 1px solid rgba(245,238,231,0.25);
  padding-bottom: 3px;
  transition: border-color 0.2s;
}
.why-card-link:hover { border-color: var(--cream); }

/* leaf SVG decoration */
.leaf-deco {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 140px;
  opacity: 0.06;
  pointer-events: none;
}


/* ════════════════════════════════════════
   SERVICE AREAS
   ════════════════════════════════════════ */
.areas-section { background: var(--beige); }
.areas-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2.5rem;
}
.area-chip {
  background: var(--cream);
  border: 1px solid rgba(47,80,63,0.14);
  color: var(--green-dark);
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: all 0.2s;
  cursor: default;
}
.area-chip:hover { background: var(--green-dark); color: var(--cream); border-color: var(--green-dark); }
.areas-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2.5rem;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-dark);
  border-bottom: 1.5px solid var(--green-dark);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.areas-cta-link:hover { opacity: 0.65; }


/* ════════════════════════════════════════
   FREE ESTIMATE FORM
   ════════════════════════════════════════ */
.estimate-section { background: var(--cream-warm); }
.estimate-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 5rem;
  align-items: start;
  margin-top: 3rem;
}
.estimate-info p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 2rem;
}
.estimate-details { display: flex; flex-direction: column; gap: 12px; }
.estimate-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 300;
}
.estimate-detail svg {
  width: 15px;
  height: 15px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}

.form-wrap {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
}
.form-wrap h3 {
  font-size: 24px;
  margin-bottom: 1.75rem;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-full { grid-column: 1 / -1; }
.form-group { display: flex; flex-direction: column; gap: 5px; }

label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-muted);
}
input, select, textarea {
  padding: 11px 14px;
  border: 1.5px solid rgba(184,161,127,0.28);
  border-radius: var(--radius-sm);
  background: var(--cream-warm);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--green-dark);
  background: #fff;
}
input::placeholder, textarea::placeholder { color: var(--text-muted); opacity: 0.55; }
textarea { resize: vertical; min-height: 88px; }
select { appearance: none; cursor: pointer; }

.form-submit {
  width: 100%;
  margin-top: 8px;
  background: var(--green-dark);
  color: var(--cream);
  padding: 15px;
  border-radius: var(--radius-pill);
  border: none;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.form-submit:hover { background: var(--green-mid); transform: translateY(-1px); }

.form-note {
  margin-top: 1rem;
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 300;
}
.form-note a { color: var(--green-dark); font-weight: 600; }

#successMsg {
  display: none;
  text-align: center;
  padding: 2.5rem 1rem;
}
#successMsg .success-icon { font-size: 36px; margin-bottom: 1rem; }
#successMsg h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--green-dark);
  margin-bottom: 0.5rem;
}
#successMsg p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }


/* ════════════════════════════════════════
   CONTACT (dark green)
   ════════════════════════════════════════ */
.contact-section {
  background: var(--green-dark);
  position: relative;
  overflow: hidden;
}
.contact-deco {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}
.contact-deco.left  { bottom: -60px; right: -80px; width: 380px; }
.contact-deco.right { top: -60px; left: -80px; width: 280px; transform: rotate(180deg); }

.contact-inner { position: relative; z-index: 1; }
.contact-section .section-label { color: var(--green-soft); }
.contact-section .section-label::after { background: var(--green-soft); }
.contact-section h2 { color: var(--cream); }
.contact-section .section-sub { color: rgba(245,238,231,0.6); margin-bottom: 3rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.contact-cards { display: flex; flex-direction: column; gap: 12px; }
.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(245,238,231,0.05);
  border: 1px solid rgba(245,238,231,0.1);
  border-radius: var(--radius-md);
  color: var(--cream);
  transition: background 0.2s, border-color 0.2s;
}
.contact-card:hover { background: rgba(245,238,231,0.09); border-color: rgba(245,238,231,0.18); }
.contact-card-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(245,238,231,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card-ico svg { width: 17px; height: 17px; stroke: var(--green-soft); fill: none; stroke-width: 1.5; }
.contact-card-label { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--green-soft); margin-bottom: 2px; }
.contact-card-value { font-size: 15px; font-weight: 500; }

.contact-action-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

/* Social links column */
.social-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green-soft);
  margin-bottom: 1.25rem;
}
.social-links { display: flex; flex-direction: column; gap: 10px; }
.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: rgba(245,238,231,0.04);
  border: 1px solid rgba(245,238,231,0.09);
  border-radius: var(--radius-md);
  color: var(--cream);
  transition: background 0.2s, border-color 0.2s;
}
.social-link:hover { background: rgba(245,238,231,0.09); border-color: rgba(245,238,231,0.18); }
.social-ico {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.social-ico i {
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
.social-link[aria-disabled="true"] {
  cursor: default;
  opacity: 0.75;
}

.ig-ico   { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.fb-ico   { background: #1877f2; }
.yelp-ico { background: #d32323; }
.nd-ico   { background: #00b341; }

.social-name   { font-size: 14px; font-weight: 600; line-height: 1.2; }
.social-status { font-size: 11px; color: rgba(245,238,231,0.45); margin-top: 1px; }
.social-coming { font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: 0.5px; }
.social-arrow  { margin-left: auto; color: rgba(245,238,231,0.25); font-size: 16px; }


/* ════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════ */
footer {
  background: #1e3429;
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid rgba(245,238,231,0.06);
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(245,238,231,0.6);
  letter-spacing: 0.5px;
}
.footer-services { font-size: 12px; color: rgba(245,238,231,0.28); letter-spacing: 0.2px; }
.footer-copy     { font-size: 12px; color: rgba(245,238,231,0.28); }



/* ════════════════════════════════════════
   VISUAL PROOF SECTION
   More image-led trust for cleaning services
   ════════════════════════════════════════ */
.visual-proof-section {
  background: var(--cream-warm);
  padding: 5.5rem 2rem;
}
.visual-proof-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.visual-proof-head h2 {
  margin-bottom: 0;
}
.visual-proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}
.visual-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-radius: var(--radius-lg);
  background: var(--beige);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.visual-card.large {
  min-height: 460px;
}
.visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.visual-card:hover img {
  transform: scale(1.035);
}
.visual-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,54,45,0.02) 38%, rgba(36,54,45,0.68) 100%);
  pointer-events: none;
}
.visual-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--cream);
}
.visual-caption span {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--green-soft);
}
.visual-caption h3 {
  color: var(--cream);
  font-size: 26px;
  line-height: 1;
}
.visual-caption p {
  max-width: 330px;
  margin-top: 8px;
  color: rgba(245,238,231,0.78);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .visual-proof-head {
    display: block;
  }
  .visual-proof-head .section-sub {
    margin-top: 1rem;
  }
  .visual-proof-grid {
    grid-template-columns: 1fr;
  }
  .visual-card,
  .visual-card.large {
    min-height: 340px;
  }
}

@media (max-width: 600px) {
  .visual-proof-section {
    padding: 4rem 1.25rem;
  }
  .visual-card,
  .visual-card.large {
    min-height: 300px;
    border-radius: 20px;
  }
  .visual-caption h3 {
    font-size: 24px;
  }
}


/* ════════════════════════════════════════
   ANIMATIONS
   ════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-left > * { animation: fadeUp 0.65s ease both; }
.eyebrow        { animation-delay: 0.1s; }
.hero-left h1   { animation-delay: 0.2s; }
.hero-sub       { animation-delay: 0.3s; }
.hero-btns      { animation-delay: 0.4s; }
.hero-service-strip { animation-delay: 0.5s; }



/* ════════════════════════════════════════
   HOW IT WORKS + PERFECT FOR
   ════════════════════════════════════════ */
.how-section {
  background: var(--cream);
  position: relative;
}

.how-section .section-sub {
  max-width: 620px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 3rem;
}

.how-card {
  background: var(--cream-warm);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.how-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-dark);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  margin-bottom: 1.25rem;
}

.how-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  font-weight: 300;
}

.perfect-for {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(232,218,200,0.48);
  border: 1px solid rgba(47,80,63,0.08);
}

.perfect-for h3 {
  margin-bottom: 1rem;
}

.perfect-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.perfect-chip {
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  background: var(--cream-warm);
  border: 1px solid rgba(47,80,63,0.12);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 600;
}

/* Mobile sticky CTA */
.mobile-sticky-cta {
  display: none;
}

@media (max-width: 600px) {
  .how-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 2rem;
  }

  .perfect-for {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(245,238,231,0.94);
    border: 1px solid rgba(184,161,127,0.28);
    box-shadow: 0 10px 34px rgba(47,80,63,0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .mobile-sticky-cta a {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-sticky-cta .sticky-call {
    background: var(--green-dark);
    color: var(--cream);
  }

  .mobile-sticky-cta .sticky-estimate {
    background: var(--cream-warm);
    color: var(--green-dark);
    border: 1.5px solid var(--green-dark);
  }

  body {
    padding-bottom: 84px;
  }
}


/* ════════════════════════════════════════
   RESPONSIVE — TABLET
   ════════════════════════════════════════ */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
    padding: 3.5rem 1.5rem 3rem;
    gap: 2.5rem;
  }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-btns { justify-content: center; }
  .hero-service-strip { justify-content: center; }
  .hero-right { justify-content: center; }
  .hero-img-wrap { max-width: 380px; }
  .hero-img-main { height: 380px; border-radius: 190px 190px 120px 120px; }
  .hero-badge { left: 0; }

  .why-grid    { grid-template-columns: 1fr; gap: 2.5rem; }
  .estimate-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-grid  { grid-template-columns: 1fr; gap: 3rem; }
  .form-grid     { grid-template-columns: 1fr; }
  .form-full     { grid-column: auto; }

  nav ul { display: none; }
  .hamburger { display: flex; }
}

/* ════════════════════════════════════════
   RESPONSIVE — MOBILE
   ════════════════════════════════════════ */
@media (max-width: 600px) {
  section { padding: 4rem 1.25rem; }

  .hero-img-main { height: 300px; }
  .hero-badge { left: 0; right: 0; bottom: -8px; min-width: unset; }

  .svc-strip-bar { gap: 1.25rem; padding: 1rem 1.25rem; }
  .svc-strip-item { font-size: 12px; }

  .contact-action-btns { flex-direction: column; }
  .contact-action-btns .btn { width: 100%; justify-content: center; }

  footer { flex-direction: column; text-align: center; gap: 0.5rem; }

  .areas-chips { gap: 8px; }
}

/* ════════════════════════════════════════
   MOBILE POLISH — cleaner alignment
   ════════════════════════════════════════ */
@media (max-width: 600px) {
  body {
    padding-bottom: 92px;
  }

  header {
    padding: 0 1rem;
  }

  .logo-link img {
    width: 42px;
    height: 42px;
  }

  header > .btn.btn-sm {
    padding: 8px 14px;
    font-size: 12px;
  }

  .hero {
    text-align: left;
    padding: 3rem 1.25rem 3rem;
  }

  .hero-left {
    width: 100%;
  }

  .eyebrow {
    justify-content: flex-start;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero-sub {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .hero-btns {
    justify-content: flex-start;
  }

  .hero-btns .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-service-strip {
    justify-content: flex-start;
    row-gap: 8px;
  }

  .hero-right {
    justify-content: center;
    width: 100%;
  }

  .hero-img-wrap {
    max-width: 100%;
  }

  .hero-img-main {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 34px;
    background: var(--beige);
  }

  .hero-badge {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -36px auto 0;
    width: calc(100% - 28px);
  }

  .svc-strip-bar {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .svc-strip-item {
    width: calc(50% - 12px);
  }

  .visual-proof-head,
  .visual-proof-grid,
  .services-intro,
  .why-grid,
  .estimate-grid,
  .contact-grid {
    text-align: left;
  }

  .visual-proof-head {
    display: block;
  }

  .visual-proof-head .section-sub {
    margin-top: 1rem;
  }

  .visual-proof-grid {
    grid-template-columns: 1fr;
  }

  .visual-card,
  .visual-card.large {
    min-height: 360px;
  }

  .visual-card img {
    height: 360px;
  }

  .visual-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .visual-caption h3 {
    font-size: 23px;
  }

  .how-card,
  .svc-card,
  .form-wrap,
  .why-card {
    padding: 1.5rem;
  }

  .section-sub {
    max-width: 100%;
  }

  .why-card-ghost {
    font-size: 56px;
  }

  .areas-chips,
  .perfect-chips {
    align-items: flex-start;
  }

  .area-chip,
  .perfect-chip {
    font-size: 13px;
  }

  .contact-card {
    align-items: flex-start;
  }

  .contact-card-value {
    overflow-wrap: anywhere;
  }

  .mobile-nav {
    padding: 2rem 1.25rem;
  }

  .mobile-sticky-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 380px) {
  .svc-strip-item {
    width: 100%;
  }

  .hero-img-main {
    height: 300px;
  }

  h1 {
    font-size: 40px;
  }
}
