:root{--red:#a72e2b;--red-dark:#7d201f;--ink:#171717;--muted:#686663;--paper:#f6f3ee;--line:#ded9d1;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,"Helvetica Neue",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.header{height:82px;display:flex;align-items:center;gap:38px;padding:0 max(24px,calc((100vw - 1240px)/2));background:#fff;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;letter-spacing:-.8px;white-space:nowrap}.brand img{object-fit:contain}.brand>span>span{color:var(--red)}nav{display:flex;gap:28px;margin-left:auto;font-size:14px}nav a:hover{color:var(--red)}.phone{font-weight:700;font-size:16px}.hero{min-height:700px;position:relative;display:flex;align-items:center;overflow:hidden;background:#d9dfe4}.hero__image{position:absolute;inset:0;background:url('img/hero.png') center/cover no-repeat}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,19,22,.88) 0%,rgba(18,21,24,.7) 35%,rgba(18,21,24,.12) 68%,rgba(18,21,24,.08))}.hero__content{position:relative;z-index:2;width:min(660px,calc(100% - 48px));margin-left:max(24px,calc((100vw - 1240px)/2));color:#fff;padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800;color:var(--red);margin:0 0 18px}.hero .eyebrow{color:#f1a5a0}.hero h1{font-family:Georgia,serif;font-size:clamp(52px,6.5vw,92px);line-height:.98;letter-spacing:-4px;margin:0 0 28px;font-weight:500}.hero__content>p:not(.eyebrow){font-size:19px;max-width:590px;color:#eee}.actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:4px;font-weight:700;transition:.2s}.button--primary{background:var(--red);color:#fff}.button--primary:hover{background:var(--red-dark)}.button--ghost{border:1px solid rgba(255,255,255,.55);color:#fff}.hero__note{position:absolute;z-index:2;right:max(24px,calc((100vw - 1240px)/2));bottom:42px;background:rgba(255,255,255,.94);padding:20px 24px;width:270px;display:flex;flex-direction:column}.hero__note strong{font-family:Georgia,serif;font-size:24px}.hero__note span{color:var(--muted);font-size:13px}.section{max-width:1240px;margin:0 auto;padding:110px 24px}.section__head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:48px}.section__head h2,.about h2,.contact h2{font-family:Georgia,serif;font-weight:500;font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-2px;margin:0}.section__head>p{max-width:460px;color:var(--muted);margin:0}.object-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.object-card{background:#fff;padding:30px;min-height:300px;display:flex;flex-direction:column;border-top:3px solid var(--red)}.object-card>span{color:#aaa;font-size:12px}.object-card h3{font-family:Georgia,serif;font-size:30px;margin:70px 0 6px}.object-card p{color:var(--muted);margin:0}.object-card a{margin-top:auto;color:var(--red);font-weight:700;font-size:14px}.objects__status{text-align:center;color:var(--muted);margin:28px 0 0;font-size:14px}.services{background:#1d1d1d;color:#fff;max-width:none;padding-left:max(24px,calc((100vw - 1192px)/2));padding-right:max(24px,calc((100vw - 1192px)/2))}.service-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #444}.service-list article{display:flex;gap:28px;padding:34px 20px 34px 0;border-bottom:1px solid #444}.service-list article:nth-child(odd){border-right:1px solid #444}.service-list article:nth-child(even){padding-left:34px}.service-list b{color:#cf6863}.service-list h3{margin:0 0 8px;font-size:21px}.service-list p{margin:0;color:#aaa;max-width:420px}.about{display:grid;grid-template-columns:1.3fr .7fr;gap:90px}.about__lead{font-size:21px}.about__card>p:not(.eyebrow){max-width:680px;color:var(--muted)}.text-link{display:inline-block;color:var(--red);font-weight:700;margin-top:20px}.about__facts{border-left:1px solid var(--line);padding-left:48px}.about__facts div{padding:22px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column}.about__facts strong{font-family:Georgia,serif;font-size:29px;font-weight:500}.about__facts span{color:var(--muted);font-size:13px}.contact{max-width:none;background:var(--red);color:#fff;text-align:center}.contact .eyebrow{color:#f7bbb8}.contact h2{max-width:820px;margin:0 auto}.contact>p:not(.eyebrow){max-width:660px;margin:24px auto;color:#f4dedd}.button--light{background:#fff;color:var(--red);margin-top:16px;font-size:18px}footer{background:#111;color:#999;padding:38px max(24px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr auto;align-items:center;font-size:12px}footer .brand{color:#fff;grid-row:1/3}footer p{margin:2px 0;text-align:right}@media(max-width:850px){.header{height:72px;padding:0 18px}.header nav{display:none}.phone{margin-left:auto;font-size:0}.phone:after{content:'Позвонить';font-size:14px;background:var(--red);color:#fff;padding:10px 13px;border-radius:3px}.brand{font-size:17px}.brand img{width:40px;height:40px}.hero{min-height:650px}.hero__shade{background:linear-gradient(90deg,rgba(16,19,22,.88),rgba(16,19,22,.5))}.hero h1{letter-spacing:-2px}.hero__note{display:none}.section{padding:78px 20px}.section__head{display:block}.section__head>p{margin-top:22px}.object-grid{grid-template-columns:1fr}.object-card{min-height:230px}.object-card h3{margin-top:40px}.service-list{grid-template-columns:1fr}.service-list article:nth-child(odd){border-right:0}.service-list article:nth-child(even){padding-left:0}.about{grid-template-columns:1fr;gap:40px}.about__facts{border-left:0;padding-left:0;border-top:1px solid var(--line)}footer{grid-template-columns:1fr;gap:18px}footer .brand{grid-row:auto}footer p{text-align:left}}@media(max-width:520px){.brand>span{display:none}.hero{min-height:690px}.hero__content{width:calc(100% - 36px);margin-left:18px}.hero h1{font-size:52px}.hero__content>p:not(.eyebrow){font-size:17px}.actions{flex-direction:column;align-items:stretch}.section__head h2,.about h2,.contact h2{font-size:40px}}
