:root {
  --ink: #23332d;
  --green: #315a4a;
  --green-deep: #24473a;
  --green-soft: #e8f0eb;
  --brown: #8a5c40;
  --brown-deep: #6d4731;
  --cream: #f7f3ec;
  --sand: #eadfce;
  --white: #ffffff;
  --muted: #68736e;
  --line: #dfe5e1;
  --shadow: 0 18px 45px rgba(35, 51, 45, .10);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #d59d60; outline-offset: 3px; }

.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; }
.skip-link:focus { left: 8px; background: white; padding: 10px 14px; border-radius: 8px; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.section { padding: 76px 0; }
.section--soft { background: var(--cream); }
.section--green { background: var(--green-deep); color: white; }
.eyebrow { margin: 0 0 10px; color: var(--brown); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section--green .eyebrow { color: #f0c393; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.025em; margin-top: 0; }
h1 { font-size: clamp(2.75rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2.1rem, 4.5vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.22rem); color: var(--muted); max-width: 62ch; }
.section--green .lead { color: #dce7e1; }
.narrow { max-width: 760px; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(35,51,45,.08); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-family: Georgia, serif; font-size: 1.35rem; }
.brand-copy { line-height: .95; font-size: 1.03rem; }
.brand-copy span { display: block; color: var(--brown); font-size: .63rem; letter-spacing: .11em; text-transform: uppercase; margin-top: 5px; }
.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: .93rem; font-weight: 700; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: white; border-radius: 12px; color: var(--ink); cursor: pointer; }
.mobile-menu { display: none; padding: 4px 16px 18px; border-top: 1px solid var(--line); }
.mobile-menu.is-open { display: grid; }
.mobile-menu a { padding: 13px 0; text-decoration: none; font-weight: 750; border-bottom: 1px solid var(--line); }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border-radius: 999px; border: 2px solid transparent; background: var(--green); color: white; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.btn:hover { background: var(--green-deep); transform: translateY(-1px); }
.btn--brown { background: var(--brown); }
.btn--brown:hover { background: var(--brown-deep); }
.btn--outline { background: transparent; color: var(--green-deep); border-color: var(--green); }
.btn--outline:hover { background: var(--green-soft); }
.btn--light { background: white; color: var(--green-deep); }
.btn--small { min-height: 42px; padding-inline: 15px; font-size: .9rem; }
.microcopy { margin-top: 9px; font-size: .82rem; color: var(--muted); }
.section--green .microcopy { color: #dce7e1; }

.hero { position: relative; overflow: hidden; padding: 54px 0 42px; background: white; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 40px; align-items: center; }
.hero h1 { max-width: 820px; margin-bottom: 22px; }
.hero .lead { max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-paths { display: flex; gap: 20px; margin-top: 22px; font-size: .92rem; font-weight: 800; }
.hero-paths a { color: var(--green-deep); text-underline-offset: 5px; }
.promise { position: relative; z-index: 1; display: inline-block; color: white; padding: 2px 13px 8px; white-space: nowrap; }
.promise::before { content: ""; position: absolute; z-index: -1; inset: -5px -15px -3px; background: var(--brown); border-radius: 48% 52% 45% 55% / 55% 44% 56% 45%; transform: rotate(-1.3deg); }

.hero-visual { position: relative; min-height: 430px; }
.photo-card { position: absolute; overflow: hidden; border-radius: 30px; background: var(--cream); box-shadow: var(--shadow); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card--main { inset: 12px 0 28px 58px; }
.photo-card--small { left: 0; bottom: 0; width: 43%; height: 42%; border: 8px solid white; }
.visual-stamp { position: absolute; right: -8px; bottom: 8px; width: 122px; height: 122px; border-radius: 50%; background: var(--green); color: white; display: grid; place-items: center; text-align: center; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border: 7px solid white; transform: rotate(5deg); }

.trust-strip { border-block: 1px solid var(--line); background: #fbfcfb; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 20px 26px; display: flex; gap: 12px; align-items: center; justify-content: center; text-align: left; font-size: .88rem; font-weight: 750; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { color: var(--green); font-size: 1.25rem; }

.intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.intro h2 { margin-bottom: 10px; max-width: 780px; }
.intent-grid, .facility-grid, .split-grid, .pricing-grid, .goal-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.intent-card { position: relative; min-height: 330px; overflow: hidden; padding: 34px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: flex-end; color: white; background-size: cover; background-position: center; box-shadow: var(--shadow); }
.intent-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,34,29,.88) 0%, rgba(18,34,29,.18) 75%); }
.intent-card > * { position: relative; z-index: 1; }
.intent-card h3 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin-bottom: 8px; }
.intent-card p { max-width: 44ch; color: #eef4f0; }
.intent-card .btn { align-self: flex-start; margin-top: 8px; }

.facility-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.facility-image { aspect-ratio: 16/9; overflow: hidden; background: var(--cream); }
.facility-image img { width: 100%; height: 100%; object-fit: cover; }
.facility-body { padding: 28px; }
.facility-tag, .location-chip { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 7px 11px; font-size: .75rem; font-weight: 850; background: var(--green-soft); color: var(--green-deep); margin-bottom: 15px; }
.location-chip--brown { background: #f3e7dc; color: var(--brown-deep); }
.facility-body h3 { margin-bottom: 8px; }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.outcome { padding: 20px; border-radius: 16px; background: white; border: 1px solid var(--line); font-weight: 760; }
.outcome span { display: block; font-size: 1.45rem; margin-bottom: 8px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.step { padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.step-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green-deep); font-weight: 900; margin-bottom: 14px; }
.step h3 { font-size: 1.3rem; margin-bottom: 7px; }
.step p { color: #dce7e1; font-size: .92rem; }

.team-placeholder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.team-card { padding: 20px; border: 1px dashed #b9c6bf; border-radius: 18px; background: #fbfcfb; }
.team-photo { aspect-ratio: 4/3; border-radius: 13px; background: linear-gradient(135deg, var(--green-soft), var(--sand)); display: grid; place-items: center; color: var(--green-deep); font-weight: 800; margin-bottom: 14px; }
.team-card small { color: var(--muted); }

.split-cta { overflow: hidden; border-radius: 28px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.split-cta > div { padding: 36px; }
.split-cta .stay { background: var(--brown); color: white; }
.split-cta .learn { background: var(--green); color: white; }
.split-cta h3 { font-size: 2rem; margin-bottom: 10px; }

.page-hero { padding: 48px 0 54px; background: var(--cream); }
.page-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: center; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero-photo { aspect-ratio: 4/3; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.feature-list li { padding: 14px 16px; background: var(--green-soft); border-radius: 13px; font-weight: 750; }
.feature-list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 8px; }

.pricing-grid { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.price-card { border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: white; }
.price-card--featured { border-color: var(--green); box-shadow: 0 12px 28px rgba(49,90,74,.11); }
.price { color: var(--green-deep); font-family: Georgia, serif; font-size: 2.35rem; font-weight: 700; }
.price small { font-family: Inter, sans-serif; font-size: .76rem; color: var(--muted); font-weight: 700; }
.price-card ul { padding-left: 1.1rem; color: var(--muted); }
.price-note { font-size: .84rem; color: var(--muted); margin-top: 18px; }

.goal-grid { margin-top: 28px; }
.goal-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.goal-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.goal-card span { display: inline-block; color: var(--brown); font-size: 1.35rem; margin-bottom: 8px; }
.goal-card h3 { margin-bottom: 8px; }
.goal-card p { color: var(--muted); }

.faq { max-width: 850px; margin-top: 26px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 850; padding-right: 34px; }
.faq details p { margin: 12px 0 0; color: var(--muted); }

.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 30px; border-radius: 22px; background: white; color: var(--ink); }
.simple-form { display: grid; gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #cbd4cf; border-radius: 10px; background: white; }

.site-footer { padding: 54px 0 94px; background: #172721; color: #e7eee9; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 42px; }
.site-footer a { color: inherit; }
.site-footer h3 { font-family: Inter, sans-serif; font-size: .87rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; font-size: .9rem; }
.footer-small { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #acbcb4; font-size: .78rem; }

.mobile-bar { display: none; position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(35,51,45,.10); gap: 8px; }
.mobile-bar .btn { flex: 1; min-width: 0; min-height: 46px; font-size: .86rem; padding-inline: 10px; }

@media (max-width: 920px) {
  .desktop-nav, .header-actions .btn { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 380px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .team-placeholder { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy { font-size: .91rem; }
  .section { padding: 54px 0; }
  .hero { padding: 30px 0 26px; }
  .hero h1 { font-size: clamp(2.42rem, 12.3vw, 3.35rem); margin-bottom: 17px; }
  .promise { white-space: normal; padding-inline: 9px; }
  .hero-actions { margin-top: 20px; }
  .hero-actions .btn { width: 100%; }
  .hero-paths { margin-top: 16px; justify-content: space-between; }
  .hero-visual { min-height: 290px; margin-top: 2px; }
  .photo-card--main { inset: 10px 0 20px 28px; }
  .photo-card--small { width: 43%; height: 42%; border-width: 5px; }
  .visual-stamp { width: 92px; height: 92px; right: -4px; bottom: 4px; border-width: 5px; font-size: .58rem; }
  .trust-grid { grid-template-columns: 1fr; padding: 4px 0; }
  .trust-item { padding: 12px 4px; justify-content: flex-start; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .intro { display: block; margin-bottom: 24px; }
  .intent-grid, .facility-grid, .split-grid, .goal-grid, .pricing-grid, .contact-card { grid-template-columns: 1fr; }
  .intent-card { min-height: 295px; padding: 24px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .steps, .team-placeholder { grid-template-columns: 1fr; }
  .split-cta { grid-template-columns: 1fr; border-radius: 22px; }
  .split-cta > div { padding: 27px 23px; }
  .page-hero { padding: 32px 0 42px; }
  .page-hero-photo { order: -1; aspect-ratio: 16/10; }
  .feature-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .mobile-bar { display: flex; }
}

@media (max-width: 380px) {
  .outcome-grid { grid-template-columns: 1fr; }
  .hero-paths { display: grid; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
