:root {
  --green: #1f3d2b;
  --green-2: #2f5a3a;
  --gold: #f2c14e;
  --sand: #efe9da;
  --cream: #f7f5ef;
  --text: #1c2420;
  --muted: #5d6a61;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif; color: var(--text); background: var(--cream); line-height: 1.6; font-size: 17px; }
h1, h2, h3, .btn, .brand, .links, .badges, .concept, .callbar, .stars { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 .4em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; }
a { color: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding-inline: 20px; }
.section { padding-block: clamp(56px, 8vw, 96px); }
.sub { color: var(--muted); font-size: 1.1rem; max-width: 620px; margin-top: 0; }

.concept { background: #0e141b; color: #cfd6dd; font-size: .85rem; text-align: center; padding: 8px 16px; }
.concept a { color: #ff7a45; font-weight: 700; }

.top { background: var(--green); color: #fff; position: sticky; top: env(safe-area-inset-top, 0px); z-index: 10; }
.top__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.15rem; }
.brand svg { width: 34px; height: 34px; }
.links { display: flex; gap: 26px; font-weight: 600; font-size: .95rem; }
.links a { text-decoration: none; opacity: .85; }
.links a:hover { opacity: 1; }
@media (max-width: 760px) { .links { display: none; } }

.btn { display: inline-block; text-decoration: none; font-weight: 700; padding: 13px 22px; border-radius: 6px; border: 2px solid transparent; }
.btn--gold { background: var(--gold); color: #20291c; }
.btn--gold:hover { background: #e6b23a; }
.btn--line { border-color: currentColor; }
.top .btn { padding: 9px 14px; font-size: .92rem; }

.hero { background: radial-gradient(ellipse at 80% 0%, #3f6b3a 0%, transparent 60%), var(--green); color: #fff; position: relative; padding-top: clamp(56px, 8vw, 100px); padding-bottom: 180px; }
.hero__text { max-width: 640px; position: relative; z-index: 1; }
.hero__text > p { font-size: 1.2rem; opacity: .92; }
.stars { color: var(--gold); font-weight: 700; letter-spacing: .05em; margin-bottom: 14px; }
.stars span { color: #fff; opacity: .85; letter-spacing: 0; font-weight: 500; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.badges { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .92rem; opacity: .9; }
.badges li::before { content: "✓ "; color: var(--gold); font-weight: 800; }
.hills { position: absolute; bottom: 0; left: 0; width: 100%; height: 160px; }

.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
@media (max-width: 960px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .services { grid-template-columns: 1fr; } }
.svc { background: #fff; border-radius: 10px; padding: 26px; border-bottom: 4px solid var(--gold); box-shadow: 0 6px 20px rgba(31, 61, 43, .08); }
.svc__icon { font-size: 1.8rem; margin-bottom: 10px; }
.svc p { color: var(--muted); margin: 0; }

.section--green { background: var(--green); color: #fff; }
.section--green .sub { color: #cfe0d3; }
.why { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
@media (max-width: 820px) { .why { grid-template-columns: 1fr; gap: 24px; } }
.why__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.why__list li { border-left: 4px solid var(--gold); padding: 6px 0 6px 18px; color: #e6efe8; }
.why__list b { color: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
@media (max-width: 860px) { .reviews { grid-template-columns: 1fr; } }
.reviews blockquote { margin: 0; background: #fff; border-radius: 10px; padding: 26px; box-shadow: 0 6px 20px rgba(31, 61, 43, .08); }
.reviews blockquote::before { content: "★★★★★"; color: #e0a820; display: block; margin-bottom: 8px; letter-spacing: .1em; }
.reviews p { font-style: italic; margin: 0 0 14px; }
.reviews cite { font-style: normal; font-weight: 700; color: var(--muted); font-size: .92rem; }

.section--sand { background: var(--sand); }
.area { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; }
@media (max-width: 820px) { .area { grid-template-columns: 1fr; gap: 20px; } }
.cities { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.cities li { background: #fff; border: 1px solid #d8cfb8; border-radius: 999px; padding: 8px 16px; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; font-size: .95rem; }

.cta { background: linear-gradient(135deg, var(--green), var(--green-2)); color: #fff; text-align: center; }
.cta__inner { max-width: 720px; }
.cta .hero__ctas { justify-content: center; }
.cta p { font-size: 1.15rem; opacity: .92; }
.hours { font-size: .95rem !important; opacity: .75 !important; }

.foot { background: #152b1e; color: #a9bcae; font-size: .88rem; padding: 26px 0 90px; text-align: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
.callbar { display: none; }
@media (max-width: 760px) {
  .callbar { display: block; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); background: var(--gold); color: #20291c; text-align: center; font-weight: 800; padding: 15px; border-radius: 10px; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.25); z-index: 20; }
  .top .btn { display: none; }
}
