:root {
  --green:#173f2a;
  --green-2:#245d3b;
  --green-3:#5d8c50;
  --gold:#d6b36a;
  --light:#f7f5ef;
  --sand:#efe7d6;
  --ink:#17211b;
  --muted:#6f776f;
  --white:#ffffff;
  --shadow:0 20px 60px rgba(8,20,12,.14);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  font-family:'Inter', Arial, sans-serif;
  color:var(--ink);
  background:var(--light);
  line-height:1.6;
}
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
.container { width:min(1180px, 92%); margin:auto; }

.site-header {
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(16px);
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(23,63,42,.08);
}

.nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  min-height:82px;
}

.brand {
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.brand-logo {
  width:60px;
  height:60px;
  object-fit:contain;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.10));
}

.brand-copy strong {
  display:block;
  font-size:1.02rem;
  letter-spacing:.12em;
  color:var(--green);
}

.brand-copy small {
  display:block;
  font-size:.72rem;
  letter-spacing:.45em;
  color:var(--muted);
}

nav {
  display:flex;
  align-items:center;
  gap:24px;
  font-weight:600;
  color:#314037;
}

nav a:hover { color:var(--green); }

.nav-cta {
  background:var(--green);
  color:white;
  padding:12px 18px;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(23,63,42,.18);
}

.hero {
  position:relative;
  min-height:88vh;
  background-image:url('assets/hero-landscape.png');
  background-size:cover;
  background-position:center center;
  color:white;
  display:flex;
  align-items:center;
}

.hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(9,19,12,.70) 0%, rgba(9,19,12,.56) 35%, rgba(9,19,12,.28) 100%);
}

.hero-inner {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:40px;
  align-items:end;
  padding:100px 0 88px;
}

.eyebrow,
.mini-label {
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.78rem;
  font-weight:700;
  margin:0 0 14px;
}

.eyebrow { color:#d7e8d8; }
.mini-label { color:var(--green-2); }

h1, h2 {
  font-family:'Cormorant Garamond', Georgia, serif;
  line-height:.98;
  margin:0 0 18px;
  font-weight:700;
}

h1 {
  font-size:clamp(3.2rem, 6vw, 5.8rem);
  max-width:760px;
}

h2 {
  font-size:clamp(2.3rem, 4vw, 3.8rem);
  color:var(--green);
}

.hero h2,
.hero .mini-label { color:var(--green); }

.lead,
.section-intro,
.areas-section p,
.contact-section p {
  font-size:1.07rem;
  max-width:700px;
}

.lead { color:rgba(255,255,255,.9); }
.section-intro,
.contact-section p { color:var(--muted); }

.actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:30px 0 18px;
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 22px;
  border-radius:999px;
  font-weight:700;
  transition:transform .2s ease, background .2s ease, color .2s ease;
}

.btn:hover { transform:translateY(-1px); }

.btn.primary {
  background:var(--gold);
  color:#1a1f18;
}

.btn.secondary {
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.3);
  color:white;
}

.trust-row {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  color:#edf5ef;
  font-weight:600;
  font-size:.95rem;
}

.estimate-box {
  background:rgba(255,255,255,.92);
  color:var(--ink);
  padding:26px;
  border-radius:24px;
  box-shadow:var(--shadow);
  border:1px solid rgba(23,63,42,.08);
}

.info-link {
  display:block;
  padding:15px 0;
  border-top:1px solid rgba(23,63,42,.10);
}

.info-link:first-of-type { border-top:0; }
.info-link strong {
  display:block;
  color:var(--green);
  margin-bottom:3px;
}
.info-link span {
  display:block;
  color:var(--muted);
  overflow-wrap:anywhere;
}
.fine-print {
  margin:8px 0 0;
  color:var(--muted);
  font-size:.94rem;
}

.section { padding:88px 0; }

.cards {
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}

.card {
  background:var(--white);
  border-radius:18px;
  padding:26px;
  border:1px solid rgba(23,63,42,.08);
  box-shadow:0 10px 28px rgba(7,24,12,.05);
}

.card h3 {
  margin:0 0 10px;
  color:var(--green);
  font-size:1.12rem;
}

.card p {
  margin:0;
  color:var(--muted);
}

.areas-section {
  background:linear-gradient(180deg, #193724 0%, #122d20 100%);
  color:white;
}

.areas-section h2 { color:white; }
.areas-section .eyebrow { color:#cfe0cf; }
.areas-section p { color:#d4e0d5; }

.split,
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}

.area-list {
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.area-list span {
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  border-radius:14px;
  font-weight:700;
  text-align:center;
}

.gallery-section { background:#fbfaf7; }

.gallery-grid {
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
  grid-auto-flow:dense;
}

.gallery-item {
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:white;
  box-shadow:0 10px 26px rgba(7,24,12,.08);
  min-height:220px;
}

.gallery-item.tall { grid-row:span 2; }

.gallery-item img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.gallery-item:hover img { transform:scale(1.03); }

.contact-section {
  background:linear-gradient(180deg, #f2eee3 0%, #fbfaf7 100%);
}

.contact-card {
  background:white;
  border-radius:22px;
  padding:14px 20px;
  box-shadow:var(--shadow);
  border:1px solid rgba(23,63,42,.08);
}

.contact-card a {
  display:block;
  padding:18px 0;
  border-bottom:1px solid rgba(23,63,42,.10);
}

.contact-card a:last-child { border-bottom:0; }
.contact-card strong {
  display:block;
  color:var(--green);
  margin-bottom:3px;
}
.contact-card span { color:var(--muted); }

footer {
  background:#122d20;
  color:white;
  padding:28px 0;
}

.footer-grid {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:18px;
  align-items:center;
}

.footer-brand {
  display:flex;
  align-items:center;
  gap:14px;
}

.footer-logo {
  width:58px;
  height:58px;
  object-fit:contain;
}

.footer-brand strong {
  display:block;
  letter-spacing:.08em;
}

.footer-brand span,
.footer-copy {
  color:#d5e1d6;
  font-size:.95rem;
}

@media (max-width: 980px) {
  .hero-inner,
  .split,
  .contact-grid,
  .footer-grid { grid-template-columns:1fr; }
  .hero { min-height:auto; }
  .hero-inner { padding:86px 0 64px; }
  .cards { grid-template-columns:repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns:repeat(2, minmax(0,1fr)); }
  .gallery-item.tall { grid-row:auto; }
}

@media (max-width: 760px) {
  nav a:not(.nav-cta) { display:none; }
  .brand-logo { width:52px; height:52px; }
  .brand-copy strong { font-size:.94rem; }
  .hero { background-position:center; }
  .actions { flex-direction:column; align-items:stretch; }
  .btn { width:100%; }
}

@media (max-width: 560px) {
  .nav { min-height:74px; }
  .nav-cta { padding:11px 14px; font-size:.88rem; }
  h1 { font-size:3rem; }
  .section { padding:72px 0; }
  .cards,
  .gallery-grid,
  .area-list { grid-template-columns:1fr; }
  .gallery-item { min-height:240px; }
  .estimate-box { padding:22px; }
  .footer-copy { font-size:.9rem; }
}
