:root {
  --ink: #15271f;
  --forest: #1e4a35;
  --green: #6c9b65;
  --mint: #e7efe7;
  --sand: #f4f0e7;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--sand);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
nav { display: flex; gap: 26px; font-size: 14px; font-weight: 650; }
nav a { text-decoration: none; }
.hero {
  min-height: 600px;
  padding: 96px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: center;
  gap: 52px;
  color: var(--white);
  background: radial-gradient(circle at 80% 25%, rgba(108,155,101,.55), transparent 28%), linear-gradient(125deg, #112a20, #24523b 70%, #4b7657);
}
.hero h1 { max-width: 760px; margin: 12px 0 22px; font-size: clamp(46px, 6.7vw, 88px); line-height: .98; letter-spacing: -.045em; }
.lead { max-width: 700px; margin: 0; color: #e6efe8; font-size: clamp(17px, 2vw, 21px); }
.eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; padding: 0 22px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-weight: 750; text-decoration: none; }
.primary { background: var(--white); color: var(--forest); }
.secondary { border-color: rgba(255,255,255,.45); }
.hero-card { padding: 38px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.card-label { margin: 0; color: #d5e4d8; font-weight: 700; }
.price { margin: 14px 0 4px; font-size: clamp(40px, 4.5vw, 58px); font-weight: 850; letter-spacing: -.04em; white-space: nowrap; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section h2 { margin: 0; max-width: 760px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -.035em; }
.service-grid, .branch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card, .branch-card { padding: 38px; border: 1px solid #cbd6cc; background: #f9f7f1; }
.service-card.dark { color: var(--white); background: var(--forest); border-color: var(--forest); }
.service-card h3, .branch-card h3 { margin: 24px 0 12px; font-size: 27px; line-height: 1.15; }
.number, .branch-tag { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.price-list { margin: 28px 0 0; padding: 0; list-style: none; }
.price-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid #d7dfd8; }
.large-price { margin: 32px 0 0; font-size: 42px; font-weight: 850; }
.large-price small { font-size: 15px; font-weight: 600; }
.band { width: 100%; padding: 92px max(24px, calc((100% - 1180px) / 2)); color: var(--ink); background: var(--mint); }
.hours-grid { margin: 44px 0 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hours-grid div { display: grid; padding: 26px 0; border-top: 1px solid #aebfae; }
.hours-grid strong { font-size: 26px; }
.hours-grid span { margin-top: 6px; }
.note { max-width: 870px; color: #456053; }
.branch-card p { max-width: 490px; }
.text-link { display: inline-block; margin-top: 14px; color: var(--forest); font-weight: 800; text-decoration: none; }
.contact { width: 100%; padding: 94px max(24px, calc((100% - 1180px) / 2)); display: flex; justify-content: space-between; gap: 40px; align-items: end; color: var(--white); background: var(--ink); }
.contact p { max-width: 620px; color: #cedbd3; }
.light { background: var(--white); color: var(--ink); }
.outline-light { border-color: #82958a; }
footer { padding: 50px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 20px 40px; background: #0d1d16; color: #dce7df; }
footer p { margin: 6px 0 0; color: #9fb2a7; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #294035; font-size: 12px; }

.legal { width: min(820px, calc(100% - 40px)); min-height: 70vh; margin: 0 auto; padding: 70px 0 110px; }
.legal h1 { margin: 10px 0 20px; font-size: clamp(38px, 6vw, 62px); line-height: 1.05; }
.legal h2 { margin-top: 38px; font-size: 24px; }
.legal .updated { color: #66776e; }
.legal a { color: var(--forest); }

@media (max-width: 780px) {
  .site-header { min-height: 74px; }
  nav { display: none; }
  .hero { min-height: auto; padding-top: 72px; padding-bottom: 72px; grid-template-columns: 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(44px, 13vw, 68px); }
  .service-grid, .branch-grid, .hours-grid { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .service-card, .branch-card { padding: 28px; }
  .contact { padding-top: 70px; padding-bottom: 70px; display: block; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}
