:root {
  --forest: #314734;
  --forest-dark: #1d2b20;
  --sage: #879678;
  --cream: #f4efe3;
  --linen: #fbf8ef;
  --sand: #d9c9aa;
  --wood: #a67c52;
  --ink: #1f261f;
  --muted: #66705f;
  --white: #fffdf7;
  --shadow: 0 24px 70px rgba(29, 43, 32, 0.18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at top left, #fffdf7 0, var(--linen) 38%, #efe5d0 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 70px);
  background: rgba(251, 248, 239, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(49, 71, 52, 0.1);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.03em; color: var(--forest-dark); }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.nav { display: flex; gap: 22px; font-size: 14px; font-weight: 700; color: var(--muted); }
.nav a:hover { color: var(--forest-dark); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--forest); color: var(--white); font-weight: 800; font-size: 14px; box-shadow: 0 14px 28px rgba(49, 71, 52, .2); }

.section-pad { padding: 90px clamp(20px, 5vw, 84px); }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; min-height: calc(100vh - 82px); }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; color: var(--forest); font-weight: 900; letter-spacing: .14em; font-size: 12px; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; color: var(--forest-dark); line-height: .98; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(48px, 7vw, 92px); max-width: 920px; }
h2 { font-size: clamp(38px, 4.8vw, 68px); }
h3 { color: var(--forest-dark); font-size: 22px; line-height: 1.14; margin: 0 0 12px; }
p { margin: 0 0 18px; color: var(--muted); }
.hero-text { font-size: 20px; max-width: 720px; margin-top: 24px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; }
.btn.primary { background: var(--forest); color: var(--white); box-shadow: 0 18px 38px rgba(49, 71, 52, .22); }
.btn.secondary { background: var(--sand); color: var(--forest-dark); }
.btn.ghost { border-color: rgba(49,71,52,.22); color: var(--forest-dark); background: rgba(255,255,255,.38); }
.hero-card { position: relative; border-radius: 42px; padding: 18px; background: linear-gradient(145deg, rgba(255,255,255,.65), rgba(217,201,170,.5)); box-shadow: var(--shadow); }
.hero-card img { border-radius: 32px; aspect-ratio: 1 / 1; object-fit: cover; }
.floating-note { position: absolute; left: -24px; bottom: 36px; display: grid; gap: 2px; max-width: 310px; background: rgba(255,253,247,.92); border: 1px solid rgba(49,71,52,.14); padding: 18px 20px; border-radius: 22px; box-shadow: var(--shadow); }
.floating-note strong { color: var(--forest-dark); font-size: 20px; }
.floating-note span { color: var(--muted); font-weight: 600; }

.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--forest); color: var(--cream); }
.trust-strip span { text-align: center; padding: 22px 12px; font-weight: 900; background: rgba(255,255,255,.04); }
.split { display: grid; grid-template-columns: .92fr 1fr; gap: 48px; align-items: start; }
.rich-card, .quote-card, .contact-card, .review-card { background: rgba(255,253,247,.72); border: 1px solid rgba(49,71,52,.12); padding: 34px; border-radius: var(--radius); box-shadow: 0 18px 46px rgba(29,43,32,.09); }
.muted { background: rgba(49,71,52,.055); }
.section-head { max-width: 960px; margin-bottom: 42px; }
.section-head.narrow { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.grid { display: grid; gap: 20px; }
.five { grid-template-columns: repeat(5, 1fr); }
.pillar-card, .service-card { background: var(--white); border: 1px solid rgba(49,71,52,.1); border-radius: var(--radius); padding: 28px; box-shadow: 0 14px 34px rgba(29,43,32,.08); }
.pillar-card span { display: inline-flex; margin-bottom: 26px; color: var(--sage); font-weight: 900; font-size: 14px; }
.services-grid { grid-template-columns: repeat(4, 1fr); }
.service-card a { display: inline-flex; margin-top: 12px; color: var(--forest); font-weight: 900; border-bottom: 2px solid var(--sage); }
.chips, .why-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.chips span, .why-grid span { padding: 12px 18px; border-radius: 999px; background: var(--white); color: var(--forest-dark); border: 1px solid rgba(49,71,52,.12); font-weight: 800; }
.business { background: linear-gradient(135deg, var(--forest-dark), var(--forest)); color: var(--white); }
.business-box { max-width: 920px; }
.business h2, .business p, .business .eyebrow { color: var(--white); }
.business p { max-width: 720px; opacity: .86; }
.why-grid { justify-content: flex-start; }
.quote-card { max-width: 780px; margin: 0 auto; color: var(--forest-dark); font-size: 20px; font-weight: 700; text-align: center; }
.reviews-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 20px; align-items: stretch; }
.review-card { background: var(--white); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; }
.review-card p { color: var(--forest-dark); font-size: 18px; font-weight: 700; line-height: 1.55; }
.featured-review { background: linear-gradient(145deg, var(--forest), var(--forest-dark)); }
.featured-review p, .featured-review strong, .featured-review small, .featured-review .stars { color: var(--white); }
.stars { color: var(--wood); letter-spacing: .12em; font-weight: 900; margin-bottom: 18px; }
.reviewer { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--cream); color: var(--forest-dark); font-weight: 900; }
.reviewer strong { display: block; color: var(--forest-dark); }
.reviewer small { display: block; color: var(--muted); font-weight: 700; }
.review-cta { margin-top: 28px; display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; }
.review-cta p { margin: 0; font-weight: 900; color: var(--forest-dark); }

.cta-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: start; }
.contact-card { grid-column: 2; }
.contact-card a { color: var(--forest); font-weight: 800; }
.footer { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 34px 20px; background: var(--forest-dark); color: var(--cream); text-align: center; }
.footer img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.footer p { margin: 0; color: var(--cream); font-weight: 800; }

@media (max-width: 1100px) {
  .five, .services-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .hero, .split, .cta-section { grid-template-columns: 1fr; }
  .contact-card { grid-column: auto; }
  .nav { display: none; }
}
@media (max-width: 700px) {
  .section-pad { padding: 64px 20px; }
  .site-header { padding: 12px 16px; }
  .brand span { font-size: 14px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .btn { width: 100%; }
  .five, .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; }
  .floating-note { position: static; margin-top: 16px; max-width: none; }
  .hero-card { border-radius: 28px; }
  .hero-card img { border-radius: 20px; }
}
