:root {
  --ink: #10243d;
  --ink-2: #183754;
  --paper: #f7f4ee;
  --paper-2: #eee8df;
  --white: #fff;
  --accent: #e66b3f;
  --accent-dark: #c84e28;
  --sage: #7f9f91;
  --muted: #627083;
  --line: rgba(16, 36, 61, .14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(13, 31, 52, .12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #ffae8f; outline-offset: 3px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--accent-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-title { margin: 0; max-width: 760px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.06; letter-spacing: -.045em; }
.section-lead { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 1.07rem; }
.serif { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--accent { color: #fff; background: var(--accent); }
.btn--accent:hover { background: var(--accent-dark); }
.btn--light { color: var(--ink); background: var(--white); }
.btn--outline { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.topbar { color: rgba(255,255,255,.8); background: #091a2d; font-size: .78rem; }
.topbar__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__note { display: flex; align-items: center; gap: 8px; }
.topbar__note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6fca9b; box-shadow: 0 0 0 4px rgba(111,202,155,.13); }
.topbar__links { display: flex; gap: 20px; }
.topbar a:hover { color: #fff; }
.header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; background: rgba(16,36,61,.96); backdrop-filter: blur(16px); }
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand__mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; color: var(--ink); background: #fff; font-size: .92rem; font-weight: 900; letter-spacing: -.04em; }
.brand__text { line-height: 1.15; }
.brand__text strong { display: block; font-size: .86rem; }
.brand__text span { color: rgba(255,255,255,.58); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.nav__links { display: flex; align-items: center; gap: 28px; font-size: .85rem; font-weight: 700; }
.nav__links a { position: relative; color: rgba(255,255,255,.74); }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: #fff; }
.nav__links a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .2s; }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { transform: scaleX(1); }
.nav__phone { min-height: 46px; padding: 0 18px; background: var(--accent); font-size: .82rem; }
.menu-toggle { display: none; width: 45px; height: 45px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: transparent; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; top: -280px; right: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(230,107,63,.27), transparent 67%); }
.hero__grid { display: grid; min-height: 720px; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(40px, 7vw, 92px); padding: 70px 0 84px; }
.hero__content { position: relative; z-index: 2; }
.hero .eyebrow { color: #f4a98d; }
.hero h1 { margin: 0; max-width: 610px; font-size: clamp(3.1rem, 5.8vw, 5.7rem); line-height: .96; letter-spacing: -.065em; }
.hero__copy { max-width: 570px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.5vw, 1.14rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__micro { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: rgba(255,255,255,.58); font-size: .76rem; font-weight: 700; }
.hero__micro span { display: inline-flex; align-items: center; gap: 7px; }
.hero__micro span::before { content: "✓"; color: #83d2a7; }
.hero__visual { position: relative; min-height: 560px; }
.hero__photo-main { position: absolute; inset: 0 12% 0 7%; overflow: hidden; border-radius: 150px 26px 26px 26px; box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.hero__photo-main img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo-small { position: absolute; right: 0; bottom: 8%; width: 43%; overflow: hidden; border: 8px solid var(--ink); border-radius: 20px; box-shadow: var(--shadow); }
.hero__photo-small img { width: 100%; aspect-ratio: 1.12; object-fit: cover; }
.hero__badge { position: absolute; top: 7%; left: 0; display: grid; width: 130px; height: 130px; place-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--ink); background: #f5d6bd; text-align: center; transform: rotate(-8deg); }
.hero__badge strong { display: block; font-size: 1.45rem; line-height: 1; }
.hero__badge span { display: block; margin-top: 5px; font-size: .66rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.proof { position: relative; z-index: 4; margin-top: -32px; }
.proof__grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.proof__item { display: flex; min-height: 112px; align-items: center; gap: 15px; padding: 25px; border-right: 1px solid var(--line); }
.proof__item:last-child { border: 0; }
.proof__icon { display: grid; flex: 0 0 45px; height: 45px; place-items: center; border-radius: 12px; color: var(--accent-dark); background: #fff0e9; }
.proof__item strong { display: block; font-size: .9rem; line-height: 1.3; }
.proof__item span { display: block; margin-top: 3px; color: var(--muted); font-size: .75rem; }
.stars { color: #ef6a39; letter-spacing: 1px; }

.services__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.service-card { position: relative; min-height: 410px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--ink); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card::after { content: ""; position: absolute; inset: 24% 0 0; background: linear-gradient(transparent, rgba(4,18,33,.94)); }
.service-card__body { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 24px; }
.service-card__num { color: #f5a688; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin: 8px 0 7px; font-size: 1.3rem; line-height: 1.15; }
.service-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .81rem; }
.service-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-size: .76rem; font-weight: 800; }
.service-card:hover img { transform: scale(1.045); }

.emergency { color: #fff; background: var(--accent); }
.emergency__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 46px 0; }
.emergency h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.06; letter-spacing: -.04em; }
.emergency p { margin: 10px 0 0; color: rgba(255,255,255,.8); }
.emergency .btn { color: var(--ink); background: #fff; }

.projects { background: #eae4db; }
.projects__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 250px 250px; gap: 16px; margin-top: 48px; }
.project { position: relative; overflow: hidden; border-radius: 20px; background: #d8d0c4; }
.project:first-child { grid-row: 1 / 3; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project:hover img { transform: scale(1.035); }
.project__tag { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 12px 15px; border-radius: 12px; color: #fff; background: rgba(10,28,48,.82); backdrop-filter: blur(10px); font-size: .75rem; font-weight: 700; }

.process__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.process__steps { counter-reset: step; border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process-step::before { counter-increment: step; content: "0" counter(step); color: var(--accent); font-size: .78rem; font-weight: 900; }
.process-step h3 { margin: -5px 0 5px; font-size: 1.06rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .88rem; }

.zone { color: #fff; background: var(--ink); }
.zone__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.zone .section-lead { color: rgba(255,255,255,.62); }
.zone__cities { display: flex; flex-wrap: wrap; gap: 10px; }
.zone__cities span { padding: 11px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.05); font-size: .78rem; }
.zone__address { margin-top: 26px; padding: 20px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.05); }
.zone__address strong { display: block; }
.zone__address span { color: rgba(255,255,255,.58); font-size: .83rem; }

.reviews__top { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.rating { flex: 0 0 auto; text-align: right; }
.rating strong { display: block; font-size: 2.4rem; line-height: 1; }
.rating span { color: var(--muted); font-size: .76rem; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.review { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.review__head { display: flex; align-items: center; gap: 12px; }
.review__avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-weight: 800; }
.review__head strong { display: block; font-size: .86rem; }
.review__head span { display: block; color: var(--muted); font-size: .7rem; }
.review .stars { margin: 18px 0 12px; font-size: .8rem; }
.review p { margin: 0; color: #415064; font-size: .86rem; }

.faq { background: #eae4db; }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid rgba(16,36,61,.18); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.35rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 22px; color: var(--muted); font-size: .9rem; }

.contact { position: relative; overflow: hidden; color: #fff; background: #0c1d31; }
.contact__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
.contact .section-lead { color: rgba(255,255,255,.62); }
.contact__direct { display: grid; gap: 10px; margin-top: 30px; }
.contact__direct a, .contact__direct div { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.82); font-size: .89rem; }
.contact-form { padding: 32px; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .76rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ccd2d8; border-radius: 11px; padding: 12px 13px; color: var(--ink); background: #fbfbfa; transition: border .2s, box-shadow .2s; }
.field input, .field select { height: 48px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); outline: 0; box-shadow: 0 0 0 3px rgba(230,107,63,.13); }
.honeypot { position: absolute !important; left: -9999px !important; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--muted); font-size: .72rem; }
.consent input { margin-top: 3px; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: .8rem; font-weight: 700; }
.form-status.is-error { color: #b42e25; }
.form-status.is-success { color: #23764c; }

.footer { color: rgba(255,255,255,.68); background: #071522; }
.footer__grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 60px; padding: 58px 0 42px; }
.footer .brand { color: #fff; }
.footer__intro { max-width: 410px; margin-top: 18px; font-size: .82rem; }
.footer h3 { margin: 0 0 16px; color: #fff; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.footer__links { display: grid; gap: 9px; font-size: .8rem; }
.footer__links a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.mobile-actions { display: none; }

.page-hero { padding: 86px 0 74px; color: #fff; background: var(--ink); }
.page-hero__grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.page-hero h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.page-hero p { max-width: 620px; color: rgba(255,255,255,.68); }
.page-hero img { width: 100%; height: min(520px, 48vw); object-fit: cover; border-radius: 24px; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 26px; color: rgba(255,255,255,.55); font-size: .75rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 70px; align-items: start; }
.prose h2 { margin: 52px 0 14px; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.1; letter-spacing: -.035em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #526174; }
.prose ul { padding-left: 20px; }
.side-cta { position: sticky; top: 108px; padding: 28px; border-radius: 20px; color: #fff; background: var(--ink); }
.side-cta h2 { margin: 0; font-size: 1.45rem; line-height: 1.15; }
.side-cta p { color: rgba(255,255,255,.65); font-size: .82rem; }
.side-cta .btn { width: 100%; margin-top: 10px; }

@media (max-width: 1040px) {
  .nav__links { gap: 16px; }
  .nav__links > a:nth-child(4) { display: none; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 6vw, 4.7rem); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 380px; }
  .proof__grid { grid-template-columns: repeat(2, 1fr); }
  .proof__item:nth-child(2) { border-right: 0; }
  .proof__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .topbar { display: none; }
  .nav { min-height: 68px; }
  .brand { min-width: 0; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__text span { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav__phone { display: none; }
  .nav__links { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 20px 20px; border-top: 1px solid rgba(255,255,255,.08); background: var(--ink); box-shadow: 0 20px 35px rgba(0,0,0,.18); }
  .nav__links.is-open { display: grid; }
  .nav__links > a, .nav__links > a:nth-child(4) { display: block; padding: 13px 5px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav__links a::after { display: none; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding: 62px 0 60px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero__copy { font-size: .98rem; }
  .hero__visual { min-height: 420px; margin-top: 20px; }
  .hero__photo-main { inset: 0 4% 0 10%; border-radius: 100px 20px 20px 20px; }
  .hero__photo-small { width: 44%; }
  .hero__badge { width: 100px; height: 100px; }
  .hero__badge strong { font-size: 1.15rem; }
  .proof { margin-top: 0; padding-top: 14px; background: var(--ink); }
  .proof__grid { grid-template-columns: 1fr 1fr; }
  .proof__item { min-height: 98px; padding: 18px 14px; gap: 10px; }
  .proof__icon { width: 38px; height: 38px; flex-basis: 38px; }
  .proof__item strong { font-size: .76rem; }
  .proof__item span { font-size: .66rem; }
  .services__head, .projects__head, .reviews__top { align-items: start; flex-direction: column; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .emergency__inner { grid-template-columns: 1fr; gap: 24px; }
  .emergency .btn { width: 100%; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 220px 220px; }
  .project:first-child { grid-column: 1 / -1; grid-row: auto; }
  .process__grid, .zone__grid, .faq__grid, .contact__grid, .page-hero__grid, .content-grid { grid-template-columns: 1fr; gap: 44px; }
  .zone__grid { gap: 45px; }
  .reviews__grid { grid-template-columns: 1fr; }
  .rating { text-align: left; }
  .contact-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .footer__bottom { padding-bottom: 88px; }
  .mobile-actions { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 110; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(7,21,34,.94); backdrop-filter: blur(14px); box-shadow: 0 14px 35px rgba(0,0,0,.24); }
  .mobile-actions .btn { min-height: 48px; padding: 0 12px; font-size: .75rem; }
  .page-hero { padding: 65px 0 58px; }
  .page-hero__grid { gap: 38px; }
  .page-hero img { height: 380px; }
  .side-cta { position: static; }
}

@media (max-width: 480px) {
  .hero__actions { display: grid; }
  .hero__actions .btn { width: 100%; }
  .hero__micro { display: grid; }
  .proof__grid { grid-template-columns: 1fr; }
  .proof__item { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof__item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: 310px repeat(4, 230px); }
  .project:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Distinctive MRZ editorial direction: warm stone, forest and copper */
:root {
  --ink: #18372f;
  --ink-2: #254b42;
  --paper: #f6f1e8;
  --paper-2: #e9e1d4;
  --accent: #bd5b39;
  --accent-dark: #994426;
  --sage: #88a194;
  --muted: #63716c;
  --line: rgba(24, 55, 47, .16);
  --radius: 12px;
  --shadow: 0 22px 55px rgba(39, 48, 42, .1);
}

.serif {
  position: relative;
  z-index: 0;
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  white-space: nowrap;
}
.serif::after {
  content: "";
  position: absolute;
  right: -.03em;
  bottom: .03em;
  left: -.03em;
  z-index: -1;
  height: .2em;
  background: #d9ad63;
  transform: rotate(-1.5deg);
}
.eyebrow { color: var(--accent-dark); }
.eyebrow::before { width: 13px; height: 13px; border: 2px solid currentColor; background: transparent; transform: rotate(45deg); }
.section-title { letter-spacing: -.055em; }
.btn { border-radius: 7px; }
.btn--accent { background: var(--accent); }
.topbar { background: #18372f; }

.header {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: rgba(250, 247, 241, .95);
}
.brand__mark { border-radius: 5px; color: #fff; background: var(--ink); }
.brand__text span { color: rgba(24,55,47,.56); }
.nav__links a { color: rgba(24,55,47,.72); }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--ink); }
.nav__links a::after { background: var(--accent); }
.menu-toggle { border-color: var(--line); color: var(--ink); }

.hero { color: var(--ink); background: var(--paper); }
.hero::before { width: 46%; height: 100%; top: 0; right: 0; border-radius: 0; background: #d9e1db; }
.hero__grid { min-height: 680px; grid-template-columns: .86fr 1.14fr; gap: 72px; padding: 72px 0 88px; }
.hero .eyebrow { color: var(--accent-dark); }
.hero h1 { max-width: 640px; font-size: clamp(3.2rem, 6.2vw, 6.3rem); line-height: .91; }
.hero__copy { color: var(--muted); }
.hero__micro { color: #53635d; }
.hero__micro span::before { color: #2c705a; }
.hero__visual { min-height: 540px; }
.hero__photo-main { inset: 0; border-radius: 8px 80px 8px 8px; box-shadow: 0 30px 0 #18372f; }
.hero__photo-small { display: none; }
.hero__badge {
  top: auto;
  right: -22px;
  bottom: 24px;
  left: auto;
  display: block;
  width: 178px;
  height: auto;
  padding: 17px 20px;
  border: 0;
  border-radius: 7px 0 0 7px;
  color: #fff;
  background: var(--accent);
  text-align: left;
  transform: none;
  box-shadow: var(--shadow);
}
.hero__badge strong { display: inline; margin-right: 8px; font-size: 1.4rem; }
.hero__badge span { display: inline; font-size: .62rem; }
.hero .btn--outline { border-color: rgba(24,55,47,.28); color: var(--ink); }

.proof { margin-top: 0; padding: 28px 0; background: #18372f; }
.proof__grid { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.proof__item { min-height: 82px; padding: 14px 26px; border-color: rgba(255,255,255,.15); }
.proof__item strong { color: #fff; }
.proof__item span { color: rgba(255,255,255,.58); }
.proof__icon { color: #e8bb73; background: rgba(255,255,255,.08); }

.services__grid { gap: 20px; }
.service-card {
  display: grid;
  min-height: 0;
  grid-template-rows: 260px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
}
.service-card img { height: 260px; object-fit: cover; }
.service-card::after { display: none; }
.service-card__body { position: static; padding: 23px; }
.service-card__num { color: var(--accent); }
.service-card h3 { font-size: 1.16rem; }
.service-card p { min-height: 44px; color: var(--muted); }
.service-card__link { color: var(--accent-dark); }
.emergency { background: var(--accent); }
.projects { background: #ebe3d6; }
.project { border-radius: 6px; }
.project__tag { right: 0; bottom: 0; left: 0; border-radius: 0; background: rgba(24,55,47,.9); }
.process-step::before { color: var(--accent-dark); }
.zone { background: #234b41; }
.zone .serif::after { background: #d9ad63; }
.zone__cities span { border-radius: 4px; }
.review { border-radius: 6px; box-shadow: 6px 6px 0 #ded5c7; }
.review__avatar { border-radius: 5px; background: var(--accent); }
.faq { background: #ebe3d6; }
.contact { background: #18372f; }
.contact-form { border-radius: 8px; box-shadow: 12px 12px 0 #c69a54; }
.field input, .field select, .field textarea { border-radius: 5px; }
.footer { background: #102720; }
.footer .brand__mark { color: var(--ink); background: #fff; }
.footer .brand__text span { color: rgba(255,255,255,.5); }

.page-hero { background: #234b41; }
.page-hero img { border-radius: 8px 56px 8px 8px; box-shadow: 16px 16px 0 #d2a357; }
.side-cta { border-radius: 7px; background: #234b41; box-shadow: 8px 8px 0 #d2a357; }

@media (max-width: 1040px) {
  .hero__grid { gap: 40px; }
  .service-card { grid-template-rows: 240px auto; }
  .service-card img { height: 240px; }
}

@media (max-width: 780px) {
  .header { background: rgba(250,247,241,.98); }
  .nav__links { background: #faf7f1; }
  .nav__links > a, .nav__links > a:nth-child(4) { border-color: var(--line); color: var(--ink); }
  .hero::before { top: auto; bottom: 0; width: 100%; height: 38%; }
  .hero__grid { gap: 36px; padding-top: 52px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5.1rem); }
  .hero__visual { min-height: 430px; }
  .hero__photo-main { inset: 0 8px 0 0; border-radius: 6px 48px 6px 6px; box-shadow: 14px 14px 0 #18372f; }
  .hero__badge { right: -2px; bottom: 18px; width: 160px; }
  .proof { padding-top: 20px; }
  .service-card { grid-template-rows: 280px auto; }
  .service-card img { height: 280px; }
  .contact-form { box-shadow: 7px 7px 0 #c69a54; }
}
