:root {
  --ink: #0c1c16;
  --forest: #123528;
  --leaf: #1f7a4c;
  --gold: #d4a017;
  --gold-soft: #f0d78c;
  --paper: #f6f1e7;
  --muted: #5c6b64;
  --line: rgba(18, 53, 40, 0.12);
  --white: #fff;
  --shadow: 0 24px 60px rgba(12, 28, 22, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.15;
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 600; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.wrap { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { border-color: rgba(255,255,255,0.4); color: #fff; }

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 1.4rem;
  color: #fff;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.nav.scrolled {
  background: rgba(12, 28, 22, 0.94);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand strong { display: block; letter-spacing: 0.04em; }
.brand small { display: block; opacity: 0.75; font-size: 0.75rem; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--gold) 0 28%, transparent 29%),
    conic-gradient(from 200deg, #1f7a4c, #d4a017, #123528);
}
.nav-links { display: flex; gap: 1.2rem; margin-left: auto; }
.nav-links a { text-decoration: none; font-size: 0.92rem; opacity: 0.9; }
.nav-links a:hover { color: var(--gold-soft); }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.4rem; }
.nav-cta { margin-left: 0.4rem; }

.hero { position: relative; min-height: 100vh; color: #fff; display: grid; align-items: end; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,28,22,0.35) 0%, rgba(12,28,22,0.82) 100%);
}
.hero-inner { position: relative; padding: 8rem 0 5rem; }
.hero .lead { max-width: 38rem; font-size: 1.08rem; color: #e8efe9; }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.6rem; }

.stats { background: var(--forest); color: #e7f3ea; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 2rem 0;
}
.stats b {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  color: var(--gold-soft);
}
.stats span { font-size: 0.9rem; opacity: 0.8; }

.about, .services, .projects, .process, .contact { padding: 5.5rem 0; }
.about-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}
.about-photo img { border-radius: 18px; box-shadow: var(--shadow); height: 420px; width: 100%; object-fit: cover; }
.about-photo figcaption { margin-top: 0.7rem; color: var(--muted); font-size: 0.9rem; }
.ticks { padding: 0; list-style: none; }
.ticks li { padding: 0.45rem 0 0.45rem 1.4rem; position: relative; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 0.85rem; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: var(--gold); }

.service-grid, .gallery, .steps {
  display: grid;
  gap: 1rem;
}
.service-grid { grid-template-columns: repeat(3, 1fr); margin-top: 2rem; }
.card {
  background: #fff;
  padding: 1.4rem;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.card p { color: var(--muted); margin: 0; }

.gallery { grid-template-columns: 1.2fr 1fr; margin-top: 2rem; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 16px; }
.gallery img { width: 100%; height: 280px; object-fit: cover; }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1rem 1.1rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(12,28,22,0.85));
  font-weight: 500;
}

.steps { grid-template-columns: repeat(3, 1fr); counter-reset: step; margin: 2rem 0 0; padding: 0; list-style: none; }
.steps li {
  background: #fff;
  border-radius: 16px;
  padding: 1.3rem 1.3rem 1.3rem 4.2rem;
  position: relative;
  border: 1px solid var(--line);
}
.steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute; left: 1rem; top: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: var(--gold);
}
.steps span { display: block; color: var(--muted); font-size: 0.94rem; }

.cta { background: var(--ink); color: #fff; padding: 4rem 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta h2 { margin-bottom: 0.4rem; }

.info { display: grid; gap: 1rem; }
.info div { margin: 0; }
.info dt { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.info dd { margin: 0.15rem 0 0; }
.form {
  background: #fff;
  padding: 1.5rem;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.8rem;
}
.form label { display: grid; gap: 0.35rem; font-size: 0.88rem; font-weight: 600; }
.form input, .form select, .form textarea {
  font: inherit;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffaf2;
}
.form-note { font-size: 0.85rem; color: var(--muted); margin: 0; }
.map { margin-top: 2.4rem; }
.map iframe { width: 100%; height: 320px; border: 0; border-radius: 16px; }

.footer { background: var(--forest); color: #d7e6dc; padding: 2rem 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.footer p { margin: 0; opacity: 0.8; font-size: 0.9rem; }

@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: rgba(12,28,22,0.96);
    padding: 1rem 1.4rem 1.4rem;
  }
  .nav-toggle { display: block; margin-left: auto; }
  .stats-grid, .service-grid, .steps, .about-grid, .contact-grid, .gallery, .cta-inner, .footer-inner {
    grid-template-columns: 1fr;
    display: grid;
  }
  .cta-inner, .footer-inner { display: grid; }
  .gallery img, .about-photo img { height: 220px; }
}
