:root {
  --bg: #f7fbf7;
  --surface: #ffffff;
  --surface-2: #eef7ef;
  --green-50: #f3faf4;
  --green-100: #e4f2e7;
  --green-200: #cce5d1;
  --green-400: #82b58b;
  --green-600: #3f7750;
  --green-700: #2e6240;
  --green-900: #163c29;
  --ink: #183027;
  --muted: #62726a;
  --line: rgba(42, 96, 62, .14);
  --shadow: 0 24px 70px rgba(33, 80, 49, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 110px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(247, 251, 247, .86);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(34,75,49,.06); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  color: var(--green-900); background: var(--green-100); border: 1px solid var(--green-200); font-size: 21px;
}
.brand strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 24px; line-height: .9; letter-spacing: .2px; }
.brand small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.nav a:not(.nav-cta) { color: #476056; }
.nav a:not(.nav-cta):hover { color: var(--green-700); }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--green-700); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; color: var(--green-900); cursor: pointer; }

.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 520px; height: 520px; right: -140px; top: 60px; background: radial-gradient(circle at 30% 30%, rgba(217,239,221,.95), rgba(231,246,234,.25)); }
.orb-two { width: 360px; height: 360px; left: -170px; bottom: -120px; background: radial-gradient(circle, rgba(205,232,210,.55), transparent 70%); }
.eyebrow { margin: 0 0 18px; color: var(--green-600); font-size: 12px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; margin-top: 0; color: var(--green-900); line-height: 1.05; }
h1 { font-size: clamp(56px, 7vw, 92px); letter-spacing: -2.5px; margin-bottom: 28px; max-width: 820px; }
h2 { font-size: clamp(42px, 5vw, 64px); letter-spacing: -1.3px; margin-bottom: 22px; }
h3 { font-size: 28px; }
.hero-text, .lead { font-size: 18px; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-700); color: white; box-shadow: 0 12px 28px rgba(47,98,64,.18); }
.btn-primary:hover { background: var(--green-900); }
.btn-soft { background: var(--surface); border: 1px solid var(--line); color: var(--green-900); }
.btn-light { background: #fff; color: var(--green-900); }
.trust-row { display: flex; flex-wrap: wrap; gap: 30px; padding-top: 8px; }
.trust-row div { padding-right: 26px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; }
.trust-row strong { display: block; color: var(--green-900); font-size: 20px; }
.trust-row span { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.hero-card { position: relative; padding: 42px; border-radius: var(--radius-lg); background: rgba(255,255,255,.78); border: 1px solid rgba(77,128,89,.18); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.profile-card { padding: 0; overflow: hidden; }
.profile-photo-wrap { position: relative; aspect-ratio: 4 / 4.3; overflow: hidden; background: var(--green-100); }
.profile-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; }
.profile-photo-wrap::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(to top, rgba(22,60,41,.54), transparent); pointer-events: none; }
.profile-badge { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; display: inline-flex; width: fit-content; max-width: calc(100% - 44px); padding: 9px 14px; border-radius: 999px; background: rgba(247,251,247,.92); color: var(--green-900); border: 1px solid rgba(255,255,255,.65); font-size: 11px; font-weight: 800; letter-spacing: .5px; box-shadow: 0 10px 30px rgba(22,60,41,.16); }
.profile-card-body { padding: 32px 36px 38px; }
.profile-card-body h2 { margin-bottom: 14px; }
.profile-intro { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.astro-symbol { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: var(--green-100); color: var(--green-700); font-size: 27px; margin-bottom: 26px; }
.mini-label { color: var(--green-600); font-weight: 700; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; }
.hero-card h2 { font-size: 42px; }
.check-list { margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 28px; color: #52675e; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-600); font-weight: 800; }
.text-link, .service-card a { color: var(--green-700); font-weight: 700; }

.intro-strip { background: var(--green-900); color: rgba(255,255,255,.82); padding: 18px 0; }
.intro-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; font-size: 13px; letter-spacing: .3px; }
.intro-grid i { opacity: .35; }

.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.about-copy { color: var(--muted); font-size: 16px; }
.about-copy p { margin-top: 0; margin-bottom: 20px; }
.quote-card { margin-top: 32px; padding: 28px; border-radius: var(--radius-md); background: var(--surface-2); border-left: 4px solid var(--green-400); color: var(--green-900); font-family: "Cormorant Garamond", serif; font-size: 25px; font-weight: 600; }
.section-tint { background: var(--green-50); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading.centered { text-align: center; max-width: 780px; margin: 0 auto 58px; }
.section-heading.centered .lead { margin-left: auto; margin-right: auto; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 300px; padding: 34px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 50px rgba(36,83,53,.1); border-color: rgba(76,132,90,.28); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--green-100); color: var(--green-700); margin-bottom: 28px; font-size: 20px; }
.service-card h3 { margin-bottom: 15px; }
.service-card p { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.step { padding: 30px 26px; border-top: 1px solid var(--green-200); }
.step span { display: inline-block; color: var(--green-400); font-weight: 800; font-size: 12px; letter-spacing: 1.5px; margin-bottom: 28px; }
.step h3 { font-size: 30px; margin-bottom: 12px; }
.step p { color: var(--muted); font-size: 14px; }

.section-dark { background: var(--green-900); color: rgba(255,255,255,.75); }
.section-dark h2, .section-dark h3 { color: white; }
.eyebrow.light { color: #a9d5b2; }
.insight-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 70px; }
.insight-grid p { max-width: 720px; }
.insight-card { padding: 38px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); }
.insight-card span { color: #a9d5b2; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 700; }
.insight-card h3 { font-size: 36px; margin-top: 14px; }
.contact-card { padding: 52px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #edf8ef, #f9fcf9); border: 1px solid var(--green-200); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.contact-card h2 { font-size: 48px; margin-bottom: 16px; }
.contact-card p { color: var(--muted); max-width: 690px; }
.contact-actions { display: grid; gap: 12px; min-width: 280px; }
.footer { padding: 42px 0; border-top: 1px solid var(--line); background: #f4f9f5; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; color: var(--muted); font-size: 12px; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }
.footer-brand .brand-mark { width: 40px; height: 40px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; width: 45px; height: 45px; border-radius: 50%; border: 0; background: var(--green-700); color: #fff; font-size: 19px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; box-shadow: 0 12px 24px rgba(34,74,48,.2); }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 18px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 10px 12px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .insight-grid, .contact-card { grid-template-columns: 1fr; gap: 42px; }
  .hero-grid { padding-top: 40px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid p:nth-child(2), .footer-grid p:last-child { text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 78px 0; }
  h1 { font-size: 54px; letter-spacing: -1.8px; }
  h2 { font-size: 42px; }
  .hero-text, .lead { font-size: 16px; }
  .hero-card:not(.profile-card) { padding: 28px; }
  .profile-card-body { padding: 28px; }
  .hero-card h2 { font-size: 36px; }
  .trust-row { gap: 16px; }
  .trust-row div { width: calc(50% - 8px); border-right: 0; }
  .cards-grid, .steps-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 34px 24px; }
  .contact-card h2 { font-size: 40px; }
  .btn { width: 100%; }
}
