/* Первый экран главной: самостоятельная HTML-вёрстка, без фонового скриншота. */
.ku-home-v2 {
  min-height: 448px;
  display: grid;
  grid-template-columns: 30% 46% 24%;
  position: relative;
  overflow: hidden;
  background: #f6f4f0;
}

.ku-home-v2__copy {
  position: relative;
  z-index: 2;
  padding: 48px 0 28px 34px;
}

.ku-home-v2__eyebrow {
  margin: 0 0 15px;
  color: #393939;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ku-home-v2 h1 {
  max-width: 400px;
  margin: 0;
  color: #0b0d0f;
  font-weight: 500;
  font-size: clamp(42px, 5vw, 61px);
  line-height: .96;
  letter-spacing: -.065em;
}

.ku-home-v2 h1 em {
  display: block;
  margin-top: 7px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.08em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.08em;
}

.ku-home-v2__lead {
  margin: 17px 0 20px;
  color: #1d1e20;
  font-size: 15px;
  line-height: 1.38;
}

.ku-home-v2__actions { display: flex; align-items: center; gap: 18px; }

.ku-home-v2__actions .ku-button {
  min-width: 193px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  font-size: 12px;
}

.ku-home-v2__actions .ku-more {
  color: #111;
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
}

.ku-home-v2__script {
  position: absolute;
  left: 44px;
  top: 318px;
  margin: 0;
  transform: rotate(-10deg);
  font-family: 'Brush Script MT', 'Segoe Script', cursive;
  font-size: 27px;
  line-height: .92;
}

.ku-home-v2__image {
  grid-column: 2 / 4;
  background-color: #d3cdc4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ku-home-v2__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 132px;
  pointer-events: none;
  background: linear-gradient(90deg, #f6f4f0 0%, rgba(246,244,240,.88) 30%, rgba(246,244,240,0) 100%);
}

.ku-home-v2__image::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(246,244,240,.1), transparent 35%, rgba(19,17,15,.08));
}

.ku-home-v2__statement {
  position: absolute;
  z-index: 2;
  left: 60%;
  top: 115px;
  width: 105px;
  color: #4a4642;
  font-size: 12px;
  line-height: 1.25;
}

.ku-home-v2__form-wrap {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 238px;
  z-index: 3;
}

.ku-home-form {
  padding: 21px 18px 16px;
  border-radius: 13px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 10px 25px rgba(0,0,0,.09);
}

.ku-home-form h2 {
  margin: 0 0 7px;
  color: #0c0d0f;
  font-size: 19px;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.ku-home-form__intro {
  margin: 0 0 13px;
  color: #444;
  font-size: 9.5px;
  line-height: 1.35;
}

.ku-home-form label {
  display: block;
  margin: 0 0 8px;
  color: #383838;
  font-size: 9.5px;
}

.ku-home-form input,
.ku-home-form select {
  width: 100%;
  height: 35px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #e3e2df;
  border-radius: 5px;
  background: #fff;
  padding: 0 10px;
  color: #151515;
  font: inherit;
  font-size: 10.5px;
}

.ku-home-form__square { position: relative; }
.ku-home-form__square input { padding-right: 31px; }
.ku-home-form__square span { position: absolute; right: 11px; bottom: 9px; font-size: 10px; }

.ku-home-form button {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #7c0c26;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.ku-home-form__privacy { margin: 10px 0 0; color: #6e6e6e; font-size: 8px; text-align: center; }
.ku-home-form__success { margin: 8px 0 0; color: #26723b; font-size: 9px; text-align: center; }
.ku-subscribe { position: relative; }.ku-subscribe .ku-form-success { position:absolute; top:calc(100% + 7px); left:0; margin:0; color:#bfe4bc; font-size:10px; }

.ku-repair-v2 { min-height: 460px; display: grid; grid-template-columns: 40% 60%; position: relative; overflow: hidden; background: #f6f4f0; }
.ku-repair-v2__copy { position: relative; z-index: 2; padding: 61px 0 35px 35px; }
.ku-repair-v2__copy h1 { margin: 17px 0 18px; font-size: clamp(40px,5vw,57px); line-height: .98; letter-spacing: -.06em; }
.ku-repair-v2__copy > p:not(.ku-eyebrow) { margin: 0 0 28px; font-size: 16px; line-height: 1.38; }
.ku-repair-v2__image { background: #d8d1c9 center / cover no-repeat; }
.ku-repair-v2__guarantee { position: absolute; right: 31px; bottom: 42px; z-index: 2; width: 174px; padding: 23px 20px; display: flex; gap: 14px; align-items: center; border-radius: 12px; background: rgba(255,255,255,.96); }
.ku-repair-v2__guarantee svg { width: 37px; height: 37px; fill: none; stroke: #111; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ku-repair-v2__guarantee p { margin: 0; font-size: 15px; line-height: 1.04; }.ku-repair-v2__guarantee b { font-size: 18px; font-weight: 500; }

.ku-realty-hero { min-height: 437px; display:grid; grid-template-columns: 48% 52%; overflow:hidden; background:#f6f4f0; }.ku-realty-hero__copy { padding:42px 0 24px 35px; position:relative; z-index:2; }.ku-realty-hero h1 { margin:17px 0 17px; font-size:clamp(39px,5vw,55px); line-height:.98; letter-spacing:-.06em; }.ku-realty-hero__copy>p:not(.ku-eyebrow) { margin:0 0 20px; font-size:16px; line-height:1.38; }.ku-realty-hero__copy em { display:block; margin:27px 0 0 13px; transform:rotate(-9deg); font:23px/.92 'Brush Script MT','Segoe Script',cursive; }.ku-realty-hero__image { background:#d5d0c7 center/cover no-repeat; }.ku-realty-features .ku-strip-item:nth-child(2) svg { stroke-width:1.6; }
.ku-realty-section { padding-top:35px; padding-bottom:8px; }.ku-realty-section .ku-section-head { align-items:end; }.ku-realty-section .ku-section-head h2 { margin:0; }.ku-realty-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }.ku-realty-cards article { overflow:hidden; border:1px solid #e5e3df; border-radius:7px; background:#fff; }.ku-realty-cards img { display:block; width:100%; height:174px; object-fit:cover; }.ku-realty-cards article>div { min-height:78px; padding:11px 15px; position:relative; }.ku-realty-cards h3 { margin:0 0 5px; font-size:16px; letter-spacing:-.04em; }.ku-realty-cards p { margin:0; color:#575757; font-size:12px; line-height:1.22; }.ku-realty-cards i { position:absolute; right:15px; bottom:12px; width:32px; height:32px; display:grid; place-items:center; border:1px solid #cfcfcf; border-radius:50%; font-style:normal; font-size:19px; }.ku-realty-cta { margin:37px 32px 0; min-height:225px; display:grid; grid-template-columns:48% 52%; overflow:hidden; background:#f6f4f0; }.ku-realty-cta>div { padding:33px 5px 25px; }.ku-realty-cta h2 { margin:0 0 12px; font-size:31px; line-height:.98; letter-spacing:-.06em; }.ku-realty-cta p { margin:0 0 20px; font-size:14px; }.ku-realty-cta img { width:100%; height:100%; object-fit:cover; }

.ku-home-features { grid-template-columns:repeat(6,minmax(0,1fr)); }
.ku-home-features .ku-strip-item { min-width:0; padding:0 14px; display: flex; align-items: center; gap: 11px; }
.ku-home-features .ku-strip-item::before { content: none; }
.ku-home-features .ku-strip-item svg { width: 31px; height: 31px; flex: 0 0 31px; fill: none; stroke: #111; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.ku-home-features .ku-strip-item p { margin: 0; color: #121212; font-size: 10px; line-height: 1.12; }
.ku-home-features .ku-strip-item b { display: block; font-size: 12px; }
.ku-home-features .ku-strip-item--clients { gap: 7px; }
.ku-trust-avatars { position:relative; display:block; flex:0 0 59px; width:59px; height:31px; }
.ku-trust-avatars i { position:absolute; top:0; width:31px; height:31px; box-sizing:border-box; border:2px solid #fff; border-radius:50%; background-image:url('images/trust-avatars.png'); background-repeat:no-repeat; background-size:500% 100%; box-shadow:0 1px 4px rgba(14,13,12,.18); }
.ku-trust-avatars i:nth-child(1) { left:0; background-position:0% 50%; }
.ku-trust-avatars i:nth-child(2) { left:7px; background-position:25% 50%; }
.ku-trust-avatars i:nth-child(3) { left:14px; background-position:50% 50%; }
.ku-trust-avatars i:nth-child(4) { left:21px; background-position:75% 50%; }
.ku-trust-avatars i:nth-child(5) { left:28px; background-position:100% 50%; }

/* Keep the circular section actions clear of the content grid below. */
.ku-section-head { margin-bottom: 22px; }
.ku-section-head .ku-more { display: inline-flex; align-items: center; gap: 12px; line-height: 1.15; }
.ku-section-head .ku-more b { width: 49px; height: 49px; flex: 0 0 49px; display: inline-grid; place-items: center; margin: 0; padding: 0; line-height: 1; }

.ku-home-projects { padding-top: 34px; }
.ku-home-projects__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.ku-home-project {
  height: 284px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  background: #292725;
  color: #fff;
}
.ku-home-project::after { content: ''; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.84)); }
.ku-home-project img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ku-home-project > span { position: absolute; z-index: 1; top: 15px; left: 14px; padding: 8px 12px; border-radius: 16px; background: #fff; color: #171717; font-size: 10px; }
.ku-home-project > div { position: absolute; z-index: 1; bottom: 13px; left: 14px; right: 14px; display: grid; grid-template-columns: 1.05fr .82fr 1fr; }
.ku-home-project b { min-width: 0; padding-right: 7px; border-right: 1px solid rgba(255,255,255,.28); font-size: 15px; font-weight: 500; white-space: nowrap; }
.ku-home-project b + b { padding-left: 11px; }
.ku-home-project b:last-child { border: 0; }
.ku-home-project small { display: block; margin-top: 5px; color: rgba(255,255,255,.85); font-size: 8px; font-weight: 400; }

.ku-projects-hero { min-height:395px; display:grid; grid-template-columns:45% 55%; overflow:hidden; background:#f6f4f0; }.ku-projects-hero>div:first-child { padding:51px 0 30px 35px; }.ku-projects-hero h1 { margin:17px 0; font-size:clamp(39px,5vw,55px); line-height:.98; letter-spacing:-.065em; }.ku-projects-hero p:not(.ku-eyebrow) { margin:0 0 22px; font-size:16px; line-height:1.35; }.ku-projects-hero__image { background:#d3ccc4 center/cover no-repeat; }.ku-projects-grid { padding-top:20px; }.ku-project-filters { display:flex; gap:8px; overflow:auto; padding:0 0 20px; }.ku-project-filters button { white-space:nowrap; border:1px solid #d8d6d2; border-radius:22px; padding:11px 19px; background:#fff; font:12px inherit; cursor:pointer; }.ku-project-filters button.is-active { background:#091013; color:#fff; border-color:#091013; }.ku-projects-list { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.ku-project-tile { overflow:hidden; border:1px solid #e2e0dc; border-radius:7px; background:#fff; }.ku-project-tile img { width:100%; height:197px; display:block; object-fit:cover; }.ku-project-tile>div { min-height:58px; padding:11px 16px; position:relative; }.ku-project-tile h2 { margin:0 0 5px; font-size:16px; letter-spacing:-.04em; }.ku-project-tile p { margin:0; color:#555; font-size:12px; }.ku-project-tile a { position:absolute; right:13px; top:18px; display:grid; place-items:center; width:32px; height:32px; border:1px solid #d2d2d2; border-radius:50%; color:#111; text-decoration:none; font-size:19px; }.ku-projects-cta { margin-top:22px; min-height:178px; display:grid; grid-template-columns:73% 27%; overflow:hidden; border-radius:7px; background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.1)),url('images/home-project-2.png') center/cover; color:#fff; }.ku-projects-cta>div:first-child { padding:29px 34px; }.ku-projects-cta h2 { margin:0 0 12px; font-size:31px; line-height:.95; letter-spacing:-.06em; }.ku-projects-cta p { margin:0; font-size:13px; line-height:1.35; }.ku-projects-cta>div:last-child { padding:25px; background:#780d25; }.ku-projects-cta .ku-button { margin-top:20px; width:100%; background:#fff; color:#111; padding:13px; }
.ku-blog-hero { min-height:350px; display:grid; grid-template-columns:46% 54%; overflow:hidden; background:#f6f4f0; }.ku-blog-hero>div:first-child { padding:40px 0 24px 35px; }.ku-blog-hero h1 { margin:16px 0; font-size:clamp(39px,5vw,55px); line-height:.98; letter-spacing:-.065em; }.ku-blog-hero p:not(.ku-eyebrow) { margin:0 0 20px; font-size:16px; line-height:1.35; }.ku-blog-hero__image { background:#d1cbc3 center/cover no-repeat; }.ku-blog-section { padding-top:20px; }.ku-blog-list { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.ku-blog-card { overflow:hidden; border:1px solid #e2e0dc; border-radius:7px; background:#fff; }.ku-blog-card__image { position:relative; }.ku-blog-card__image img { display:block; width:100%; height:176px; object-fit:cover; }.ku-blog-card__image span { position:absolute; top:14px; left:15px; padding:7px 11px; border-radius:15px; background:#fff; font-size:9px; }.ku-blog-card>div:last-child { padding:13px 16px 16px; }.ku-blog-card time { color:#333; font-size:10px; }.ku-blog-card h2 { min-height:42px; margin:8px 0; font-size:18px; line-height:1.05; letter-spacing:-.05em; }.ku-blog-card p { min-height:51px; margin:0 0 14px; color:#666; font-size:12px; line-height:1.35; }.ku-blog-card a { color:#111; font-size:12px; text-decoration:none; }
.ku-contact { display:grid; grid-template-columns:45% 55%; gap:14px; padding:32px; background:#f6f4f0; }.ku-contact__copy { padding:10px 0 24px 2px; }.ku-contact h1 { margin:22px 0; font-size:clamp(42px,5.5vw,59px); line-height:.94; letter-spacing:-.07em; }.ku-contact h1 span { font-weight:400; }.ku-contact__lead { margin:0 0 25px; font-size:17px; line-height:1.33; }.ku-contact__details p { margin:0 0 15px; font-size:15px; }.ku-contact__details b { display:block; font-weight:500; }.ku-contact__details small { display:block; margin:4px 0 0 31px; color:#4b4b4b; font-size:12px; }.ku-contact__social { margin:18px 0 22px; font-size:18px; letter-spacing:6px; }.ku-contact__map img { width:100%; height:100%; min-height:507px; display:block; object-fit:cover; border-radius:10px; }.ku-contact-visit { display:grid; grid-template-columns:64% 36%; gap:16px; padding:33px 28px 45px; background:#fff; }.ku-contact-visit>img { width:100%; min-height:400px; object-fit:cover; border-radius:8px; }.ku-contact-visit>div { padding:27px 25px; border-radius:8px; background:#f6f3ec; }.ku-contact-visit h2 { margin:0 0 23px; font-size:34px; line-height:.97; letter-spacing:-.06em; }.ku-contact-visit p { font-size:14px; line-height:1.4; }.ku-contact-visit em { display:block; margin:55px 0 0 50px; transform:rotate(-11deg); font:25px/.9 'Brush Script MT','Segoe Script',cursive; }
.ku-contact--remote { display:block; min-height:0; }.ku-contact--remote .ku-contact__copy { max-width:540px; padding:24px 0 32px 2px; }
.ku-buy-hero { min-height:510px; display:grid; grid-template-columns:47% 53%; overflow:hidden; background:#f6f4f0; }.ku-buy-hero>div:first-child { padding:72px 0 35px 36px; }.ku-buy-hero h1 { margin:18px 0 23px; font-size:clamp(43px,5.7vw,62px); line-height:.97; letter-spacing:-.07em; }.ku-buy-hero p:not(.ku-eyebrow) { margin:0 0 28px; font-size:17px; line-height:1.38; }.ku-buy-hero__image { background:#d5d0c8 center/cover no-repeat; }.ku-buy-features { padding:0 37px 36px; display:grid; grid-template-columns:repeat(4,1fr); gap:20px; background:#f6f4f0; }.ku-buy-features article { display:flex; gap:14px; align-items:center; }.ku-buy-features span { width:66px; height:66px; display:grid; place-items:center; border-radius:50%; background:#fff; font-size:30px; }.ku-buy-features b { font-size:16px; }.ku-buy-features p { margin:5px 0 0; color:#656565; font-size:12px; line-height:1.3; }.ku-buy-scenarios { min-height:590px; padding-top:48px; }.ku-buy-scenarios .ku-section-head { align-items:center; margin-bottom:22px; }.ku-buy-scenarios .ku-section-head h2 { margin:0; }.ku-buy-scenarios .ku-more { display:inline-flex; align-items:center; gap:12px; line-height:1.15; }.ku-buy-scenarios .ku-more b { width:49px; height:49px; flex:0 0 49px; display:inline-grid; place-items:center; margin:0; padding:0; line-height:1; }

.ku-process { border-top: 1px solid #e7e4de; border-bottom: 1px solid #e7e4de; }
.ku-step { min-height: 107px; }
.ku-step span { border: 1px solid #cfcfcf; }

/* Additional home sections from the complete design handoff. */
.ku-icon { width:32px; height:32px; display:block; object-fit:contain; }
.ku-home-features .ku-icon { width:31px; height:31px; flex:0 0 31px; }
.ku-strip-item--slogan { padding-left:14px; }
.ku-strip-item--slogan p { font-size:9px !important; line-height:1.25 !important; }
.ku-why-us { padding-top:58px; padding-bottom:62px; }
.ku-benefits { display:grid; grid-template-columns:repeat(6,1fr); margin:0; padding:0; list-style:none; border-top:1px solid #e7e4de; border-bottom:1px solid #e7e4de; }
.ku-benefits li { min-height:132px; padding:21px 18px; border-right:1px solid #e7e4de; }
.ku-benefits li:last-child { border:0; }
.ku-benefits .ku-icon { width:35px; height:35px; margin:0 0 14px; }
.ku-benefits h3 { margin:0 0 5px; font-size:14px; letter-spacing:-.04em; }
.ku-benefits p { margin:0; color:#62605c; font-size:11px; line-height:1.3; }
.ku-process-section { padding-top:56px; padding-bottom:62px; }
.ku-step { padding-top:6px; }
.ku-step-icon { position:absolute; left:44px; top:4px; width:29px; height:29px; }
.ku-step b { margin-top:42px; }
.ku-materials { padding-top:54px; padding-bottom:56px; display:grid; grid-template-columns:33% 48% 19%; gap:0; align-items:stretch; background:#f3f1ed; }
.ku-materials__intro { padding:11px 26px 8px 0; }
.ku-materials__intro h2 { margin:0 0 17px; }
.ku-materials__intro p { margin:0 0 22px; color:#56534f; font-size:13px; line-height:1.42; }
.ku-materials__intro .ku-more { display:inline-flex; align-items:center; gap:10px; font-size:11px; text-decoration:underline; text-underline-offset:4px; }
.ku-materials__intro .ku-more b { width:auto; height:auto; display:inline; padding:0; border:0; font-size:21px; line-height:1; }
.ku-materials__brands { display:flex; flex-direction:column; gap:18px; padding:8px 0 8px 22px; color:#292929; }
.ku-materials__brands b { font-size:13px; line-height:1.02; letter-spacing:-.04em; }
.ku-materials__brands b:nth-child(4) { font-size:19px; font-weight:500; }
.ku-materials figure { min-height:265px; margin:0; position:relative; overflow:hidden; border-radius:10px; }
.ku-materials figure>img { width:100%; height:100%; min-height:265px; display:block; object-fit:cover; }
.ku-materials figcaption { position:absolute; right:19px; bottom:18px; max-width:208px; padding:22px 19px; border-radius:8px; background:#171b1b; color:#fff; font-size:15px; line-height:1.2; }
.ku-reviews { padding-top:60px; padding-bottom:65px; }
.ku-reviews__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.ku-review { min-height:176px; padding:18px; display:grid; grid-template-columns:45px 1fr; gap:0 12px; border:1px solid #e1ded9; border-radius:10px; background:#fff; box-shadow:0 3px 16px rgba(18,18,18,.035); }
.ku-review__avatar { width:43px; height:43px; display:grid; place-items:center; border-radius:50%; background:#d8d1c8 url('images/review-avatars.png') 0 center/300% 100% no-repeat; color:transparent; font-size:0; }
.ku-review:nth-child(2) .ku-review__avatar { background-position:50% center; }
.ku-review:nth-child(3) .ku-review__avatar { background-position:100% center; }
.ku-review h3 { margin:1px 0 3px; font-size:14px; letter-spacing:-.04em; }.ku-review small { color:#64615d; font-size:10px; }.ku-stars { margin:7px 0 0; color:#db981d; font-size:13px; letter-spacing:1px; }.ku-review blockquote { grid-column:1 / -1; margin:12px 0 0; color:#3c3b39; font-size:12px; line-height:1.4; }
.ku-consultation { min-height:244px; display:grid; grid-template-columns:68% 32%; margin:0 32px 60px; overflow:hidden; border-radius:10px; color:#fff; }
.ku-consultation__media { position:relative; overflow:hidden; }.ku-consultation__media::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.14)); }.ku-consultation__media>img { width:100%; height:100%; display:block; object-fit:cover; }.ku-consultation__media>div { position:absolute; z-index:1; left:28px; bottom:27px; max-width:425px; }.ku-consultation h2 { margin:0 0 10px; color:#fff; font-size:30px; line-height:.98; letter-spacing:-.06em; }.ku-consultation p { margin:0; font-size:13px; line-height:1.35; }.ku-consultation__panel { padding:29px 26px; background:#741127; }.ku-consultation__panel .ku-icon { filter:invert(1); width:38px; height:38px; margin-bottom:17px; }.ku-consultation__panel p { min-height:52px; }.ku-consultation__panel .ku-button { width:100%; justify-content:space-between; margin-top:18px; padding:0 16px; font-size:13px; }
.ku-faq { padding-top:60px; padding-bottom:70px; }.ku-faq__grid { display:grid; grid-template-columns:1fr 1fr; gap:12px 22px; }.ku-faq__grid article { overflow:hidden; border:1px solid #dedbd6; border-radius:8px; background:#fff; }.ku-faq-trigger { width:100%; min-height:58px; padding:0 17px; display:flex; align-items:center; justify-content:space-between; gap:12px; border:0; background:#fff; color:#161616; font:500 13px/1.25 'Manrope',Arial,sans-serif; text-align:left; cursor:pointer; }.ku-faq-trigger .ku-icon { width:18px; height:18px; flex:0 0 18px; transition:transform .16s ease; }.ku-faq-trigger[aria-expanded="true"] .ku-icon { transform:rotate(180deg); }.ku-faq__answer { padding:0 17px 17px; color:#5e5c59; font-size:12px; line-height:1.42; }
.ku-office { min-height:275px; display:grid; grid-template-columns:35% 65%; background:#161a1a; color:#fff; }.ku-office__copy { padding:38px 32px 31px; }.ku-office .ku-eyebrow { color:#bbb; }.ku-office h2 { margin:0 0 20px; color:#fff; font-size:32px; line-height:.98; letter-spacing:-.06em; }.ku-office address { margin:0 0 18px; font-style:normal; }.ku-office address p { position:relative; margin:0 0 12px; padding-left:34px; font-size:13px; line-height:1.3; }.ku-office address .ku-icon { position:absolute; top:1px; left:0; width:22px; height:22px; filter:invert(1); }.ku-office address a { color:#fff; text-decoration:none; font-size:15px; font-weight:500; }.ku-office address small { color:#c7c5c2; font-size:10px; }.ku-office .ku-button { height:43px; padding:0 16px; font-size:11px; }.ku-office>img { width:100%; height:100%; min-height:275px; display:block; object-fit:cover; }

@media (max-width: 800px) {
  .ku-home-v2 { min-height: auto; display: block; }
  .ku-home-v2__copy { padding: 34px 24px 24px; }
  .ku-home-v2__script { position: static; margin: 28px 0 0 10px; font-size: 23px; }
  .ku-home-v2__image { height: 350px; }
  .ku-home-v2__statement { display: none; }
  .ku-home-v2__form-wrap { position: static; width: auto; padding: 20px 24px 30px; background: #f6f4f0; }
  .ku-trust-avatars { flex-basis:50px; width:50px; transform:scale(.84); transform-origin:left center; margin-right:-3px; }
  .ku-repair-v2 { display: block; }.ku-repair-v2__copy { padding: 36px 24px; }.ku-repair-v2__image { height: 350px; }.ku-repair-v2__guarantee { right: 24px; bottom: 20px; }
  .ku-realty-hero { display:block; }.ku-realty-hero__copy { padding:36px 24px; }.ku-realty-hero__image { height:340px; }.ku-realty-cards { grid-template-columns:1fr; }.ku-realty-cta { margin:25px 24px 0; display:block; }.ku-realty-cta img { height:250px; }
  .ku-home-projects__grid { grid-template-columns: 1fr; }
  .ku-projects-hero { display:block; }.ku-projects-hero>div:first-child { padding:36px 24px; }.ku-projects-hero__image { height:340px; }.ku-projects-list { grid-template-columns:1fr; }.ku-projects-cta { grid-template-columns:1fr; }.ku-projects-cta>div:last-child { padding:24px; }
  .ku-blog-hero { display:block; }.ku-blog-hero>div:first-child { padding:36px 24px; }.ku-blog-hero__image { height:320px; }.ku-blog-list { grid-template-columns:1fr; }
  .ku-contact { display:block; padding:24px; }.ku-contact__map img { min-height:400px; }.ku-contact-visit { display:block; padding:24px; }.ku-contact-visit>img { min-height:300px; }.ku-contact-visit>div { margin-top:15px; }
  .ku-buy-hero { display:block; }.ku-buy-hero>div:first-child { padding:36px 24px; }.ku-buy-hero__image { height:360px; }.ku-buy-features { grid-template-columns:1fr 1fr; padding:24px; }
}
