:root {
  --ink: #152139;
  --muted: #5d687a;
  --line: #dce3ed;
  --paper: #f7f8fa;
  --surface: #ffffff;
  --accent: #1e63d8;
  --accent-dark: #123f91;
  --soft: #eaf1ff;
  --radius: 22px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
:root[data-theme="garden"] {
  --ink: #18332a;
  --muted: #5e7068;
  --line: #d8e3dc;
  --paper: #f5f8f4;
  --accent: #287a4e;
  --accent-dark: #175033;
  --soft: #e6f2e9;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.site-header { min-height: 76px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); background: rgba(247,248,250,.94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
[data-theme="garden"] .site-header { background: rgba(245,248,244,.94); }
.brand { font-size: 16px; font-weight: 850; text-decoration: none; margin-right: auto; }
nav { display: flex; gap: 24px; }
nav a, .header-phone { text-decoration: none; font-weight: 700; font-size: 14px; }
.header-phone { color: var(--accent); }
.hero { min-height: 670px; padding: clamp(48px, 8vw, 104px) clamp(20px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(34px, 6vw, 90px); align-items: center; max-width: 1500px; margin: auto; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 590px; margin: 26px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; padding: 0 21px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.button.primary { background: var(--accent); color: #fff; }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { border-color: var(--line); background: var(--surface); }
.trust-row { display: flex; align-items: baseline; gap: 10px; margin-top: 30px; color: var(--muted); }
.trust-row strong { color: var(--ink); font-size: 22px; }
.hero-media { margin: 0; position: relative; }
.hero-media img { display: block; width: 100%; height: min(62vw, 610px); object-fit: cover; border-radius: var(--radius); box-shadow: 0 28px 70px rgba(21,33,57,.13); }
.section { max-width: 1500px; margin: auto; padding: 94px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); }
.section-heading { max-width: 750px; margin-bottom: 42px; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -.035em; }
h3 { margin: 16px 0 8px; font-size: 21px; }
p { margin-top: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.service-card > img { display: block; width: 100%; height: 180px; object-fit: cover; }
.service-copy { padding: 24px 26px 26px; }
.service-card p { color: var(--muted); }
.service-number { display: inline-grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--soft); color: var(--accent); font-weight: 850; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 8vw, 120px); }
.about-copy { font-size: 20px; color: var(--muted); }
.proof { background: var(--ink); color: #fff; border-radius: var(--radius); }
.proof .eyebrow { color: #9cc2ff; }
[data-theme="garden"] .proof .eyebrow { color: #a9dfbd; }
.rating { display: flex; gap: 24px; align-items: center; }
.rating > span { font-size: clamp(70px, 11vw, 144px); line-height: .9; font-weight: 850; letter-spacing: -.07em; }
.rating strong { color: #ffd45d; letter-spacing: .15em; }
.rating p { color: #c4cad4; margin: 8px 0 0; }
.area ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.area li { padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); font-weight: 750; }
.contact { padding: 94px clamp(20px, 5vw, 72px); background: var(--soft); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 8vw, 110px); }
.contact-details, form { max-width: 680px; }
.big-phone { display: block; margin: 28px 0 20px; color: var(--accent); font-size: clamp(28px, 4vw, 50px); font-weight: 850; text-decoration: none; }
iframe { width: 100%; height: 240px; margin-top: 20px; border: 0; border-radius: 18px; }
form { width: 100%; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
label { display: grid; gap: 7px; margin-bottom: 18px; font-size: 14px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; padding: 13px 14px; }
input:focus, textarea:focus { outline: 3px solid var(--soft); border-color: var(--accent); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 1.5em; margin: 0; font-weight: 700; }
button:disabled { cursor: wait; opacity: 0.65; }
footer { min-height: 74px; padding: 24px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: center; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); text-align: center; }
@media (max-width: 820px) {
  .site-header { min-height: 64px; }
  nav { display: none; }
  .header-phone { font-size: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 56px; }
  h1 { font-size: clamp(40px, 12vw, 60px); }
  .hero-media { order: -1; }
  .hero-media img { height: 48vh; min-height: 330px; }
  .services-grid, .split, .contact { grid-template-columns: 1fr; }
  .section, .contact { padding-top: 68px; padding-bottom: 68px; }
  .service-card > img { height: 190px; }
  .proof { margin: 0 14px; padding-left: 22px; padding-right: 22px; }
  .rating { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
