/* ============================================
   GEORGIA LAWN RANGER — STYLESHEET
   ============================================ */

:root {
  --green-dark:   #1a3a1f;
  --green-mid:    #2d6a35;
  --green-bright: #3d8b46;
  --green-light:  #e8f5ea;
  --gold:         #c8a84b;
  --gold-light:   #f0e0a0;
  --white:        #ffffff;
  --off-white:    #f7f9f7;
  --text-dark:    #1a1e1a;
  --text-mid:     #3d4a3d;
  --text-light:   #6b7b6b;
  --border:       #d4e4d4;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Mulish', sans-serif;

  --radius:       8px;
  --radius-lg:    16px;
  --shadow-sm:    0 2px 8px rgba(0,0,0,0.08);
  --shadow-md:    0 6px 24px rgba(0,0,0,0.12);
  --shadow-lg:    0 16px 48px rgba(0,0,0,0.16);

  --max-width:    1140px;
  --nav-height:   72px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
}

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

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--green-bright);
  color: var(--white);
  border-color: var(--green-bright);
}
.btn-primary:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.6);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
}

.btn-ghost-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,0.15);
}

.btn-outline {
  background: transparent;
  color: var(--green-mid);
  border-color: var(--green-mid);
}
.btn-outline:hover {
  background: var(--green-mid);
  color: var(--white);
}

.btn-full { width: 100%; text-align: center; }

/* ============================================
   TYPOGRAPHY HELPERS
   ============================================ */

.section-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-bright);
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--green-dark);
  line-height: 1.2;
}

.section-header {
  text-align: center;
  margin-bottom: 52px;
}

/* ============================================
   HEADER / NAV
   ============================================ */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--green-dark);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  height: var(--nav-height);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}

.logo-main {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.logo-sub {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-links a {
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  border-bottom-color: var(--gold);
}

.nav-cta {
  background: var(--gold);
  color: var(--green-dark);
  padding: 9px 20px;
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: nowrap;
}
.nav-cta:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px;
}

/* ============================================
   HERO
   ============================================ */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-height);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  /*
   * =====================================================
   * HERO BACKGROUND PHOTO — REPLACE WITH YOUR OWN IMAGE
   * =====================================================
   * Save a photo of one of your best jobs into the same
   * folder as this file, name it hero.jpg, and it will
   * automatically appear here.
   *
   * Best shot: wide view of a beautifully mowed or
   * landscaped residential property, daytime, well-lit.
   * Landscape orientation works best (wider than tall).
   * =====================================================
   */
  background:
    linear-gradient(135deg, rgba(26,58,31,0.88) 0%, rgba(26,58,31,0.72) 45%, rgba(45,106,53,0.65) 100%),
    url('https://images.unsplash.com/photo-1773427617774-d9ce7493b3d8?w=1600&q=80') center/cover no-repeat;
  background-color: var(--green-dark);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px 24px;
  max-width: 680px;
  margin-left: max(24px, calc((100vw - var(--max-width)) / 2 + 24px));
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.1s;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--white);
  line-height: 1.0;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.25s;
}

.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  font-weight: 300;
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.65;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.4s;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.55s;
}

.hero-phone {
  display: inline-block;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.7s;
}
.hero-phone:hover { color: var(--white); }

.hero-badge {
  position: absolute;
  bottom: 60px;
  right: max(24px, calc((100vw - var(--max-width)) / 2 + 24px));
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid rgba(200,168,75,0.5);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  justify-content: center;
  background: rgba(26,58,31,0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  animation: fadeUp 0.6s ease forwards 0.85s;
}

.badge-year {
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.badge-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================
   AREA BANNER
   ============================================ */

.area-banner {
  background: var(--gold);
  color: var(--green-dark);
  padding: 12px 24px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.area-label {
  font-weight: 900;
}

.area-list {
  opacity: 0.85;
}

/* ============================================
   SERVICES PREVIEW (HOME)
   ============================================ */

.services-preview {
  padding: 96px 0;
  background: var(--off-white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-bright);
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.service-card p {
  color: var(--text-mid);
  font-size: 0.92rem;
  line-height: 1.65;
}

.service-card--cta {
  background: var(--green-dark);
  border-color: var(--green-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-card--cta h3 {
  color: var(--white);
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.service-card--cta p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
}

/* ============================================
   ABOUT
   ============================================ */

.about {
  padding: 96px 0;
  background: var(--white);
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
}

.about-img-placeholder {
  background: var(--green-mid);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.03) 0px,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 20px
  );
}

.about-img-text {
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.15);
  letter-spacing: -0.02em;
}

.about-accent-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 60%;
  height: 60%;
  background: var(--gold);
  border-radius: var(--radius-lg);
  z-index: 0;
  opacity: 0.3;
}

.about-content .section-title {
  margin-bottom: 24px;
}

.about-content p {
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 16px;
  font-size: 0.97rem;
}

.about-content .btn { margin-top: 12px; }

/* ============================================
   TESTIMONIALS
   ============================================ */

.testimonials {
  padding: 96px 0;
  background: var(--green-dark);
}

.testimonials .section-eyebrow { color: var(--gold); }
.testimonials .section-title { color: var(--white); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: background 0.2s;
}

.testimonial-card:hover {
  background: rgba(255,255,255,0.11);
}

.stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testimonial-card p {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================
   CTA STRIP
   ============================================ */

.cta-strip {
  background: var(--green-bright);
  padding: 64px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-strip h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--white);
  margin-bottom: 8px;
}

.cta-strip p {
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.cta-strip .btn-primary {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}
.cta-strip .btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
  background: var(--green-dark);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 48px;
}

.footer-brand .logo-main {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  display: block;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}

.footer-brand a {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}
.footer-brand a:hover { opacity: 0.8; }

.site-footer h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.footer-links ul { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--white); }

.footer-hours p,
.footer-area p {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  line-height: 1.8;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 24px;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255,255,255,0.35);
  font-size: 0.8rem;
}

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */

.page-hero {
  background: var(--green-dark);
  padding: calc(var(--nav-height) + 64px) 0 64px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.015) 0px,
    rgba(255,255,255,0.015) 1px,
    transparent 1px,
    transparent 30px
  );
}

.page-hero .section-eyebrow { color: var(--gold); }

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.1;
}

.page-hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 560px;
  line-height: 1.65;
  font-weight: 300;
}

/* ============================================
   SERVICES DETAIL PAGE
   ============================================ */

.services-detail {
  padding: 80px 0;
  background: var(--off-white);
}

.service-detail-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 52px 48px;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  align-items: start;
  transition: box-shadow 0.2s;
}

.service-detail-card:hover {
  box-shadow: var(--shadow-md);
}

.service-detail-icon {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 4px;
}

.service-detail-content h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--green-dark);
  margin-bottom: 14px;
}

.service-detail-content p {
  color: var(--text-mid);
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-detail-content ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
  margin-bottom: 28px;
}

.service-detail-content ul li {
  font-size: 0.9rem;
  color: var(--text-mid);
  padding-left: 18px;
  position: relative;
}

.service-detail-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green-bright);
  font-weight: 700;
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-section {
  padding: 80px 0;
  background: var(--off-white);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: start;
}

.contact-info h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--green-dark);
  margin-bottom: 14px;
}

.contact-info > p {
  color: var(--text-mid);
  margin-bottom: 36px;
  font-size: 0.97rem;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.contact-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-item div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-item strong {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light);
  margin-bottom: 2px;
}

.contact-item a {
  color: var(--green-bright);
  font-weight: 600;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.contact-item a:hover { color: var(--green-dark); }

.contact-item span {
  color: var(--text-mid);
  font-size: 0.92rem;
}

.contact-quote-box {
  background: var(--green-dark);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 40px;
}

.contact-quote-box h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 10px;
}

.contact-quote-box p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

/* Contact Form */
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 48px 40px;
}

.contact-form-wrap h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--green-dark);
  margin-bottom: 28px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-mid);
  margin-bottom: 7px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-dark);
  background: var(--off-white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green-bright);
  box-shadow: 0 0 0 3px rgba(61,139,70,0.12);
  background: var(--white);
}

.form-group textarea { resize: vertical; }

.form-note {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--text-light);
  text-align: center;
}

.form-note a {
  color: var(--green-bright);
  text-decoration: underline;
}

.form-success {
  text-align: center;
  padding: 48px 24px;
}

.success-icon {
  width: 64px;
  height: 64px;
  background: var(--green-bright);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}

.form-success h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.form-success p {
  color: var(--text-mid);
  font-size: 0.95rem;
}

.form-success a {
  color: var(--green-bright);
  font-weight: 600;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 960px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .about-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about-img-wrap { max-width: 380px; margin: 0 auto; }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--nav-height);
    left: 0; right: 0;
    background: var(--green-dark);
    padding: 24px;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .nav-links.open + .nav-cta {
    display: block;
    position: fixed;
    top: calc(var(--nav-height) + 190px);
    left: 24px; right: 24px;
    text-align: center;
  }

  .services-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }

  .service-detail-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 24px;
  }
  .service-detail-content ul {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap { padding: 32px 24px; }
  .hero-badge { display: none; }
}
