:root {
  --ink: #405037;
  --ink-deep: #34442e;
  --sage: #536447;
  --sage-soft: #dce8d7;
  --peach: #f99f7e;
  --peach-soft: #fbe2d4;
  --cream: #fffaf4;
  --paper: #fffefb;
  --sea: #dcefea;
  --line: #d9ddcf;
  --shadow: 0 18px 50px rgba(63, 81, 56, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink-deep); font-family: Georgia, "Times New Roman", serif; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(117, 139, 103, 0.2); background: rgba(255, 250, 244, 0.96); backdrop-filter: blur(14px); }
.nav-shell { width: min(1180px, calc(100% - 40px)); min-height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-deep); font-weight: 700; text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { font-size: 0.82rem; font-weight: 700; text-decoration: none; }
.site-nav a[aria-current="page"] { color: #d96f50; }
.nav-cta { border-radius: 999px; padding: 11px 18px; color: var(--ink-deep) !important; background: var(--peach); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--paper); font-size: 1.3rem; }

.page-hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); align-items: stretch; background: var(--sea); }
.page-hero-copy { padding: clamp(70px, 9vw, 135px) clamp(32px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.page-hero-media { min-height: 560px; overflow: hidden; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.eyebrow { margin-bottom: 16px; color: var(--ink-deep); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.page-hero h1 { max-width: 9ch; margin-bottom: 24px; font-size: clamp(3.5rem, 6.8vw, 7rem); line-height: 0.9; letter-spacing: 0; }
.page-hero p:not(.eyebrow) { max-width: 620px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.hero-actions.center-actions { justify-content: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; font-size: 0.78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.button-primary { color: var(--ink-deep); background: var(--peach); box-shadow: 0 12px 28px rgba(235, 126, 87, 0.28); }
.button-secondary { border-color: var(--sage); color: var(--ink-deep); background: rgba(255, 255, 255, 0.78); }

.band { padding: clamp(72px, 9vw, 128px) 24px; }
.band-paper { background: var(--paper); }
.band-peach { background: var(--peach-soft); }
.band-sage { color: #fff; background: var(--sage); }
.band-sea { background: var(--sea); }
.inner { width: min(1120px, 100%); margin: auto; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 0.98; letter-spacing: 0; }
.section-heading p { font-size: 1.08rem; line-height: 1.7; }
.band-sage h2, .band-sage h3 { color: #fff; }
.band-sage .eyebrow { color: #e7f2df; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.card-number { color: #a8472f; font-weight: 700; }
.card h3 { margin: 44px 0 12px; font-size: 1.65rem; }
.card p { margin-bottom: 0; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 70px; }
.feature { padding: 0 0 24px; border-bottom: 1px solid var(--line); }
.feature h3 { margin-bottom: 9px; font-size: 1.45rem; }
.feature p { margin: 0; line-height: 1.65; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 7vw, 100px); }
.split-media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; box-shadow: var(--shadow); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy h2 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: 0.98; }
.split-copy p { font-size: 1.06rem; line-height: 1.75; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; line-height: 1.5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--peach); font-weight: 700; }

.process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process article { padding: 28px; border-left: 1px solid rgba(255, 255, 255, 0.35); }
.process article:first-child { border-left: 0; }
.process strong { display: block; margin-bottom: 50px; color: #fbd4c4; }
.process h3 { font-size: 1.55rem; }
.process p { margin: 0; line-height: 1.6; }

.location-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.location-item { padding: 26px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255, 255, 255, 0.68); }
.location-item h3 { margin-bottom: 8px; font-size: 1.4rem; }
.location-item p { margin: 0; line-height: 1.6; }
.quote { max-width: 900px; margin: auto; text-align: center; }
.quote blockquote { margin: 0 0 28px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.7vw, 4.5rem); line-height: 1.07; }
.faq { max-width: 860px; margin: auto; }
.faq details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--ink-deep); font-weight: 700; }
.faq p { margin: 14px 0 0; line-height: 1.65; }

.cta-band { padding: clamp(80px, 10vw, 140px) 24px; text-align: center; background: linear-gradient(110deg, var(--peach-soft), var(--cream) 48%, var(--sea)); }
.cta-band h2 { max-width: 10ch; margin: 0 auto 22px; font-size: clamp(3rem, 6vw, 6rem); line-height: 0.95; }
.cta-band p { max-width: 600px; margin: 0 auto 28px; line-height: 1.65; }
.site-footer { padding: 44px 24px; color: #edf4e9; background: var(--ink-deep); }
.footer-inner { width: min(1120px, 100%); margin: auto; display: flex; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { font-size: 0.82rem; text-decoration: none; }

.home-hero { min-height: 700px; padding: clamp(64px, 8vw, 110px) 24px; background: linear-gradient(105deg, #ffe0c9 0%, #fff8f1 55%, #d9f0eb 100%); }
.home-hero-inner { width: min(1220px, 100%); margin: auto; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); align-items: center; gap: 60px; }
.home-hero-copy h1 { max-width: 7.5ch; margin-bottom: 28px; font-size: clamp(4.5rem, 7.5vw, 7.5rem); line-height: 0.82; }
.home-hero-copy > p:not(.eyebrow) { max-width: 590px; font-size: 1.18rem; line-height: 1.55; }
.home-logo-wrap { min-height: 540px; display: grid; place-items: center; border: 1px solid rgba(117,139,103,.18); border-radius: 28% 28% 18% 18%; background: rgba(255,255,255,.38); }
.home-logo-wrap img { width: min(560px, 90%); height: auto; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-row span { padding: 8px 14px; border: 1px solid var(--sage); border-radius: 999px; background: rgba(255,255,255,.68); font-size: .82rem; font-weight: 700; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.metric { min-height: 180px; padding: 42px 24px; text-align: center; border-left: 1px solid var(--line); }
.metric:first-child { border-left: 0; }
.metric strong { display: block; margin-bottom: 8px; color: var(--ink-deep); font-family: Georgia, "Times New Roman", serif; font-size: 3.2rem; }
.home-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-feature { min-height: 280px; padding: 32px; border: 1px solid rgba(117,139,103,.24); border-radius: 6px; background: var(--paper); }
.home-feature h3 { margin: 46px 0 12px; font-size: 1.7rem; }
.home-feature p { line-height: 1.65; }
.about-photo { aspect-ratio: 3 / 4; max-height: 620px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan { padding: 32px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.plan.featured { color: #fff; background: var(--sage); }
.plan.featured h3 { color: #fff; }
.plan h3 { margin: 40px 0 10px; font-size: 1.8rem; }
.plan p { min-height: 52px; line-height: 1.6; }
.plan a { display: inline-block; margin-top: 18px; font-weight: 700; }

@media (max-width: 900px) {
  .site-header { background: var(--cream); backdrop-filter: none; }
  .menu-button { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 74px; left: 0; width: 100%; height: calc(100vh - 74px); padding: 32px 24px; display: none; align-items: stretch; align-content: start; gap: 8px; background: var(--cream); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 15px 8px; font-size: 1rem; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .page-hero { min-height: 0; grid-template-columns: 1fr; }
  .page-hero-copy { padding: 70px 24px 54px; }
  .page-hero-media { min-height: 0; aspect-ratio: 4 / 3; }
  .page-hero h1 { font-size: clamp(3.4rem, 15vw, 5.7rem); }
  .card-grid { grid-template-columns: 1fr; }
  .feature-grid, .split, .location-list { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process article:nth-child(3) { border-left: 0; }
  .footer-inner { flex-direction: column; }
  .home-nav { display: none; }
  .home-hero-inner { grid-template-columns: 1fr; }
  .home-hero-copy h1 { font-size: clamp(4rem, 13vw, 6rem); }
  .home-logo-wrap { min-height: 420px; }
  .home-feature-grid, .plans { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .nav-shell { width: min(100% - 28px, 1180px); }
  .brand span { font-size: 0.9rem; }
  .band { padding: 64px 20px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .process { grid-template-columns: 1fr; }
  .process article { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.35); }
  .process article:first-child { border-top: 0; }
  .process strong { margin-bottom: 22px; }
  .metrics { grid-template-columns: 1fr; }
  .metric { min-height: 130px; border-top: 1px solid var(--line); border-left: 0; }
  .metric:first-child { border-top: 0; }
}
