:root {
  --green: #173f32;
  --green-2: #345d4e;
  --sage: #dbe4dc;
  --cream: #fbf8ef;
  --cream-2: #f5efe2;
  --tan: #bca376;
  --ink: #1f3029;
  --muted: #69756f;
  --white: #fffdf8;
  --border: rgba(23, 63, 50, .16);
  --shadow: 0 18px 50px rgba(24, 48, 39, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 38px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 239, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; letter-spacing: .04em; color: var(--green); }
nav { display: flex; gap: 24px; align-items: center; }
nav a { text-decoration: none; font-size: .9rem; color: var(--green); }
.nav-cta { border: 1px solid var(--green); border-radius: 999px; padding: 9px 15px; }

.hero { padding: 44px 0 76px; text-align: center; background: radial-gradient(circle at 50% 15%, #fffdf8 0, var(--cream) 58%, #f4ecdd 100%); }
.hero-inner { max-width: 830px; }
.hero-logo { width: min(455px, 83vw); display: block; margin: 0 auto 20px; }
.eyebrow { color: var(--green-2); letter-spacing: .19em; font-size: .76rem; font-weight: 700; margin: 0 0 10px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: var(--green); line-height: 1.12; }
h1 { font-size: clamp(2.45rem, 6vw, 4.7rem); margin: 0 auto 20px; max-width: 850px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0 0 18px; }
h3 { font-size: 1.55rem; margin: 0 0 8px; }
.hero-copy { max-width: 680px; margin: 0 auto 28px; color: var(--muted); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--green); text-decoration: none; font-weight: 700; cursor: pointer; font: inherit; }
.primary { background: var(--green); color: white; }
.secondary { background: transparent; color: var(--green); }
.trust-row { margin: 30px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 24px; color: var(--green-2); font-size: .9rem; }
.trust-row span::before { content: "•"; color: var(--tan); margin-right: 8px; }

.intro-band { background: var(--green); color: #f7f4ea; padding: 62px 0; }
.intro-band h2 { color: #fffdf8; max-width: 650px; }
.intro-band .eyebrow { color: #d9e4dc; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.intro-grid > p { margin: 0; color: #e6eee8; font-size: 1.05rem; }

.section { padding: 92px 0; }
.soft { background: var(--cream-2); }
.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: stretch; }
.about-card, .quote-card, .price-card, .area-card, .contact-form { border: 1px solid var(--border); background: var(--white); border-radius: 24px; box-shadow: var(--shadow); }
.about-card { padding: clamp(30px, 5vw, 56px); }
.about-card p { color: var(--muted); }
.signature { color: var(--green) !important; font-weight: 700; letter-spacing: .02em; }
.quote-card { padding: 42px; background: var(--sage); display: flex; flex-direction: column; justify-content: center; }
.quote-mark { font-family: Georgia, serif; font-size: 5rem; line-height: .6; color: var(--tan); }
.quote-card p { font-family: Georgia, serif; color: var(--green); font-size: 1.45rem; line-height: 1.5; }
.quote-name { color: var(--green-2); font-size: .9rem; letter-spacing: .08em; }

.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p:last-child { color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { padding: 34px 30px; text-align: center; position: relative; }
.price-card.featured { border: 2px solid var(--green); transform: translateY(-8px); }
.popular { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--green); color: white; padding: 7px 13px; border-radius: 999px; font-size: .67rem; letter-spacing: .13em; font-weight: 800; white-space: nowrap; }
.duration { color: var(--green-2); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 8px; }
.price { font-family: Georgia, serif; font-size: 4.4rem; color: var(--green); line-height: 1; margin: 22px 0 18px; }
.price span { font-size: 1.6rem; vertical-align: top; position: relative; top: 8px; }
.price-card > p:last-child { color: var(--muted); }
.pricing-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 36px; margin-top: 30px; color: var(--green-2); }

.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.area-card { padding: 30px; }
.area-label { display: inline-block; color: var(--green-2); font-size: .7rem; font-weight: 800; letter-spacing: .13em; margin-bottom: 14px; }
.area-card p { color: var(--muted); margin-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.contact-copy { padding-top: 20px; }
.contact-copy > p { color: var(--muted); }
.email-line { margin-top: 30px; }
.email-line a { color: var(--green); font-weight: 700; word-break: break-word; }
.contact-form { padding: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; color: var(--green); font-size: .86rem; font-weight: 700; margin-bottom: 16px; }
input, textarea, select { width: 100%; margin-top: 7px; border: 1px solid rgba(23,63,50,.23); border-radius: 12px; background: #fffefb; padding: 13px 14px; font: inherit; color: var(--ink); }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 2px solid rgba(52,93,78,.22); border-color: var(--green-2); }
.form-button { width: 100%; border: 0; }
.form-note { color: var(--muted); font-size: .8rem; text-align: center; margin: 12px 0 0; }
.hidden { display: none; }

footer { background: #123228; color: #ecf2ed; padding: 34px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-inner strong { font-family: Georgia, serif; font-size: 1.1rem; }
.footer-inner p { margin: 4px 0 0; font-size: .82rem; color: #cdd9d1; }
.footer-right { text-align: right; }
.footer-right a { color: white; font-size: .9rem; }

@media (max-width: 780px) {
  nav a:not(.nav-cta) { display: none; }
  .brand { font-size: 1rem; }
  .intro-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .pricing-grid, .area-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; margin-top: 12px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-right { text-align: left; }
  .section { padding: 68px 0; }
  .hero { padding-top: 28px; }
}

/* Policies */
.policy-section { background: var(--cream); }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 960px; margin: 0 auto; }
.policy-card { border: 1px solid var(--border); background: var(--white); border-radius: 24px; box-shadow: var(--shadow); padding: 30px; }
.policy-card:last-child { grid-column: 1 / -1; max-width: 470px; width: 100%; justify-self: center; }
.policy-icon { display: inline-flex; min-width: 48px; height: 48px; padding: 0 10px; align-items: center; justify-content: center; border-radius: 999px; background: var(--sage); color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .05em; margin-bottom: 16px; }
.policy-card p { color: var(--muted); margin-bottom: 0; }
.policy-card strong { color: var(--green); }

@media (max-width: 780px) {
  .policy-grid { grid-template-columns: 1fr; }
  .policy-card:last-child { grid-column: auto; max-width: none; }
}
