/* ─── VARIABLES ─── */
:root {
  --green-dark:   #1e3d10;
  --green-mid:    #356b1a;
  --green-light:  #4e8a2a;
  --green-pale:   #cce0bb;
  --green-faint:  #ddeece;
  --yellow:       #d4a017;
  --yellow-light: #e8b830;
  --yellow-pale:  #f5e9c0;
  --white:        #f0f4eb;
  --cream:        #e8efe0;
  --text-dark:    #121f0a;
  --text-mid:     #2c4a1a;
  --text-light:   #4a6e35;
  --border:       rgba(53,107,26,0.25);
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 4rem;
  background: rgba(255,255,255,0.97);
  border-bottom: 2px solid var(--green-light);
  box-shadow: 0 2px 20px rgba(45,90,27,0.08);
  transition: all 0.3s;
}
nav.scrolled {
  padding: 0.8rem 4rem;
  box-shadow: 0 4px 30px rgba(45,90,27,0.15);
}

.nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }

.nav-logo-img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.nav-logo-img:hover {
  transform: rotate(5deg) scale(1.05);
}

.logo-text .name {
  font-family: 'Playfair Display', serif;
  font-weight: 900; font-size: 1.6rem;
  color: var(--green-dark);
  line-height: 1;
  white-space: nowrap;
}
.logo-text .sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-light);
  margin-top: 0.3rem;
  white-space: nowrap;
}

.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-mid); text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--green-light); }

.nav-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--green-mid); color: var(--white);
  padding: 0.65rem 1.5rem; text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--green-dark); transition: all 0.3s;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed; top: 70px; left: 0; right: 0;
  background: white;
  border-bottom: 2px solid var(--green-light);
  padding: 1.5rem 2rem;
  z-index: 99;
  flex-direction: column; gap: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-mid); text-decoration: none; padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}
.mobile-menu a:hover { color: var(--green-light); }

/* ─── HERO ─── */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 8rem 4rem 6rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(135deg, rgba(232,245,224,0.97) 0%, rgba(242,250,233,0.92) 40%, rgba(255,251,230,0.85) 100%),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&auto=format&fit=crop') center/cover no-repeat;
}

/* Decorative circle */
#hero::after {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(109,179,63,0.15) 0%, transparent 70%);
  z-index: 1; pointer-events: none;
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
}

.hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--green-mid); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 1rem;
}
.hero-eyebrow::before {
  content: '';
  display: block; width: 40px; height: 2px;
  background: var(--yellow);
}

#hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3vw, 4.5rem);
  font-weight: 900; line-height: 1.0;
  color: var(--green-dark);
  margin-bottom: 1.5rem;
}
#hero h1 .gold { color: var(--green-light); }

.hero-sub {
  font-size: 1.1rem; color: var(--text-light);
  line-height: 1.75; max-width: 480px;
  margin-bottom: 2.5rem; font-weight: 400;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ─── BUTTONS ─── */
.btn-primary {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--green-mid); color: var(--white);
  padding: 1rem 2.2rem; border: none; cursor: pointer;
  text-decoration: none; display: inline-block; border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn-primary.full-width { width: 100%; text-align: center; }

.btn-ghost {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green-dark);
  padding: 1rem 2.2rem;
  border: 2px solid var(--green-mid);
  text-decoration: none; display: inline-block; border-radius: 2px;
  transition: all 0.2s;
}
.btn-ghost:hover {
  background: var(--green-pale);
  border-color: var(--green-dark);
}

/* ─── STATS BAR ─── */
.stats-bar {
  background: var(--green-mid);
  display: flex; justify-content: space-around; flex-wrap: wrap;
  padding: 2rem 4rem; gap: 1.5rem;
  border-top: 4px solid var(--yellow);
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem; font-weight: 700;
  color: var(--yellow); line-height: 1;
}
.stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.8); margin-top: 0.3rem;
}

/* ─── SECTIONS SHARED ─── */
section { padding: 6rem 4rem; }

.section-header { text-align: center; margin-bottom: 3.5rem; }

.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--green-light); margin-bottom: 0.7rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.section-header .section-label { justify-content: center; }
.section-label::before { content: '—'; color: var(--yellow); }

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900; color: var(--green-dark);
  line-height: 1.1; margin-bottom: 1rem;
}

.section-sub {
  color: var(--text-light); max-width: 500px;
  margin: 0 auto; line-height: 1.7; font-weight: 300;
}

/* ─── SERVICES ─── */
#services { background: var(--white); }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--green-faint);
  border: 1px solid var(--border);
  padding: 2.2rem; border-radius: 4px;
  position: relative; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--yellow);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(74,140,42,0.15);
}
.service-card:hover::after { transform: scaleX(1); }

.service-num {
  position: absolute; top: 1.2rem; right: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 900;
  color: rgba(74,140,42,0.07); line-height: 1;
}
.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; color: var(--green-dark);
  margin-bottom: 0.7rem;
}
.service-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.7; }

/* ─── ABOUT ─── */
#about { background: var(--green-pale); }

.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}

.about-image {
  position: relative; aspect-ratio: 4/5; border-radius: 4px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(45,90,27,0.2);
}
.about-image img { width: 100%; height: 100%; object-fit: cover; }

.about-badge {
  position: absolute; bottom: 1.5rem; right: -1rem;
  background: var(--yellow); padding: 1.2rem 1.5rem;
  text-align: center; color: var(--green-dark);
  border-radius: 2px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.about-badge .big {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 900; line-height: 1;
}
.about-badge .small {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
}

.about-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900; color: var(--green-dark);
  line-height: 1.1; margin-bottom: 1.5rem;
}
.about-text p {
  color: var(--text-light); line-height: 1.8;
  margin-bottom: 1rem; font-weight: 300;
}

.pillars { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1.8rem; }

.pillar {
  padding: 1rem 1.2rem;
  background: white; border-left: 3px solid var(--yellow);
  border-radius: 0 4px 4px 0;
}
.pillar-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green-mid); margin-bottom: 0.2rem; font-weight: 600;
}
.pillar-desc { font-size: 0.85rem; color: var(--text-light); }

/* ─── PROCESS ─── */
#process { background: var(--white); }

.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; margin-top: 3rem; position: relative;
}
.process-steps::before {
  content: '';
  position: absolute; top: 2.5rem; left: 12%; right: 12%;
  height: 2px; background: linear-gradient(to right, var(--green-light), var(--yellow));
  z-index: 0;
}

.step { text-align: center; padding: 0 1rem; position: relative; z-index: 1; }

.step-dot {
  width: 5rem; height: 5rem; margin: 0 auto 1.5rem;
  background: var(--white); border: 3px solid var(--green-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 700; color: var(--green-mid);
  box-shadow: 0 4px 15px rgba(74,140,42,0.15);
  transition: all 0.3s;
}
.step:hover .step-dot {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--green-dark);
  transform: scale(1.08);
}
.step h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 0.6rem;
}
.step p { font-size: 0.88rem; color: var(--text-light); line-height: 1.6; }

/* ─── GALLERY ─── */
#gallery { background: var(--green-faint); }

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 8px; margin-top: 3rem; border-radius: 6px; overflow: hidden;
}
.gallery-item {
  overflow: hidden; position: relative;
  background: var(--green-pale);
}
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s;
  filter: saturate(0.85);
}
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.1); }
.gallery-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 0.8rem 1rem;
  background: linear-gradient(transparent, rgba(45,90,27,0.85));
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--yellow-light);
  opacity: 0; transition: opacity 0.3s;
}
.gallery-item:hover .gallery-label { opacity: 1; }

/* ─── CONTACT ─── */
#contact { background: var(--white); padding: 0; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }

.contact-left {
  background: var(--green-dark);
  padding: 5rem 4rem;
  position: relative; overflow: hidden;
}
.contact-left::before {
  content: '';
  position: absolute; bottom: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(109,179,63,0.1);
  pointer-events: none;
}

.contact-left .section-label { color: var(--yellow); }
.contact-left .section-label::before { color: var(--yellow); }
.contact-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900; color: white;
  line-height: 1.1; margin-bottom: 2.5rem;
}

.contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; }
.contact-icon {
  width: 2.2rem; height: 2.2rem;
  background: var(--yellow); border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; flex-shrink: 0;
}
.contact-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 0.2rem;
}
.contact-value { color: white; font-size: 0.95rem; }

.contact-right { padding: 5rem 4rem; }
.contact-right h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900; color: var(--green-dark);
  margin-bottom: 2rem; line-height: 1.1;
}

/* ─── FORM ─── */
.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-light); margin-bottom: 0.4rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--green-faint);
  border: 1.5px solid var(--border);
  color: var(--text-dark);
  padding: 0.75rem 1rem;
  font-family: 'Barlow', sans-serif; font-size: 0.9rem;
  border-radius: 2px; outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green-light);
  background: white;
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ─── FOOTER ─── */
footer {
  background: var(--green-dark);
  padding: 1.8rem 4rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  border-top: 3px solid var(--yellow);
}
.footer-copy { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--yellow); }

/* ─── ANIMATIONS ─── */
.fade-up {
  opacity: 0; transform: translateY(25px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  nav { padding: 0.8rem 1rem; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-logo-img { height: 45px; width: 45px; }
  .logo-text .name { font-size: 1rem; }
  .logo-text .sub { font-size: 0.6rem; }

  #hero { padding: 6rem 1.5rem 4rem; }
  section { padding: 4rem 1.5rem; }
  .stats-bar { padding: 1.5rem; }

  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { aspect-ratio: 3/2; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 180px); }
  .gallery-item:first-child { grid-row: span 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-left, .contact-right { padding: 3rem 1.5rem; }
  footer { padding: 1.5rem; flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 200px); }
}