:root{--ink:#171914;--forest:#263a2d;--pine:#355641;--sage:#a9b89d;--sand:#eee9df;--paper:#f7f4ee;--white:#fff;--copper:#c96e39;--line:#d8d5ca;--muted:#6f746d;--max:1240px;--radius:24px;--shadow:0 22px 55px rgba(28,38,30,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Segoe UI",sans-serif;line-height:1.55}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topline{background:var(--forest);color:#fff;font-size:13px}.topline .container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.header{position:sticky;top:0;z-index:40;background:rgba(247,244,238,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(23,25,20,.1)}.nav{height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em}.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--forest);color:#fff;font-family:Georgia,serif;font-size:23px}.brand-copy{line-height:1}.brand-copy strong{display:block;font-size:18px}.brand-copy small{display:block;margin-top:5px;color:var(--muted);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.navlinks{display:flex;gap:23px;margin-left:auto;font-size:14px;font-weight:700}.navlinks a{position:relative}.navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--copper);transition:.25s}.navlinks a:hover:after,.navlinks a[aria-current=page]:after{right:0}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--forest);border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.25s}.nav-cta,.btn.primary{background:var(--forest);color:#fff}.btn.light{background:#fff;color:var(--ink);border-color:#fff}.btn.ghost{background:transparent}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(28,38,30,.12)}.menu-toggle{display:none;border:0;background:transparent;font-size:28px;margin-left:auto}.hero{padding:42px 0 26px}.hero-shell{display:grid;grid-template-columns:1.06fr .94fr;min-height:650px;border-radius:34px;overflow:hidden;background:var(--forest);color:#fff;box-shadow:var(--shadow)}.hero-copy{padding:68px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-copy:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-280px;top:-70px;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--copper);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.eyebrow:before{content:"";width:32px;height:2px;background:currentColor}.hero h1,.page-hero h1{font:400 clamp(52px,7vw,92px)/.92 Georgia,serif;letter-spacing:-.055em;margin:22px 0 28px}.hero h1 em{color:#d6dfcf;font-style:italic}.lead{max-width:650px;color:rgba(255,255,255,.74);font-size:19px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-media{position:relative;background:#ddd;min-height:560px}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;left:24px;right:24px;bottom:24px;padding:19px 20px;border-radius:18px;background:rgba(20,27,22,.82);backdrop-filter:blur(10px);color:#fff}.hero-badge b{display:block;font-size:21px}.hero-badge span{font-size:13px;color:#d8ddd8}.facts{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.fact{padding:23px;border-right:1px solid var(--line)}.fact:last-child{border:0}.fact b{display:block;font:400 29px Georgia,serif;color:var(--forest)}.fact span{display:block;font-size:13px;color:var(--muted);margin-top:4px}.section{padding:92px 0}.section.compact{padding:58px 0}.section.forest{background:var(--forest);color:#fff}.section.sand{background:var(--sand)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-head h2,.page-title{font:400 clamp(39px,5vw,68px)/1 Georgia,serif;letter-spacing:-.04em;margin:10px 0}.section-head p{max-width:520px;color:var(--muted)}.forest .section-head p{color:#bfc8bf}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:29px}.card h3{font:400 29px/1.08 Georgia,serif;margin:12px 0}.card p{color:var(--muted)}.service-card{min-height:325px;display:flex;flex-direction:column;justify-content:space-between;transition:.3s;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:var(--sand);color:var(--forest);font-weight:900}.service-card .more{font-size:13px;font-weight:900;color:var(--copper)}.service-card.featured{background:var(--forest);color:#fff;border-color:var(--forest)}.service-card.featured p{color:#c9d1ca}.service-card.featured .service-icon{background:rgba(255,255,255,.13);color:#fff}.portfolio-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:320px 320px;gap:16px}.project{position:relative;overflow:hidden;border-radius:26px;background:#222;color:#fff}.project:first-child{grid-row:1/3}.project img{width:100%;height:100%;object-fit:cover;transition:.6s;filter:brightness(.76)}.project:hover img{transform:scale(1.035)}.project-info{position:absolute;inset:auto 0 0;padding:26px;background:linear-gradient(transparent,rgba(13,20,15,.92))}.project-info h3{font:400 31px Georgia,serif;margin:6px 0}.tags{display:flex;flex-wrap:wrap;gap:7px}.tag{padding:6px 10px;border:1px solid rgba(255,255,255,.6);border-radius:999px;font-size:11px}.proof-note{margin-top:18px;padding:15px 18px;border-left:3px solid var(--copper);background:rgba(255,255,255,.08);color:#c9d1ca;font-size:13px}.split{display:grid;grid-template-columns:.78fr 1.22fr;gap:54px}.sticky{position:sticky;top:120px;align-self:start}.feature-row{display:grid;grid-template-columns:64px 1fr 1fr;gap:24px;padding:27px 0;border-top:1px solid var(--line)}.forest .feature-row{border-color:rgba(255,255,255,.16)}.feature-row .num{color:var(--copper);font-weight:900}.feature-row .big{font:400 30px Georgia,serif}.feature-row p{margin:0;color:var(--muted)}.forest .feature-row p{color:#bac4bc}.steps{counter-reset:step}.step{display:grid;grid-template-columns:66px 1fr;gap:20px;padding:26px 0;border-top:1px solid var(--line)}.step:before{counter-increment:step;content:"0" counter(step);color:var(--copper);font-weight:900}.step h3{font:400 28px Georgia,serif;margin:0}.step p{color:var(--muted);margin:7px 0 0}.catalog-card{padding:0;overflow:hidden}.catalog-card img{width:100%;height:260px;object-fit:cover}.catalog-card>div{padding:24px}.price{font:400 27px Georgia,serif;color:var(--forest)}.notice{padding:17px 20px;border-radius:16px;background:#fff;border:1px solid var(--line);color:var(--muted);font-size:14px}.source-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.source-badge:before{content:"✓";width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:var(--sage);color:var(--forest);font-weight:900}.page-hero{padding:80px 0 48px}.page-hero .container{display:grid;grid-template-columns:1.1fr .65fr;gap:44px;align-items:end}.page-hero h1{color:var(--forest);margin-bottom:0}.page-hero p{font-size:19px;color:var(--muted)}.photo-banner{height:520px;width:100%;object-fit:cover;border-radius:30px}.gallery-controls{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;cursor:pointer;font-weight:800}.filter.active{background:var(--forest);color:#fff;border-color:var(--forest)}.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery-item{grid-column:span 4;position:relative;overflow:hidden;border-radius:20px;background:#ddd;cursor:zoom-in}.gallery-item.wide{grid-column:span 8}.gallery-item img{width:100%;height:390px;object-fit:cover;transition:.4s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item figcaption{position:absolute;inset:auto 10px 10px;padding:9px 12px;background:rgba(19,27,22,.83);color:#fff;border-radius:12px;font-size:12px}.gallery-item.hidden{display:none}.timeline{border-left:1px solid var(--line);margin-left:11px}.timeline-item{position:relative;padding:0 0 34px 34px}.timeline-item:before{content:"";position:absolute;width:15px;height:15px;border-radius:50%;background:var(--copper);left:-8px;top:6px}.timeline-item h3{font:400 27px Georgia,serif;margin:0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.contact-card{background:var(--forest);color:#fff;border-radius:28px;padding:40px}.contact-card h2{font:400 43px Georgia,serif;margin-top:0}.contact-list{display:grid;gap:14px}.contact-line{padding:17px 0;border-top:1px solid rgba(255,255,255,.18)}.contact-line span{display:block;color:#aebcaf;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.contact-line b,.contact-line a{font-size:20px}.map-card{min-height:520px;border-radius:28px;padding:40px;background:linear-gradient(145deg,#d8dfd1,#f3eee4);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.map-card:before,.map-card:after{content:"";position:absolute;border:1px solid rgba(38,58,45,.2);border-radius:50%}.map-card:before{width:430px;height:430px;right:-130px;top:-160px}.map-card:after{width:280px;height:280px;right:-55px;top:-80px}.map-pin{position:relative;z-index:1;width:62px;height:62px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--copper);display:grid;place-items:center}.map-pin:after{content:"С";transform:rotate(45deg);color:#fff;font:700 25px Georgia,serif}.map-copy{position:relative;z-index:1;max-width:430px}.map-copy h3{font:400 42px Georgia,serif;margin:0 0 12px}.empty-reviews{border:1px dashed var(--sage);border-radius:24px;padding:30px;background:#fff}.empty-reviews h3{font:400 31px Georgia,serif;margin:0 0 9px}.cta-band{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border-radius:28px;background:var(--copper);color:#fff;padding:44px}.cta-band h2{font:400 clamp(38px,5vw,62px)/1 Georgia,serif;margin:0}.footer{background:var(--ink);color:#fff;padding:62px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.footer .brand-mark{background:var(--copper)}.footer .brand-copy small{color:#a6aaa3}.footer h4{margin-top:0}.footer a{display:block;margin:9px 0;color:#b8bcb6}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:20px;border-top:1px solid #373a35;color:#8f938d;font-size:12px}.mobile-bar{display:none}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(8,12,9,.94);display:none;place-items:center;padding:30px}.lightbox.open{display:grid}.lightbox img{max-width:min(1100px,92vw);max-height:86vh;border-radius:16px}.lightbox button{position:absolute;right:24px;top:20px;border:0;background:transparent;color:#fff;font-size:38px;cursor:pointer}.reveal{opacity:0;transform:translateY(18px);transition:.65s}.reveal.visible{opacity:1;transform:none}@media(max-width:980px){.navlinks{display:none;position:fixed;top:82px;left:0;right:0;height:calc(100vh - 82px);padding:34px 20px;background:var(--paper);flex-direction:column;align-items:flex-start;font-size:22px}.navlinks.open{display:flex}.menu-toggle{display:block}.nav-cta{display:none}.hero-shell,.page-hero .container,.split,.contact-grid{grid-template-columns:1fr}.hero-copy{padding:48px}.facts{grid-template-columns:repeat(2,1fr)}.fact:nth-child(2){border-right:0}.grid-4{grid-template-columns:repeat(2,1fr)}.portfolio-grid{grid-template-columns:1fr;grid-template-rows:540px 360px 360px}.project:first-child{grid-row:auto}.grid-3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.gallery-item{grid-column:span 6}.gallery-item.wide{grid-column:span 12}}@media(max-width:640px){.container{width:min(var(--max),calc(100% - 24px))}.topline{display:none}.nav{height:70px}.brand-copy strong{font-size:16px}.brand-copy small{display:none}.brand-mark{width:42px;height:42px}.navlinks{top:70px;height:calc(100vh - 70px)}.hero{padding:12px 0 20px}.hero-shell{min-height:0;border-radius:24px}.hero-copy{padding:38px 24px}.hero h1,.page-hero h1{font-size:50px}.lead{font-size:17px}.hero-media{min-height:440px}.hero-badge{left:12px;right:12px;bottom:12px}.facts{margin-top:12px;border-radius:18px}.fact{padding:17px}.fact b{font-size:23px}.section{padding:66px 0}.section.compact{padding:46px 0}.section-head{display:block}.section-head h2,.page-title{font-size:44px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.service-card{min-height:270px}.portfolio-grid{grid-template-rows:460px 310px 310px}.feature-row{grid-template-columns:40px 1fr}.feature-row>div:last-child{grid-column:2}.gallery-item,.gallery-item.wide{grid-column:span 12}.gallery-item img{height:420px}.cta-band{grid-template-columns:1fr;padding:28px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.mobile-bar{display:flex;position:fixed;z-index:60;bottom:10px;left:12px;right:12px;background:var(--forest);border-radius:999px;padding:7px;gap:7px;box-shadow:var(--shadow)}.mobile-bar a{flex:1;text-align:center;padding:11px;color:#fff;font-weight:900;font-size:13px;border-radius:999px}.mobile-bar a:last-child{background:var(--copper)}body{padding-bottom:74px}.page-hero{padding:55px 0 35px}.photo-banner{height:400px}.contact-card,.map-card{padding:27px}.map-card{min-height:430px}}
