:root {
  --cream: #f7f1e8;
  --cream-2: #fffaf3;
  --ink: #2e352d;
  --muted: #6d756b;
  --green: #3e6b4f;
  --green-dark: #294b38;
  --green-light: #8fb08f;
  --border: #ded6ca;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(50, 58, 49, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream-2);
  line-height: 1.6;
}

a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 760px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,250,243,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(222,214,202,.8);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--green); color: var(--white);
  font-family: "DM Serif Display", serif;
  letter-spacing: .5px;
}
.brand-text { display: grid; line-height: 1.15; }
.brand-text strong { font-family: "DM Serif Display", serif; font-size: 1.25rem; font-weight: 400; }
.brand-text small { color: var(--muted); margin-top: 4px; }
.site-nav { display: flex; gap: 26px; align-items: center; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: .95rem; }
.site-nav a:hover { color: var(--green); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.65rem; cursor: pointer; }

.hero { background: linear-gradient(180deg, var(--cream-2), var(--cream)); padding: 86px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .18em; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "DM Serif Display", serif; font-weight: 400; line-height: 1.05; }
h1 { font-size: clamp(3rem, 6vw, 5.4rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); margin-bottom: 20px; }
h3 { font-size: 1.2rem; margin-bottom: 10px; }
.lead { font-size: 1.15rem; color: #50594f; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green-dark); color: #fff; box-shadow: 0 10px 24px rgba(41,75,56,.18); }
.button-secondary { border: 1px solid var(--green-dark); color: var(--green-dark); background: transparent; }
.button-light { background: #fff; color: var(--green-dark); }
.launch-note { color: var(--muted); }

.hero-art { position: relative; min-height: 430px; background: #dfe9dc; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.sun { position: absolute; width: 98px; height: 98px; border-radius: 50%; background: #f2d99a; top: 52px; right: 62px; }
.hill { position: absolute; border-radius: 50% 50% 0 0; bottom: -40px; }
.hill-one { width: 520px; height: 220px; background: #9fbe9d; left: -80px; }
.hill-two { width: 440px; height: 180px; background: #789b78; right: -90px; }
.house { position: absolute; width: 190px; height: 150px; background: #f4eadc; bottom: 78px; right: 72px; border-radius: 8px 8px 4px 4px; box-shadow: 0 10px 25px rgba(0,0,0,.08); }
.roof { position: absolute; width: 220px; height: 28px; background: #7c604c; left: -15px; top: -22px; transform: skewX(-22deg); border-radius: 3px; }
.door { position: absolute; width: 46px; height: 78px; background: #8e674d; bottom: 0; left: 72px; border-radius: 8px 8px 0 0; }
.window { position: absolute; width: 42px; height: 42px; background: #b9d6d1; top: 45px; border: 6px solid #fff8ef; }
.window-left { left: 20px; }
.window-right { right: 20px; }
.tree { position: absolute; left: 56px; bottom: 58px; width: 170px; height: 260px; }
.trunk { position: absolute; width: 28px; height: 142px; background: #7d5d47; left: 74px; bottom: 20px; border-radius: 18px; }
.canopy { position: absolute; border-radius: 50%; background: var(--green); }
.canopy-one { width: 122px; height: 122px; top: 38px; left: 10px; }
.canopy-two { width: 112px; height: 112px; top: 6px; left: 62px; background: #4f7f5d; }
.canopy-three { width: 108px; height: 108px; top: 76px; left: 68px; background: #5c8a65; }
.roots { position: absolute; width: 110px; height: 38px; border-bottom: 5px solid #7d5d47; border-radius: 50%; left: 34px; bottom: 0; }

.section { padding: 96px 0; }
.section-light { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: 38px; }
.section-heading > p { margin: 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 26px; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 8px 24px rgba(54,61,52,.05); }
.card .icon { font-size: 2rem; margin-bottom: 18px; }
.card p { color: var(--muted); margin-bottom: 0; }

.callout { background: var(--green-dark); color: #fff; }
.callout .eyebrow { color: #c9d9c9; }
.callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.callout h2 { margin-bottom: 0; max-width: 720px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-email a { color: var(--green-dark); font-weight: 800; font-size: 1.15rem; }
.contact-panel { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 30px; }
.status { display: inline-block; margin-top: 12px; padding: 8px 12px; border-radius: 999px; background: #e8efe6; color: var(--green-dark); font-weight: 800; letter-spacing: .08em; font-size: .78rem; }

.site-footer { border-top: 1px solid var(--border); background: var(--cream-2); color: var(--muted); }
.footer-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .9rem; }

@media (max-width: 900px) {
  .hero-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .section-heading { gap: 10px; }
  .callout-inner { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 390px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-nav { display: none; position: absolute; top: 78px; left: 14px; right: 14px; background: #fffaf3; border: 1px solid var(--border); border-radius: 18px; padding: 16px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding: 64px 0 72px; }
  .section { padding: 72px 0; }
  .cards { grid-template-columns: 1fr; }
  .brand-text small { display: none; }
  .hero-art { min-height: 340px; }
  .house { transform: scale(.82); transform-origin: bottom right; right: 28px; }
  .tree { transform: scale(.82); transform-origin: bottom left; left: 24px; }
  .footer-inner { min-height: 100px; flex-direction: column; justify-content: center; text-align: center; }
}
