@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Lato:wght@300;400;700&display=swap');

:root {
  --green-deep: #2d4a2d;
  --green-mid: #4a7c4a;
  --green-light: #7aab6a;
  --brown-dark: #3b2a1a;
  --brown-mid: #6b4c2a;
  --brown-light: #c49a6c;
  --cream: #f5f0e8;
  --white: #ffffff;
  --text-dark: #1e1e1e;
  --text-muted: #5a5a5a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background: var(--cream); color: var(--text-dark); }

/* ── NAV ── */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  background: rgba(29,42,20,0.97);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 70px;
  border-bottom: 2px solid var(--brown-light);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; color: var(--brown-light); letter-spacing: 1px;
  text-decoration: none;
}
.nav-logo span { color: var(--green-light); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a {
  color: var(--cream); text-decoration: none;
  font-size: 0.88rem; letter-spacing: 1px;
  text-transform: uppercase; font-weight: 700; transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--brown-light); }
.nav-cta {
  background: var(--brown-mid) !important;
  color: var(--cream) !important; padding: 0.5rem 1.2rem;
  border-radius: 4px; transition: background 0.3s !important;
}
.nav-cta:hover { background: var(--green-mid) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 25px; height: 2px; background: var(--cream); }
.mobile-menu {
  display: none; position: fixed; top: 70px; left: 0; width: 100%;
  background: rgba(29,42,20,0.98); padding: 1.5rem 5%; z-index: 99;
  flex-direction: column; gap: 1rem;
}
.mobile-menu a {
  color: var(--cream); text-decoration: none; font-weight: 700;
  font-size: 1rem; letter-spacing: 1px; text-transform: uppercase;
  padding: 0.5rem 0; border-bottom: 1px solid rgba(196,154,108,0.15);
}
.mobile-menu.open { display: flex; }

/* ── WORK SHOWCASE SLIDER ── */
.work-showcase {
  background: linear-gradient(180deg, rgba(245,240,232,0.98) 0%, rgba(255,255,255,0.98) 100%);
  padding: 80px 5%;
}
.showcase-slider {
  position: relative; overflow: hidden; border-radius: 20px;
  box-shadow: 0 18px 50px rgba(45,74,45,0.12); background: #fff;
  min-height: 520px; cursor: pointer;
}
.slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease;
  display: grid; place-items: center; padding: 2rem;
}
.slide.active { opacity: 1; position: relative; }
.slide img {
  width: 100%; height: 100%; object-fit: contain; object-position: center;
  display: block; border-radius: 20px; background: var(--cream);
}
.slide-caption {
  position: absolute; left: 2rem; right: 2rem; bottom: 2rem;
  background: rgba(29,42,20,0.7); color: white; padding: 1rem 1.3rem;
  border-radius: 12px; font-size: 1rem; max-width: calc(100% - 4rem);
}

/* ── PAGE HERO (short) ── */
.page-hero {
  min-height: 40vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 100px 5% 60px;
  background: linear-gradient(135deg, var(--green-deep) 0%, #1a3520 100%);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%237aab6a' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero-tag {
  font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--brown-light); font-weight: 700; margin-bottom: 1rem;
  background: rgba(196,154,108,0.15); padding: 0.4rem 1.2rem;
  border-radius: 20px; display: inline-block;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white); line-height: 1.15; margin-bottom: 1rem;
}
.page-hero h1 em { color: var(--green-light); font-style: normal; }
.page-hero p { color: rgba(245,240,232,0.8); font-size: 1.05rem; max-width: 560px; line-height: 1.7; }

/* ── SECTION BASE ── */
section { padding: 80px 5%; }
.section-tag {
  font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--green-mid); font-weight: 700; margin-bottom: 0.7rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--green-deep); margin-bottom: 1rem; line-height: 1.2;
}
.section-sub { color: var(--text-muted); font-size: 1rem; max-width: 560px; line-height: 1.7; }
.divider { width: 60px; height: 4px; background: var(--brown-light); border-radius: 2px; margin: 1rem 0 2.5rem; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--green-mid); color: var(--white);
  padding: 0.9rem 2rem; border-radius: 6px; text-decoration: none;
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px;
  transition: background 0.3s, transform 0.2s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-primary:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-secondary {
  background: transparent; color: var(--green-mid);
  padding: 0.9rem 2rem; border-radius: 6px;
  border: 2px solid var(--green-mid); text-decoration: none;
  font-weight: 700; font-size: 0.95rem;
  transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-secondary:hover { background: var(--green-mid); color: var(--white); transform: translateY(-2px); }
.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }

/* ── CARDS ── */
.card {
  background: var(--white); border-radius: 12px; padding: 2rem;
  border-left: 5px solid var(--green-mid);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(45,74,45,0.12); }
.card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--green-deep); margin-bottom: 0.7rem; }
.card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; }

/* ── FOOTER ── */
footer {
  background: #0e1a0e; color: rgba(245,240,232,0.5);
  text-align: center; padding: 2rem 5%;
  font-size: 0.85rem; border-top: 1px solid rgba(196,154,108,0.15);
}
footer strong { color: var(--brown-light); }
.footer-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1rem; flex-wrap: wrap; }
.footer-links a { color: rgba(245,240,232,0.5); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--brown-light); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.6s ease both; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
}
