@font-face{font-family:Lora;src:url('/assets/lora-cyrillic.woff2') format('woff2');font-style:normal;font-weight:400 700;font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Lora;src:url('/assets/lora-latin.woff2') format('woff2');font-style:normal;font-weight:400 700;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Manrope;src:url('/assets/manrope-cyrillic.woff2') format('woff2');font-style:normal;font-weight:400 800;font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Manrope;src:url('/assets/manrope-latin.woff2') format('woff2');font-style:normal;font-weight:400 800;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --milk:#f7f4ed;--cream:#f1ece2;--white:#fff;--sage:#789786;--green:#355f50;
  --green-deep:#24483c;--sand:#dccfb9;--beige:#e8dfd1;--terra:#c98768;
  --graphite:#26312d;--muted:#66736d;--line:rgba(53,95,80,.16);--danger:#9a5b47;
  --shadow:0 18px 55px rgba(38,49,45,.09);--shadow-sm:0 10px 32px rgba(38,49,45,.07);
  --radius-xl:36px;--radius-lg:28px;--radius-md:20px;--radius-sm:14px;
  --container:min(1180px,calc(100% - 40px));--header-h:80px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px;overflow-x:clip}
body{margin:0;background:var(--milk);color:var(--graphite);font-family:Manrope,Arial,sans-serif;font-size:17px;line-height:1.7;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:4px}
button,a{touch-action:manipulation}
button{font:inherit}
:focus-visible{outline:3px solid rgba(201,135,104,.75);outline-offset:4px;border-radius:8px}
.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 16px;background:var(--white);color:var(--green-deep);transform:translateY(-140%);border-radius:10px}
.skip-link:focus{transform:none}
.container{width:var(--container);margin-inline:auto}
.section{position:relative;padding:108px 0;overflow:hidden}
.section-compact{padding:72px 0}
.section-cream{background:var(--cream)}
.section-green{background:var(--green-deep);color:var(--white)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:44px}
.section-head>div{max-width:760px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 15px;color:var(--green);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.eyebrow::before{content:"";width:30px;height:1px;background:currentColor}
.section-green .eyebrow{color:#d5e5dc}
h1,h2,h3{font-family:Lora,Georgia,serif;color:var(--green-deep);line-height:1.12;text-wrap:balance}
h1{font-size:clamp(2.55rem,5.4vw,4.85rem);letter-spacing:-.045em;margin:0 0 25px}
h2{font-size:clamp(2.15rem,4.2vw,3.55rem);letter-spacing:-.035em;margin:0 0 18px}
h3{font-size:1.38rem;margin:0 0 12px}
.section-green h2,.section-green h3{color:var(--white)}
p{margin:0 0 1.15em}
.lead{font-size:clamp(1.06rem,1.55vw,1.22rem);color:var(--muted);max-width:720px}
.section-green .lead{color:#dbe7e1}
.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--green);font-weight:800;text-decoration:none}
.text-link::after{content:"→";transition:transform .25s ease}
.text-link:hover::after{transform:translateX(5px)}

.site-header{position:sticky;top:0;z-index:100;background:rgba(247,244,237,.93);border-bottom:1px solid rgba(53,95,80,.08);backdrop-filter:blur(14px)}
.header-inner{height:var(--header-h);display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex:none}
.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:50% 50% 44% 56%/52% 43% 57% 48%;background:var(--green);color:var(--white);box-shadow:inset 0 -5px 10px rgba(0,0,0,.09)}
.brand-mark svg{width:25px;height:25px}
.brand-text strong{display:block;font-family:Lora,Georgia,serif;font-size:1.15rem;color:var(--green-deep);line-height:1.1}
.brand-text small{display:block;color:var(--muted);font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;margin-top:3px}
.main-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-left:auto}
.main-nav a{font-size:.91rem;font-weight:700;text-decoration:none;color:#3e4e48;white-space:nowrap}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--green)}
.header-phone{display:flex;flex-direction:column;align-items:flex-end;line-height:1.25;text-decoration:none;white-space:nowrap}
.header-phone span{font-weight:800;color:var(--green-deep)}
.header-phone small{font-size:.68rem;color:var(--muted)}
.menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;padding:12px;color:var(--green-deep)}
.menu-toggle span,.menu-toggle::before,.menu-toggle::after{content:"";display:block;width:22px;height:2px;background:currentColor;margin:5px auto;transition:.25s ease}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 22px;border:1px solid transparent;border-radius:16px;font-weight:800;font-size:.92rem;line-height:1.2;text-align:center;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--green);color:var(--white);box-shadow:0 10px 24px rgba(53,95,80,.18)}
.btn-primary:hover{background:var(--green-deep);box-shadow:0 14px 28px rgba(53,95,80,.24)}
.btn-light{background:var(--white);border-color:var(--line);color:var(--green-deep)}
.btn-light:hover{border-color:var(--sage);background:#fbfaf6}
.btn-terra{background:var(--terra);color:var(--white)}
.btn-terra:hover{background:#a9674d}
.btn-small{min-height:44px;padding:10px 17px;font-size:.82rem}

.hero{min-height:calc(100svh - var(--header-h));display:grid;align-items:center;padding:64px 0 82px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;width:420px;height:420px;border-radius:61% 39% 62% 38%/47% 56% 44% 53%;background:rgba(220,206,184,.5);left:-180px;bottom:-130px;filter:blur(2px)}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:54px}
.hero-copy{position:relative;z-index:2}
.hero-copy .lead{font-size:clamp(1.07rem,1.6vw,1.22rem);max-width:650px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 34px}
.hero-note{display:flex;align-items:center;gap:13px;color:var(--muted);font-size:.88rem}
.hero-note strong{color:var(--green-deep)}
.status-dot{width:11px;height:11px;border-radius:50%;background:#75a286;box-shadow:0 0 0 6px rgba(117,162,134,.15);flex:none}
.hero-media{position:relative}
.hero-media::before{content:"";position:absolute;inset:-22px 38px 30px -18px;background:var(--sand);border-radius:43% 57% 38% 62%/52% 39% 61% 48%;transform:rotate(-2deg)}
.hero-media img{position:relative;width:100%;aspect-ratio:1.13/1;object-fit:cover;object-position:center;border-radius:46% 54% 44% 56%/48% 42% 58% 52%;box-shadow:var(--shadow)}
.hero-badge{position:absolute;right:-18px;bottom:24px;z-index:3;max-width:230px;padding:18px 20px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:22px;box-shadow:var(--shadow-sm);backdrop-filter:blur(10px)}
.hero-badge strong{display:block;color:var(--green-deep);font-size:.96rem;margin-bottom:3px}
.hero-badge span{font-size:.78rem;color:var(--muted);line-height:1.4;display:block}

.quick-info{position:relative;margin-top:-36px;z-index:5}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--white);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-sm);overflow:hidden}
.quick-item{display:flex;align-items:flex-start;gap:13px;padding:25px 24px;border-right:1px solid var(--line);text-decoration:none}
.quick-item:last-child{border-right:0}
.quick-icon{display:grid;place-items:center;flex:none;width:38px;height:38px;border-radius:13px;background:var(--cream);color:var(--green)}
.quick-icon svg{width:19px;height:19px}
.quick-item strong{display:block;color:var(--green-deep);font-size:.9rem;margin-bottom:3px}
.quick-item span{display:block;color:var(--muted);font-size:.76rem;line-height:1.45}
a.quick-item:hover{background:#fbfaf7}

.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{display:flex;flex-direction:column;min-height:280px;padding:30px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);text-decoration:none;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm);border-color:rgba(53,95,80,.3)}
.service-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:32px;border-radius:17px;background:var(--cream);color:var(--green)}
.service-icon svg{width:27px;height:27px;stroke-width:1.7}
.service-card p{color:var(--muted);font-size:.9rem;line-height:1.6}
.service-card .text-link{margin-top:auto;font-size:.84rem}

.emergency{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:45px;padding:46px 54px;background:#ead8cb;border:1px solid rgba(154,91,71,.14);border-radius:var(--radius-xl);position:relative;overflow:hidden}
.emergency::after{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(154,91,71,.16);border-radius:44% 56% 61% 39%;right:-70px;top:-100px}
.emergency h2{font-size:clamp(2rem,3.6vw,3.1rem);color:#704938}
.emergency p{color:#694f44}
.emergency-call{position:relative;z-index:2;padding:28px;background:rgba(255,255,255,.62);border-radius:24px;text-align:center}
.emergency-call small{display:block;color:#76584a;margin-bottom:8px}
.emergency-call a.phone-big{display:block;font-family:Lora,Georgia,serif;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:700;color:#704938;text-decoration:none;margin-bottom:17px}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.about-visual{position:relative;min-height:590px}
.about-visual .img-main{width:78%;height:510px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow)}
.about-visual .img-small{position:absolute;width:48%;height:270px;right:0;bottom:0;object-fit:cover;border:8px solid var(--cream);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}
.check-list{display:grid;gap:16px;margin:30px 0;padding:0;list-style:none}
.check-list li{display:flex;align-items:flex-start;gap:12px;color:#44524c}
.check-list li::before{content:"✓";display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#dce8e1;color:var(--green);font-size:.77rem;font-weight:900;flex:none;margin-top:2px}

.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.direction-card{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius-lg);background:rgba(255,255,255,.055)}
.direction-card .num{display:block;font-family:Lora,Georgia,serif;font-size:2.2rem;color:#a9c3b5;line-height:1;margin-bottom:26px}
.direction-card p{color:#dbe7e1;font-size:.88rem}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}
.step{position:relative;padding:30px 26px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);counter-increment:step}
.step::before{content:"0" counter(step);display:block;font-family:Lora,Georgia,serif;font-size:1.55rem;color:var(--terra);margin-bottom:42px}
.step:not(:last-child)::after{content:"→";position:absolute;right:-17px;top:45px;z-index:2;display:grid;place-items:center;width:32px;height:32px;background:var(--milk);color:var(--sage);border-radius:50%}
.step p{color:var(--muted);font-size:.88rem;margin:0}

.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.price-card{display:flex;flex-direction:column;padding:30px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg)}
.price-card.featured{background:var(--green);color:var(--white);border-color:var(--green)}
.price-card.featured h3{color:var(--white)}
.price-card .price{display:block;font-family:Lora,Georgia,serif;color:var(--green-deep);font-size:2rem;font-weight:700;margin:18px 0 10px}
.price-card.featured .price{color:var(--white)}
.price-card p{color:var(--muted);font-size:.86rem}
.price-card.featured p{color:#dce9e2}
.price-note{margin-top:24px;color:var(--muted);font-size:.82rem}

.materials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.article-card{display:flex;flex-direction:column;min-height:300px;padding:28px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);text-decoration:none}
.article-card .article-tag{display:inline-flex;width:max-content;padding:7px 11px;border-radius:10px;background:var(--cream);color:var(--green);font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:44px}
.article-card p{color:var(--muted);font-size:.87rem}
.article-card .text-link{margin-top:auto;font-size:.82rem}

.faq{max-width:900px;margin-inline:auto}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:24px 0;border:0;background:transparent;color:var(--green-deep);font-weight:800;text-align:left;cursor:pointer}
.faq-question::after{content:"+";display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--cream);color:var(--green);font-size:1.2rem;flex:none;transition:transform .25s ease}
.faq-question[aria-expanded="true"]::after{transform:rotate(45deg)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.faq-answer>div{overflow:hidden}
.faq-answer p{color:var(--muted);padding:0 52px 22px 0;margin:0}
.faq-question[aria-expanded="true"]+.faq-answer{grid-template-rows:1fr}

.cta-panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:45px;padding:54px 58px;background:var(--green);color:var(--white);border-radius:var(--radius-xl);position:relative;overflow:hidden}
.cta-panel::before{content:"";position:absolute;width:260px;height:260px;border-radius:44% 56% 35% 65%;background:rgba(255,255,255,.06);right:210px;top:-130px}
.cta-panel h2{color:var(--white);font-size:clamp(2rem,3.8vw,3.15rem)}
.cta-panel p{color:#dce9e2;max-width:690px;margin:0}
.cta-panel .btn{position:relative;z-index:2;min-width:230px}

.inner-hero{padding:72px 0 56px;background:var(--cream);position:relative;overflow:hidden}
.inner-hero::after{content:"";position:absolute;width:350px;height:350px;border-radius:44% 56% 68% 32%;background:rgba(120,151,134,.12);right:-100px;top:-170px}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 28px;color:var(--muted);font-size:.78rem}
.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:8px;color:#9ca69f}
.breadcrumbs a{text-decoration:none}
.inner-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);max-width:950px}
.inner-hero .lead{max-width:800px}

.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:64px;align-items:start}
.prose{font-size:1.02rem}
.prose h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:2em}
.prose h3{margin-top:1.7em}
.prose ul,.prose ol{padding-left:1.3em}
.prose li{margin:.6em 0}
.prose blockquote{margin:32px 0;padding:24px 28px;background:var(--cream);border-left:4px solid var(--sage);border-radius:0 var(--radius-md) var(--radius-md) 0;color:#46554e}
.side-card{position:sticky;top:105px;padding:27px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}
.side-card .phone-big{display:block;font-family:Lora,Georgia,serif;font-size:1.55rem;color:var(--green-deep);text-decoration:none;margin:16px 0}
.side-card p{font-size:.82rem;color:var(--muted)}
.notice{padding:22px 24px;background:#ead8cb;border-radius:var(--radius-md);color:#684d40;font-size:.9rem}
.full-price{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}
.full-price th,.full-price td{padding:15px 18px;text-align:left;border-bottom:1px solid var(--line)}
.full-price tr:last-child td{border-bottom:0}
.full-price th{background:var(--cream);color:var(--green-deep);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
.full-price td:last-child,.full-price th:last-child{text-align:right;white-space:nowrap;font-weight:800}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.contact-card{padding:34px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg)}
.contact-card .phone-xl{display:block;font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);color:var(--green-deep);text-decoration:none;margin:18px 0}
.area-list{display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:20px 0;list-style:none}
.area-list li{padding:8px 12px;background:var(--cream);border-radius:11px;color:#536159;font-size:.8rem}

.site-footer{padding:70px 0 104px;background:var(--green-deep);color:#dbe7e1}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:45px}
.site-footer .brand-text strong{color:var(--white)}
.site-footer .brand-text small{color:#afc3b8}
.site-footer h3{font-family:Manrope,Arial,sans-serif;color:var(--white);font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:20px}
.footer-links{display:grid;gap:10px}
.footer-links a{color:#dbe7e1;text-decoration:none;font-size:.86rem}
.footer-links a:hover{color:var(--white)}
.footer-about p{font-size:.84rem;color:#afc3b8;max-width:360px;margin-top:20px}
.footer-phone{display:block;color:var(--white);font-weight:800;text-decoration:none;margin-bottom:9px}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:34px;margin-top:50px;border-top:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#9eb4a8}
.mobile-bar{display:none}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1080px){
  :root{--container:min(100% - 32px,980px)}
  .main-nav{gap:15px}.main-nav a{font-size:.79rem}.header-phone{display:none}
  .hero-grid{grid-template-columns:1fr 1fr;gap:36px}.hero-media img{aspect-ratio:.92/1}
  .quick-grid{grid-template-columns:repeat(2,1fr)}.quick-item:nth-child(2){border-right:0}.quick-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .about-grid{gap:42px}.about-visual{min-height:520px}.about-visual .img-main{height:450px}
  .card-grid,.direction-grid,.price-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2/4}
}

@media(max-width:820px){
  :root{--header-h:70px}
  body{font-size:16px;padding-bottom:70px}
  .section{padding:82px 0}.section-compact{padding:58px 0}
  .site-header{background:var(--milk);backdrop-filter:none}
  .header-inner{height:var(--header-h)}
  .brand-text small{display:none}.brand-mark{width:42px;height:42px}
  .menu-toggle{display:block;margin-left:auto;position:relative;z-index:102}
  .main-nav{position:fixed;inset:0;z-index:101;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;padding:110px 24px 30px;background:var(--milk);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
  .main-nav.is-open{opacity:1;visibility:visible;pointer-events:auto}
  .main-nav a{width:100%;padding:16px 0;border-bottom:1px solid var(--line);font-family:Lora,Georgia,serif;font-size:1.55rem}
  .header-cta{display:none}
  .menu-toggle[aria-expanded="true"] span{opacity:0}.menu-toggle[aria-expanded="true"]::before{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"]::after{transform:translateY(-7px) rotate(-45deg)}
  .hero{min-height:auto;padding:52px 0 68px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:690px}.hero-media{max-width:680px}.hero-media img{aspect-ratio:1.25/1}.hero-badge{right:8px}
  .quick-info{margin-top:-25px}
  .section-head{align-items:start;flex-direction:column;margin-bottom:34px}
  .emergency{grid-template-columns:1fr;padding:38px 34px}
  .about-grid{grid-template-columns:1fr}.about-visual{order:2;min-height:550px}.about-visual .img-main{height:480px}
  .steps{grid-template-columns:repeat(2,1fr)}.step:nth-child(2)::after{display:none}
  .materials{grid-template-columns:1fr 1fr}.materials .article-card:last-child{grid-column:1/-1}
  .cta-panel{grid-template-columns:1fr;padding:42px 36px}.cta-panel .btn{width:max-content;min-width:0}
  .content-layout{grid-template-columns:1fr}.side-card{position:static}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.footer-about{grid-column:1/-1}
  .mobile-bar{position:fixed;display:grid;grid-template-columns:1.2fr 1fr 1fr;z-index:99;bottom:0;left:0;right:0;min-height:66px;background:var(--white);border-top:1px solid var(--line);box-shadow:0 -8px 25px rgba(38,49,45,.08)}
  .mobile-bar a{display:flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-size:.74rem;font-weight:800;color:var(--green-deep);border-right:1px solid var(--line)}
  .mobile-bar a:first-child{background:var(--green);color:var(--white)}
  .site-footer{padding-bottom:70px}
}

@media(max-width:560px){
  :root{--container:calc(100% - 26px);--radius-xl:28px;--radius-lg:23px}
  .section{padding:68px 0}.section-compact{padding:48px 0}
  h1{font-size:clamp(2.45rem,12vw,3.45rem)}h2{font-size:clamp(2rem,9.5vw,2.7rem)}
  .hero{padding-top:38px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}
  .hero-note{align-items:flex-start}.hero-media::before{inset:-12px 18px 20px -8px}.hero-media img{aspect-ratio:.93/1;object-position:62% center}.hero-badge{position:relative;right:auto;bottom:auto;margin:-40px 13px 0 auto;max-width:235px}
  .quick-grid{grid-template-columns:1fr}.quick-item{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:20px}.quick-item:last-child{border-bottom:0!important}
  .card-grid,.direction-grid,.price-grid,.steps,.materials{grid-template-columns:1fr}
  .materials .article-card:last-child{grid-column:auto}
  .service-card{min-height:240px;padding:25px}.service-icon{margin-bottom:24px}
  .emergency{padding:30px 24px;gap:25px}.emergency-call{padding:22px 16px}
  .about-visual{min-height:430px}.about-visual .img-main{width:87%;height:370px}.about-visual .img-small{width:52%;height:210px;border-width:6px}
  .step:not(:last-child)::after{display:none}
  .article-card{min-height:260px}.article-card .article-tag{margin-bottom:32px}
  .faq-question{padding:21px 0}.faq-answer p{padding-right:0}
  .cta-panel{padding:34px 25px}.cta-panel .btn{width:100%}
  .inner-hero{padding:48px 0 40px}.inner-hero h1{font-size:clamp(2.3rem,11vw,3.3rem)}
  .full-price{display:block;overflow-x:auto}.full-price th,.full-price td{padding:13px 14px;min-width:210px}.full-price td:last-child,.full-price th:last-child{min-width:110px}
  .contact-card{padding:26px 22px}.contact-card .phone-xl{font-size:2rem}
  .footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}.footer-bottom{flex-direction:column}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}
}

/* Warm minimalist redesign — presentation only; content and SEO structure stay intact. */
:root{
  --milk:#fbf7ef;
  --cream:#f3eadc;
  --white:#fffdf9;
  --sage:#91ad9d;
  --green:#4f7465;
  --green-deep:#29483e;
  --sand:#eadcc8;
  --beige:#eee4d6;
  --terra:#d9825b;
  --powder:#e5f0f4;
  --sage-soft:#e2eee6;
  --peach:#f6e2d5;
  --graphite:#2e3d38;
  --muted:#68756f;
  --line:rgba(54,84,73,.12);
  --shadow:0 22px 60px rgba(52,73,65,.10);
  --shadow-sm:0 12px 34px rgba(52,73,65,.075);
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:19px;
  --radius-sm:13px;
}

body{background:var(--milk);color:var(--graphite);font-family:Manrope,Arial,sans-serif;line-height:1.75}
h1,h2,h3{font-family:Manrope,Arial,sans-serif;color:var(--green-deep);font-weight:750;line-height:1.12}
h1{font-size:clamp(2.65rem,5.25vw,4.75rem);letter-spacing:-.052em}
h2{font-size:clamp(2.2rem,4vw,3.45rem);letter-spacing:-.045em}
h3{font-size:1.28rem;letter-spacing:-.018em}
.lead{line-height:1.72}
.eyebrow{color:var(--green);letter-spacing:.105em}
.eyebrow::before{width:22px;height:2px;border-radius:2px}

.section{padding:104px 0}
.section-cream{background:var(--sage-soft)}
.section-green{background:var(--powder);color:var(--graphite)}
.section-green h2,.section-green h3{color:var(--green-deep)}
.section-green .eyebrow{color:var(--green)}
.section-green .lead{color:var(--muted)}

.site-header{background:rgba(251,247,239,.92);border-bottom-color:rgba(54,84,73,.08);box-shadow:0 6px 24px rgba(54,84,73,.035)}
.brand-mark{width:48px;height:48px;background:var(--green);border-radius:17px;box-shadow:inset 0 -5px 12px rgba(29,65,52,.16),0 8px 20px rgba(79,116,101,.15)}
.brand-text strong{font-family:Manrope,Arial,sans-serif;font-weight:800;letter-spacing:-.025em}
.main-nav a{font-weight:650}
.header-phone span{font-weight:800}

.btn{min-height:54px;padding:14px 24px;border-radius:16px;font-weight:780;box-shadow:none}
.btn svg{width:20px;height:20px;flex:none}
.btn-primary{background:var(--terra);color:#fff;box-shadow:0 10px 24px rgba(217,130,91,.21)}
.btn-primary:hover{background:#c8704b;box-shadow:0 14px 30px rgba(217,130,91,.26)}
.btn-light{background:var(--white);border-color:rgba(54,84,73,.14);color:var(--green-deep);box-shadow:0 8px 22px rgba(54,84,73,.06)}
.btn-light:hover{background:#fff;border-color:rgba(79,116,101,.34)}
.btn-terra{background:var(--terra)}

.hero{min-height:min(790px,calc(100svh - var(--header-h)));padding:74px 0 106px;background:linear-gradient(135deg,var(--milk) 0%,#f9f2e7 55%,var(--powder) 100%)}
.hero::before{width:520px;height:520px;left:-245px;bottom:-285px;background:rgba(226,238,230,.88);filter:none}
.hero::after{content:"";position:absolute;width:260px;height:260px;right:35%;top:-175px;border-radius:50%;background:rgba(246,226,213,.52)}
.hero-grid{grid-template-columns:minmax(0,.98fr) minmax(430px,1.02fr);gap:74px}
.hero-copy{max-width:670px}
.hero-actions{margin:34px 0 30px}
.hero-note{max-width:610px;padding:14px 16px;border-radius:15px;background:rgba(255,253,249,.68);border:1px solid rgba(54,84,73,.08)}
.status-dot{background:#79a68b;box-shadow:0 0 0 6px rgba(121,166,139,.14)}
.hero-media{padding:18px 18px 30px 0}
.hero-media::before{inset:0 0 14px -16px;background:var(--sage-soft);border-radius:38px;transform:rotate(-2deg);box-shadow:inset 0 0 0 1px rgba(54,84,73,.06)}
.hero-media img{aspect-ratio:1.08/1;object-position:center;border-radius:34px;box-shadow:var(--shadow)}
.hero-badge{right:-10px;bottom:0;max-width:245px;padding:19px 21px;background:rgba(255,253,249,.96);border:1px solid rgba(54,84,73,.09);border-radius:19px;box-shadow:var(--shadow-sm)}

.quick-info{margin-top:-48px}
.quick-grid{gap:10px;padding:10px;background:rgba(255,253,249,.9);border-color:rgba(54,84,73,.1);border-radius:24px;box-shadow:var(--shadow-sm);backdrop-filter:blur(12px)}
.quick-item{align-items:center;padding:20px;border:0!important;border-radius:17px}
.quick-item:nth-child(1),.quick-item:nth-child(4){background:var(--sage-soft)}
.quick-item:nth-child(2){background:var(--powder)}
.quick-item:nth-child(3){background:var(--peach)}
.quick-icon{width:42px;height:42px;border-radius:14px;background:rgba(255,253,249,.82);color:var(--green)}
a.quick-item:hover{background:#fff}

.card-grid{gap:22px}
.service-card{min-height:286px;padding:30px;background:var(--white);border-color:rgba(54,84,73,.09);border-radius:25px;box-shadow:0 7px 24px rgba(54,84,73,.045)}
.service-card:nth-child(3n+1){background:var(--sage-soft)}
.service-card:nth-child(3n+2){background:var(--powder)}
.service-card:nth-child(3n){background:#f8eadf}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:rgba(79,116,101,.19)}
.service-icon{width:55px;height:55px;margin-bottom:29px;border-radius:18px;background:rgba(255,253,249,.82);color:var(--green);box-shadow:0 7px 20px rgba(54,84,73,.07)}

.emergency{padding:48px 54px;background:var(--peach);border-color:rgba(181,102,68,.1);border-radius:30px}
.emergency h2{color:#724d3f}
.emergency-call{background:rgba(255,253,249,.74);border:1px solid rgba(181,102,68,.1);border-radius:22px}
.emergency-call a.phone-big{font-family:Manrope,Arial,sans-serif;letter-spacing:-.04em}

.about-grid{gap:78px}
.about-visual{min-height:570px}
.about-visual .img-main{width:80%;height:500px;border-radius:30px;box-shadow:var(--shadow)}
.about-visual .img-small{height:260px;border:9px solid var(--sage-soft);border-radius:24px}
.check-list{gap:14px}
.check-list li{padding:12px 14px;background:rgba(255,253,249,.58);border-radius:14px}
.check-list li::before{background:var(--green);color:#fff}

.direction-grid{gap:22px}
.direction-card{min-height:245px;padding:30px;background:rgba(255,253,249,.78);border:1px solid rgba(54,84,73,.09);border-radius:24px;box-shadow:0 8px 25px rgba(54,84,73,.045)}
.direction-card:nth-child(2){background:rgba(226,238,230,.88)}
.direction-card:nth-child(3){background:rgba(246,226,213,.82)}
.direction-card .num{font-family:Manrope,Arial,sans-serif;font-size:1rem;font-weight:800;color:var(--green);margin-bottom:38px}
.direction-card p{color:var(--muted)}

.steps{gap:20px}
.step{min-height:235px;padding:28px 26px;background:var(--white);border-color:rgba(54,84,73,.09);border-radius:23px;box-shadow:0 7px 24px rgba(54,84,73,.04)}
.step:nth-child(2),.step:nth-child(4){background:var(--powder)}
.step::before{display:grid;place-items:center;width:48px;height:48px;margin-bottom:35px;border-radius:16px;background:var(--peach);font-family:Manrope,Arial,sans-serif;font-size:.88rem;font-weight:800;color:#9c5d42}
.step:nth-child(2)::before,.step:nth-child(4)::before{background:var(--sage-soft);color:var(--green)}
.step:not(:last-child)::after{background:var(--milk);border:1px solid var(--line)}

.price-grid{gap:22px}
.price-card{padding:31px;background:var(--white);border-color:rgba(54,84,73,.09);border-radius:24px;box-shadow:0 7px 24px rgba(54,84,73,.045)}
.price-card:nth-child(1){background:var(--powder)}
.price-card:nth-child(3){background:var(--peach)}
.price-card.featured{background:var(--sage-soft);color:var(--graphite);border-color:rgba(54,84,73,.09)}
.price-card.featured h3,.price-card.featured .price{color:var(--green-deep)}
.price-card.featured p{color:var(--muted)}
.price-card .price{font-family:Manrope,Arial,sans-serif;letter-spacing:-.035em}

.materials{gap:22px}
.article-card{min-height:305px;padding:30px;background:var(--white);border-color:rgba(54,84,73,.09);border-radius:24px;box-shadow:0 7px 24px rgba(54,84,73,.04)}
.article-card:nth-child(2){background:var(--powder)}
.article-card:nth-child(3){background:var(--sage-soft)}
.article-card .article-tag{background:rgba(255,253,249,.82);border-radius:999px}

.faq{max-width:940px}
.faq-item{margin-bottom:12px;padding:0 22px;background:rgba(255,253,249,.72);border:1px solid rgba(54,84,73,.09);border-radius:18px}
.faq-question::after{background:var(--sage-soft)}

.cta-panel{padding:52px 56px;background:var(--green);border-radius:30px;box-shadow:0 18px 50px rgba(54,84,73,.16)}
.cta-panel::before{background:rgba(255,255,255,.07)}
.cta-panel h2{font-family:Manrope,Arial,sans-serif}

.inner-hero{padding:80px 0 62px;background:linear-gradient(135deg,var(--cream),var(--powder))}
.inner-hero::after{background:rgba(226,238,230,.72)}
.breadcrumbs{font-weight:650}
.content-layout{gap:72px}
.prose{max-width:780px;line-height:1.78}
.prose h2{margin-top:2.2em}
.prose blockquote{background:var(--sage-soft);border-left-color:var(--green)}
.side-card{padding:28px;background:var(--white);border-color:rgba(54,84,73,.1);border-radius:23px}
.side-card .phone-big,.contact-card .phone-xl{font-family:Manrope,Arial,sans-serif;letter-spacing:-.04em}
.notice{background:var(--peach)}
.full-price{background:var(--white);border-color:rgba(54,84,73,.1);border-radius:20px;box-shadow:0 8px 28px rgba(54,84,73,.04)}
.full-price th{background:var(--sage-soft)}

.contact-grid{gap:24px}
.contact-card{padding:36px;background:var(--white);border-color:rgba(54,84,73,.09);border-radius:25px;box-shadow:0 9px 28px rgba(54,84,73,.05)}
.contact-card:nth-child(2){background:var(--powder)}
.area-list li{background:rgba(255,253,249,.78);border:1px solid rgba(54,84,73,.08);border-radius:999px}

.site-footer{background:#29483e}
.site-footer .brand-text strong{font-family:Manrope,Arial,sans-serif}
.mobile-bar svg{width:18px;height:18px;flex:none}

@media(max-width:1080px){
  .hero-grid{grid-template-columns:1fr 1fr;gap:46px}
  .quick-grid{gap:8px}
}

@media(max-width:820px){
  .section{padding:80px 0}
  .site-header{background:rgba(251,247,239,.97)}
  .main-nav{background:var(--milk)}
  .main-nav a{font-family:Manrope,Arial,sans-serif;font-size:1.35rem}
  .hero{padding:54px 0 84px;background:linear-gradient(160deg,var(--milk),var(--powder))}
  .hero-grid{grid-template-columns:1fr;gap:46px}
  .hero-media{max-width:670px;padding-right:12px}
  .hero-media img{aspect-ratio:1.22/1}
  .quick-grid{padding:9px}
  .mobile-bar{background:rgba(255,253,249,.97);backdrop-filter:blur(12px)}
  .mobile-bar a:first-child{background:var(--terra)}
}

@media(max-width:560px){
  :root{--radius-xl:26px;--radius-lg:22px}
  body{font-size:16px}
  .section{padding:66px 0}
  h1{font-size:clamp(2.35rem,11.5vw,3.25rem)}
  h2{font-size:clamp(2rem,9.2vw,2.65rem)}
  .hero{padding-top:40px}
  .hero-note{padding:12px 13px}
  .hero-media{padding:8px 8px 20px 0}
  .hero-media::before{inset:0 0 10px -8px;border-radius:25px}
  .hero-media img{aspect-ratio:.98/1;border-radius:25px}
  .hero-badge{margin:-32px 12px 0 auto}
  .quick-grid{gap:7px}
  .quick-item{padding:18px}
  .service-card,.price-card,.article-card,.contact-card{padding:24px}
  .emergency{padding:29px 22px}
  .about-visual .img-small{border-color:var(--sage-soft)}
  .faq-item{padding:0 17px}
  .cta-panel{padding:32px 23px}
}
