/* ========================================
   ACA Landscaping V2 — Premium Rebrand
   Dark green + warm wood + stone textures
   High-end landscape architect feel
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

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

:root {
  --forest: #1b3a2d;
  --forest-mid: #2a5a42;
  --forest-light: #3a7a5a;
  --warm: #c4956a;
  --warm-light: #ddb896;
  --cream: #f5f0e8;
  --stone: #e8e0d0;
  --white: #ffffff;
  --text: #2d2d2d;
  --text-light: #6b6b6b;
  --card-shadow: 0 2px 12px rgba(0,0,0,0.06);
  --radius: 10px;
  --btn-radius: 4px;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --max-width: 1120px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--white); overflow-x: hidden; }

h1,h2,h3 { font-family: var(--font-heading); font-weight: 600; line-height: 1.15; color: var(--forest); }
h4,h5,h6 { font-family: var(--font-body); font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 3vw, 1.35rem); font-family: var(--font-body); font-weight: 600; }

a { color: var(--forest); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--forest-light); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

.btn { display: inline-block; padding: 14px 32px; font-family: var(--font-body); font-weight: 600; font-size: 14px; border-radius: var(--btn-radius); border: none; cursor: pointer; transition: all 0.2s; text-align: center; text-transform: uppercase; letter-spacing: 1.5px; }
.btn-primary { background: var(--warm); color: var(--white); }
.btn-primary:hover { background: var(--warm-light); color: var(--forest); transform: translateY(-1px); }
.btn-forest { background: var(--forest); color: var(--white); }
.btn-forest:hover { background: var(--forest-mid); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.4); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); color: var(--white); }
.btn-white { background: var(--white); color: var(--forest); }
.btn-white:hover { background: var(--cream); transform: translateY(-1px); }

/* Sticky Phone */
.phone-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: var(--forest); padding: 12px; text-align: center; display: none; }
.phone-bar a { color: var(--white); font-weight: 700; font-size: 18px; }
@media (max-width: 768px) { .phone-bar { display: block; } }

/* Header */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(27,58,45,0.97); backdrop-filter: blur(10px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: var(--max-width); margin: 0 auto; }
.logo img { height: 50px; width: auto; background: rgba(255,255,255,0.9); border-radius: 4px; padding: 4px 8px; }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { font-weight: 500; font-size: 13px; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; }
.nav a:hover,.nav a.active { color: var(--warm); }
.nav .btn { padding: 10px 22px; font-size: 12px; }
.mobile-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--white); }

/* Hero */
.hero { position: relative; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 80px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,58,45,0.5) 0%, rgba(27,58,45,0.3) 50%, rgba(27,58,45,0.6) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.hero-eyebrow { font-family: var(--font-body); font-size: 12px; text-transform: uppercase; letter-spacing: 4px; color: var(--warm); margin-bottom: 16px; font-weight: 600; }
.hero h1 { color: var(--white); margin-bottom: 16px; font-size: clamp(2.2rem, 6vw, 3.5rem); }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 28px; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Process Strip */
.process-strip { background: var(--forest); padding: 48px 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: var(--max-width); margin: 0 auto; }
.process-step { text-align: center; padding: 24px 32px; border-right: 1px solid rgba(255,255,255,0.1); }
.process-step:last-child { border-right: none; }
.process-number { font-family: var(--font-heading); font-size: 2.5rem; color: var(--warm); font-weight: 300; }
.process-title { color: var(--white); font-family: var(--font-heading); font-size: 1.3rem; margin: 4px 0 8px; }
.process-desc { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.5; }

/* Sections */
.section { padding: 80px 0; }
.section-forest { background: var(--forest); color: rgba(255,255,255,0.85); }
.section-forest h2 { color: var(--white); }
.section-cream { background: var(--cream); }
.section-stone { background: var(--stone); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { margin-bottom: 10px; }
.section-header p { max-width: 560px; margin: 0 auto; color: var(--text-light); }
.section-label { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--warm); margin-bottom: 8px; }

/* Service Cards — V2 premium grid */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2px; }
.service-card { background: var(--white); padding: 32px 24px; text-align: center; transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px; background: var(--warm); transition: all 0.3s; transform: translateX(-50%); }
.service-card:hover { background: var(--cream); }
.service-card:hover::after { width: 100%; }
.service-card .icon { font-size: 1.8rem; margin-bottom: 12px; }
.service-card h3 { font-size: 0.9rem; color: var(--forest); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.service-card p { font-size: 0.8rem; color: var(--text-light); }

/* Cards */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.card { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--card-shadow); transition: transform 0.2s; }
.card:hover { transform: translateY(-3px); }

/* Two Col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col-text h2 { margin-bottom: 16px; }
.two-col-text p { margin-bottom: 14px; line-height: 1.8; }
.two-col-img img { border-radius: var(--radius); box-shadow: 0 8px 30px rgba(0,0,0,0.12); width: 100%; object-fit: cover; }

/* Testimonials */
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--card-shadow); border-left: 4px solid var(--warm); }
.testimonial-card p { font-family: var(--font-heading); font-size: 1.15rem; font-style: italic; margin-bottom: 14px; line-height: 1.6; color: var(--text); }
.testimonial-author { font-family: var(--font-body); font-weight: 700; font-size: 0.82rem; color: var(--forest); text-transform: uppercase; letter-spacing: 1px; }

/* Stats */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-number { font-family: var(--font-heading); font-size: 2.5rem; color: var(--warm); font-weight: 300; }
.stat-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* Service Detail */
.service-detail { background: var(--white); border-radius: var(--radius); padding: 36px; margin-bottom: 20px; box-shadow: var(--card-shadow); border-left: 4px solid var(--warm); }
.service-detail h3 { margin-bottom: 6px; }
.service-detail p { font-size: 0.95rem; line-height: 1.7; margin-bottom: 10px; }
.service-detail ul { list-style: none; padding: 0; margin: 12px 0; }
.service-detail ul li { padding: 4px 0 4px 20px; position: relative; font-size: 0.9rem; }
.service-detail ul li::before { content: '—'; position: absolute; left: 0; color: var(--warm); font-weight: 700; }

/* Area Tags */
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.area-tag { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 2px; padding: 8px 16px; font-size: 0.8rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; }
.contact-form input,.contact-form textarea,.contact-form select { width: 100%; padding: 14px; border: 1px solid #ddd; border-radius: 2px; font-family: var(--font-body); font-size: 15px; margin-bottom: 16px; background: var(--cream); transition: border-color 0.2s; }
.contact-form input:focus,.contact-form textarea:focus { outline: none; border-color: var(--warm); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form label { display: block; font-weight: 600; margin-bottom: 5px; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; color: var(--forest); }
.contact-info-card { background: var(--cream); border-radius: var(--radius); padding: 32px; margin-bottom: 16px; }
.contact-info-card h3 { margin-bottom: 18px; }
.contact-info-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.contact-info-item .ci-icon { width: 36px; height: 36px; background: var(--forest); border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; color: var(--white); }

/* CTA */
.cta-banner { text-align: center; padding: 48px 24px; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Page Header */
.page-header { background: var(--forest); padding: 110px 0 48px; text-align: center; }
.page-header h1 { color: var(--white); margin-bottom: 8px; }
.page-header p { max-width: 520px; margin: 0 auto; color: rgba(255,255,255,0.6); }

/* Footer */
.footer { background: var(--forest); color: rgba(255,255,255,0.5); padding: 48px 0 20px; font-size: 0.85rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer h4 { color: var(--warm); margin-bottom: 12px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; }
.footer a { color: rgba(255,255,255,0.5); }
.footer a:hover { color: var(--warm); }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; text-align: center; font-size: 0.75rem; }

.fade-in { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 768px) {
  .nav { display: none; }
  .nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--forest); padding: 20px 24px; gap: 14px; }
  .mobile-toggle { display: block; }
  .hero { min-height: auto; padding: 100px 24px 60px; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .hero-buttons,.cta-buttons { flex-direction: column; align-items: center; }
  body { padding-bottom: 52px; }
}
