/* ÃÂ¢ÃÂ¾ÃÂºÃÂµÃÂ½Ã‘â€¹ ÃÂ¸ÃÂ· ÃÂ¼ÃÂ°ÃÂºÃÂµÃ‘â€šÃÂ° Figma (BK_*) */

@font-face {
  font-family: "MontserratLocal";
  src: url("/assets/fonts/Montserrat-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratLocal";
  src: url("/assets/fonts/Montserrat-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratLocal";
  src: url("/assets/fonts/Montserrat-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratLocal";
  src: url("/assets/fonts/Montserrat-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratLocal";
  src: url("/assets/fonts/Montserrat-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bk-gray: #807f7f;
  --bk-black: #282827;
  --bk-white: #f3f3f3;
  --bk-orange: #ff552b;
  --media-placeholder: #d9d9d9;
  --container-pad: 40px;
  --max-w: 1441px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Cookie Modal */
.cookie-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(40, 40, 39, 0.98);
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 0;
  transition: opacity 0.3s;
}
.cookie-modal__content {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 32px;
  border-radius: 12px 12px 0 0;
  background: #282827;
  box-shadow: 0 0 16px rgba(0,0,0,0.12);
  max-width: 600px;
  margin: 0 16px 24px 16px;
}
.cookie-modal__text {
  font-size: 16px;
  line-height: 1.5;
}
.cookie-modal__btn {
  background: var(--bk-orange);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
}
.cookie-modal__btn:hover {
  background: #e04a22;
}
.cookie-modal[hidden] {
  display: none;
}
html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Montserrat", "MontserratLocal", system-ui, sans-serif;
  background: #fff;
  color: var(--bk-black);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ÃƒÂÃ‚Â¤ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ 24ÃƒÆ’Ã¢â‚¬â€24 ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â· ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â³ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â· max-width:100% */
img.icon-img,
.social-row img,
.filter-chip img,
.spec-icon img,
.hero__map img,
.media-socials img,
.footer-col img,
.project-card__arrows img,
.mobile-nav__soc img {
  max-width: none;
}

/* Global adaptive fix */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: var(--bk-white);
  border-bottom: 1px solid #fff;
  /* ÃƒÂÃ¢â‚¬â„¢Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½/ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã…Â½ Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ hero-ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â° */
  height: 80px;
  padding: 23px var(--container-pad) 20px;
  width: 100%;
  max-width: 1441px;
  margin: 0 auto;
  transition: background 180ms ease, box-shadow 180ms ease;
}

@media (min-width: 1024px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1441px;
    margin: 0;
    z-index: 1200;
  }

  main {
    padding-top: 80px;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .header-actions .btn-dark {
    display: none;
  }
}

.site-header.is-stuck {
  background: rgb(243 243 243 / 47%);
  box-shadow: 0 1px 0 rgba(40, 40, 39, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.header-burger,
.btn-header-cta-mobile {
  display: none;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-shrink: 0;
}

.site-logo img {
  height: 24.857px;
  width: 145px;
  object-fit: contain;
  object-position: left center;
}

.nav-main {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

.nav-main a {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.32px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.social-row a:hover {
  background-color: rgba(74, 74, 71, 0.12);
  box-shadow: 0 0 0 1px rgba(74, 74, 71, 0.14);
  transform: translateY(-1px);
}

.social-row a:focus-visible {
  outline: 1px solid #4a4a47;
  outline-offset: 2px;
}

.social-row img {
  width: 24px;
  height: 24px;
}

.phone-num {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.32px;
  white-space: nowrap;
}

.btn-dark {
  background: var(--bk-black);
  color: var(--bk-white);
  padding: 8px 12px;
  font-weight: 400;
  font-size: 16px;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.btn-dark--lg {
  padding: 12px 18px;
  font-size: 24px;
  font-weight: 500;
}

.btn-dark:hover {
  background: #4a4a47;
  color: var(--bk-white);
}

.btn-orange-lg {
  background: var(--bk-orange);
  color: var(--bk-white);
  padding: 16px 20px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.04em;
  width: clamp(280px, 100%, 440px);
  height: 72px;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.btn-orange-lg:hover {
  background: #ff7a57;
  color: var(--bk-white);
}

/* Desktop modal: cost calculator */
.calc-modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: none;
}

.calc-modal.is-open {
  display: block;
}

.calc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 39, 0.38);
  backdrop-filter: blur(3px);
}

.calc-modal__dialog {
  position: relative;
  width: min(1442px, calc(100vw - 42px));
  margin: 14px auto;
  background: var(--bk-white);
  padding: 50px 26px 28px;
  box-shadow: 0 24px 68px rgba(40, 40, 39, 0.28);
}

.calc-modal__close {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 30px;
  height: 30px;
}

.calc-modal__close::before,
.calc-modal__close::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 6px;
  width: 2px;
  height: 18px;
  background: #807f7f;
}

.calc-modal__close::before {
  transform: rotate(45deg);
}

.calc-modal__close::after {
  transform: rotate(-45deg);
}

.calc-modal__grid {
  display: grid;
  grid-template-columns: 181px 181px 141px 141px 141px 141px;
  column-gap: 36px;
  align-items: start;
  min-height: 302px;
}

.calc-group h3 {
  margin: 0 0 36px;
  display: inline-flex;
  padding: 0 7px;
  border: 1px solid #b8b8b8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: lowercase;
}

.calc-group {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.calc-group label {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #282827;
}

.calc-group input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
  border: 1.6px solid #282827;
  border-radius: 50%;
  background: #fff;
  display: inline-grid;
  place-items: center;
  box-sizing: border-box;
}

.calc-group input[type="radio"]::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #282827;
  transform: scale(0);
  transition: transform 120ms ease;
}

.calc-group input[type="radio"]:checked::before {
  transform: scale(1);
}

.calc-modal__actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 48px;
}

.calc-modal__result {
  min-height: 56px;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.calc-modal__result:empty {
  visibility: hidden;
}

.calc-modal__actions .btn-orange-lg {
  width: 346px;
  height: 72px;
  padding: 16px 20px;
  font-size: 32px;
}

body.calc-modal-open {
  overflow: hidden;
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 1590;
  display: none;
}

.callback-modal.is-open {
  display: block;
}

.callback-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 39, 0.38);
  backdrop-filter: blur(3px);
}

.callback-modal__dialog {
  position: relative;
  width: min(760px, calc(100vw - 64px));
  min-height: 0;
  margin: 26px auto;
  background: var(--bk-white);
  padding: 56px 64px 40px;
  box-sizing: border-box;
  box-shadow: 0 24px 68px rgba(40, 40, 39, 0.28);
}

.callback-modal__close {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 24px;
  height: 24px;
}

.callback-modal__close::before,
.callback-modal__close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 3px;
  width: 2px;
  height: 18px;
  background: #807f7f;
}

.callback-modal__close::before {
  transform: rotate(45deg);
}

.callback-modal__close::after {
  transform: rotate(-45deg);
}

.callback-modal__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 36px;
}

.callback-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 0;
  width: 100%;
  max-width: 710px;
  align-items: stretch;
}

.callback-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 82px;
}

.callback-field__label {
  flex: 0 0 auto;
  min-height: 20px;
  color: #282827;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.callback-field__input {
  flex: 0 0 54px;
  width: 100%;
  height: 54px;
  margin-top: auto;
  border: 0.5px solid #807f7f;
  background: var(--bk-white);
  padding: 12px 18px;
  box-sizing: border-box;
  color: #282827;
  font: 500 16px/1.2 "Montserrat", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
}

.callback-field__input::placeholder {
  color: rgba(128, 127, 127, 0.8);
}

.callback-field__input:focus {
  outline: none;
  border-color: #282827;
}

.callback-modal__policy {
  width: 573px;
  margin: 0;
  color: #807f7f;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.callback-modal__policy strong {
  color: inherit;
  font-weight: 600;
}

.callback-modal__form a[href],
.callback-modal__policy .privacy-policy-link,
label.callback-field.callback-field--checkbox a[href] {
  color: #282827;
  text-decoration: underline;
  text-decoration-color: rgba(40, 40, 39, 0.45);
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.callback-modal__form a[href]:hover,
.callback-modal__form a[href]:focus-visible,
.callback-modal__policy .privacy-policy-link:hover,
.callback-modal__policy .privacy-policy-link:focus-visible,
label.callback-field.callback-field--checkbox a[href]:hover,
label.callback-field.callback-field--checkbox a[href]:focus-visible {
  color: var(--bk-orange);
  text-decoration-color: var(--bk-orange);
}

label.callback-field.callback-field--checkbox.callback-field--error a[href]:hover,
label.callback-field.callback-field--checkbox.callback-field--error a[href]:focus-visible {
  color: var(--bk-orange);
}

label.callback-field.callback-field--checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 10px;
  width: auto;
  min-width: 0;
}

label.callback-field.callback-field--checkbox .callback-checkbox-input {
  width: 14px;
  height: 14px;
  margin: 0;
  flex: 0 0 14px;
}

label.callback-field.callback-field--checkbox span {
  display: inline;
  line-height: 1.2;
}

label.callback-field.callback-field--checkbox.callback-field--error {
  color: #c62828;
}

label.callback-field.callback-field--checkbox.callback-field--error .callback-checkbox-input {
  outline: 2px solid #c62828;
  outline-offset: 2px;
}

.callback-hp-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-submit-success {
  margin: 0;
  padding: 24px 8px;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  color: #1a1a1a;
}

.callback-modal__submit {
  min-width: 160px;
  min-height: 36px;
  padding: 8px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body.callback-modal-open {
  overflow: hidden;
}

/* Hero ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ÃƒÂÃ‚Â¼ Main_01: 1441ÃƒÆ’Ã¢â‚¬â€1024, Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ 1441ÃƒÆ’Ã¢â‚¬â€936 ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â¿ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¦Ãƒâ€˜Ã†â€™ 88px */
.hero {
  position: relative;
  padding-bottom: 0;
}

.hero__stage {
  position: relative;
  /* Figma: Header visually overlaps Main, Main_01 starts at y=40 */
  margin-top: -76px;
  width: 100%;
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto;
  min-height: 1024px;
  height: 1024px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f8f8 0%, #f3f3f3 180px);
}

.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1024px;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.hero__title {
  position: absolute;
  z-index: 2;
  left: 41px;
  top: 105px;
  width: clamp(300px, 100%, 581px);
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

.hero__title .light {
  font-weight: 500;
}

.hero__cta-block {
  position: absolute;
  z-index: 2;
  left: 710px;
  top: 118px;
  width: 311px;
  color: var(--bk-gray);
  font-size: 16px;
  line-height: 16px;
}

.hero__cta-block p {
  margin: 0;
}

.hero__cta-block strong {
  display: block;
  color: var(--bk-gray);
  font-weight: 700;
}

.hero__cta-block span {
  display: block;
}

.hero__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  white-space: nowrap;
  margin-top: 18px;
}

.hero__utp {
  position: absolute;
  z-index: 2;
  left: 41px;
  top: 435px;
  bottom: auto;
  width: 265px;
  padding: 24px 20px;
  background: rgba(40, 40, 39, 0.4);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero__utp .accent {
  color: var(--bk-orange);
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}

.hero__utp p {
  margin: 0;
  color: var(--bk-white);
  font-weight: 500;
  font-size: 20px;
}

.hero__map {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--bk-white);
  font-size: 16px;
}

.hero__map img {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.hero__fab {
  position: absolute;
  top: 860px;
  right: 40px;
  bottom: auto;
  z-index: 3;
}

.hero__media-toggle {
  position: absolute;
  left: 41px;
  top: 926px;
  z-index: 3;
  width: 24px;
  height: 24px;
  padding: 0;
  display: grid;
  place-items: center;
}

.hero__media-toggle svg {
  display: block;
  width: 25px;
  height: 25px;
}

/* ÃÅ¸ÃÂ¾ Ã‘Æ’ÃÂ¼ÃÂ¾ÃÂ»Ã‘â€¡ÃÂ°ÃÂ½ÃÂ¸Ã‘Å½ Ã¢â‚¬â€ ÃÂ¼Ã‘Æ’Ã‘â€š: ÃÂ¿ÃÂ¾ÃÂºÃÂ°ÃÂ·Ã‘â€¹ÃÂ²ÃÂ°ÃÂµÃÂ¼ ÃÂ¸ÃÂºÃÂ¾ÃÂ½ÃÂºÃ‘Æ’ ÃÂ±ÃÂµÃÂ· ÃÂ·ÃÂ²Ã‘Æ’ÃÂºÃÂ° */
.hero__media-toggle .icon-unmuted { display: none; }
.hero__media-toggle .icon-muted   { display: block; }

/* ÃÅ¡ÃÂ¾ÃÂ³ÃÂ´ÃÂ° ÃÂ·ÃÂ²Ã‘Æ’ÃÂº ÃÂ²ÃÂºÃÂ»Ã‘Å½Ã‘â€¡Ã‘â€˜ÃÂ½ */
.hero__media-toggle[data-muted="false"] .icon-muted   { display: none; }
.hero__media-toggle[data-muted="false"] .icon-unmuted { display: block; }

@media (max-width: 1023px) {
  .callback-modal__dialog {
    width: min(428px, 100vw);
    max-width: 428px;
    min-height: 0;
    max-height: 100dvh;
    margin: 0 auto;
    padding: 56px 22px 32px 21px;
    background: #ffffff;
    overflow-y: auto;
  }

  .callback-modal__close {
    top: 28px;
    right: 22px;
  }

  .callback-modal__fields {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    max-width: none;
  }

  .callback-modal__form {
    gap: 24px;
  }

  .callback-field {
    gap: 8px;
    min-height: 0;
  }

  .callback-field__input {
    margin-top: 0;
  }

  .callback-field__label {
    font-size: 16px;
  }

  .callback-field__input {
    height: 54px;
    padding: 12px 18px;
    font-size: 16px;
  }

  .callback-modal__policy {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .callback-modal__submit {
    width: 100%;
    min-height: 44px;
    padding: 8px;
  }

  .calc-modal__dialog {
    width: calc(100vw - 24px);
    max-width: 428px;
    max-height: calc(100dvh - 16px);
    margin: 8px auto;
    padding: 16px 20px 20px;
    min-height: auto;
    overflow-y: auto;
  }

  .calc-modal__close {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }

  .calc-modal__close::before,
  .calc-modal__close::after {
    left: 11px;
    top: 3px;
    height: 16px;
    width: 1.6px;
  }

  .calc-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    min-height: 0;
    padding-top: 18px;
  }

  .calc-group h3 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .calc-group {
    gap: 12px;
  }

  .calc-group label {
    gap: 12px;
    font-size: 14px;
    line-height: 1.15;
  }

  .calc-group input[type="radio"] {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .calc-group input[type="radio"]::before {
    width: 6px;
    height: 6px;
  }

  .calc-modal__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 16px;
  }

  .calc-modal__result {
    min-height: 48px;
    font-size: 28px;
    line-height: 1.05;
    text-align: left;
  }

  .calc-modal__actions .btn-orange-lg {
    width: 100%;
    max-width: 100%;
    height: 60px;
    font-size: 22px;
    line-height: 1;
    padding: 12px 18px;
  }
}

/* Sections shared */
.section-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 32px;
}

.section-pad {
  padding: 56px var(--container-pad);
  width: 100%;
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto;
}

.section-inner {
  width: 100%;
  max-width: 1361px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* Projects */
.projects {
  background: var(--bk-white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: -2px;
}

.projects .section-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1363px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.projects .section-title {
  width: 265px;
  height: 59px;
  margin: 0;
  line-height: normal;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  scroll-margin-top: 140px;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin: 0;
  position: relative;
  z-index: 100;
}

.filter-dropdown {
  position: relative;
  z-index: 1;
  /* keep dropdown width tied to the chip so opening menu doesn't push neighbors horizontally */
  display: inline-block;
  vertical-align: top;
  /* JS will set --menu-height to menu.scrollHeight when opened so ::after can push content down */
  --menu-height: 0px;
}

.filter-dropdown.is-open {
  z-index: 120;
}

.filter-chip {
  border: 0.4px solid var(--bk-black);
  box-sizing: border-box;
  width: auto;
  min-width: max-content;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 28px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: var(--bk-black);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.filter-chip img {
  width: 8px;
  height: 4px;
  margin: 0;
  object-fit: contain;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.filter-dropdown.is-open .filter-chip {
  /* background: rgba(255, 255, 255, 0.62); */
  border-color: rgba(40, 40, 39, 0.72);
  /* box-shadow: 0 10px 24px rgba(40, 40, 39, 0.08); */
}

.filter-dropdown.is-open .filter-chip img {
  transform: rotate(180deg);
}

.filter-menu {
  /* absolute menu: always measured, visually hidden until opened */
  position: absolute;
  left: 0;
  /* anchor to chip height, not dropdown height (dropdown grows via ::after spacer) */
  top: 36px;
  z-index: 130;
  min-width: 100%;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  /* background: white; */
  /* box-shadow: 0 8px 10px rgba(0, 0, 0, 0.22); */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.985);
  transform-origin: top left;
  will-change: opacity, transform;
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 600ms;
}

.filter-menu button {
  border: 0;
  padding: 0 8px;
  background: transparent;
  color: var(--bk-black);
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.filter-menu button:hover {
  color: var(--bk-orange);
  /* transform: translateX(4px); */
}

.filter-menu button.is-selected {
  color: var(--bk-orange);
  font-weight: 500;
}

.filter-menu--narrow {
  align-items: center;
}

.filter-dropdown.is-open .filter-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0s;
}

/* Spacer created under dropdown so opening menu pushes content down without changing horizontal layout */
.filter-dropdown::after {
  content: "";
  display: block;
  height: 0;
  transition: height 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-dropdown.is-open::after {
  height: var(--menu-height, 0px);
}

.projects__cta-row {
  position: relative;
  z-index: 1;
  height: 54px;
  margin: 0;
}

.cards-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0;
  justify-content: start;
  width: 100%;
  max-width: 1358px;
}

.project-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 667/556;
  min-width: 0;
}

.project-card.is-filter-hidden,
.project-card.is-limit-hidden {
  display: none;
}

.projects__empty {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-muted, #5c5c5c);
}

.projects__empty.is-hidden {
  display: none;
}

.show-more-wrap.is-hidden {
  display: none;
}

.project-card__photo {
  position: relative;
  width: 100%;
  max-width: 670px;
  aspect-ratio: 670 / 502;
  overflow: hidden;
}

.project-card__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card__arrows {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
}

.project-card__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  z-index: 6;
  padding: 0;
  border-radius: 50%;
  background: rgb(40 40 39 / 18%);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
  pointer-events: auto;
}

.project-card__arrows img {
  width: 8px;
  height: 12px;
  object-fit: contain;
}

.project-card__arrow:hover {
  background: rgba(40, 40, 39, 0.56);
  border-color: rgba(255, 255, 255, 0.68);
}

.project-card__arrow--prev {
  left: 0;
}

.project-card__arrow--next {
  right: 0;
}

.project-card__image {
  transition: opacity 80ms ease;
}

.project-card__image.is-changing {
  opacity: 0.72;
}

.project-card--single .project-card__arrows {
  display: none;
}

.project-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  padding: 8px 0;
  width: 100%;
  max-width: 668px;
  height: 40px;
  flex-wrap: nowrap;
  overflow: visible;
}

.project-card__name {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 28px;
  color: var(--bk-black);
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

.project-card__name:hover,
.project-card__name:focus-visible {
  color: var(--bk-orange);
  text-decoration-color: var(--bk-orange);
}

.project-card__name:focus-visible {
  outline: 2px solid rgb(255 85 43 / 35%);
  outline-offset: 4px;
  border-radius: 2px;
}

.specs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  flex-shrink: 0;
}

.project-card__arrow--prev img {
  transform: rotate(180deg);
}
.specs span {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  height: 24px;
}
.project-gallery__arrow--prev img {
  transform: rotate(180deg);
}

/* ÃƒÂÃ‹Å“ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° Ãƒâ€šÃ‚Â«ÃƒÂÃ…Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½Ãƒâ€šÃ‚Â» ÃƒÂÃ‚Â² ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ: ÃƒÂÃ‚Â² Figma Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…â€™ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â expand-ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ 24px Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°. */
.spec-icon.spec-icon--plan {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.spec-icon {
  vertical-align: middle;
}

.spec-icon.spec-icon--plan img {
  display: none !important;
}

.spec-icon.spec-icon--plan::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: center / 20px 20px no-repeat
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7V2H7M2 2L7 7M16 7V2H11M16 2L11 7M2 11V16H7M2 16L7 11M16 11V16H11M16 16L11 11' stroke='%23807F7F' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

.specs > span:nth-child(1),
.specs > span:nth-child(2),
.specs > span:nth-child(3) {
  align-items: center !important;
}

.specs > span:nth-child(2) > img {
  display: none !important;
}

.specs > span:nth-child(2)::before {
  content: "";
  width: 26px;
  height: 24px;
  flex: 0 0 26px;
  background: center / 26px 26px no-repeat
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9V5.5M3 14.5V9M3 9H17M17 9V14.5M5 9V7.5C5 6.67 5.67 6 6.5 6H8.2C9.03 6 9.7 6.67 9.7 7.5V9M10.3 9V7.5C10.3 6.67 10.97 6 11.8 6H13.5C14.33 6 15 6.67 15 7.5V9M3 14.5H17M5 14.5V16M15 14.5V16' stroke='%23807F7F' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

/* ÃƒÂÃ‹Å“ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° Ãƒâ€šÃ‚Â«ÃƒÂÃ…â€œÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€šÃ‚Â» ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â´ÃƒÂÃ‚Â²ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚Â imgVector99 + imgVector100 */
.spec-icon.spec-icon--materials {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.spec-icon.spec-icon--materials img {
  display: none !important;
}

.spec-icon.spec-icon--materials::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: center / 20px 20px no-repeat
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2L16 5.5L9 9L2 5.5L9 2Z' stroke='%23807F7F' stroke-width='1.6' stroke-linejoin='miter'/%3E%3Cpath d='M2 8.8L9 12.3L16 8.8M2 12.1L9 15.6L16 12.1' stroke='%23807F7F' stroke-width='1.6' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

.spec-icon.spec-icon--materials .layer-a {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 4px;
  bottom: 8px;
}

.spec-icon.spec-icon--materials .layer-b {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 11px;
  bottom: 4px;
}

.spec-icon.spec-icon--materials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.price-tag {
  font-weight: 600;
  width: 65px;
  height: 20px;
  display: inline-flex;
  justify-content: flex-start;
}

.show-more-wrap {
  display: flex;
  width: 100%;
  max-width: 1358px;
  justify-content: center;
}

.btn-show-more {
  background: var(--bk-black);
  color: var(--bk-white);
  padding: 8px 18px;
  width: 180px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.btn-show-more:hover {
  background: #4a4a47;
  color: var(--bk-white);
}

/* Services */
.services {
  background: var(--bk-black);
  color: var(--bk-white);
  height: auto;
  min-height: 407px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.services__title {
  width: 265px;
  height: 59px;
  margin: 0 0 48px;
  color: var(--bk-white);
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.services__rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1361px;
}

.service-item {
  width: 100%;
}

.service-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.36px;
  width: 100%;
  height: 44px;
}

.service-row h3 {
  margin: 0;
  width: 331px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.service-row > div,
.service-row > p:not(.more) {
  width: 494px;
}

.service-row p {
  margin: 0;
  line-height: 1.12;
}

.service-row strong {
  font-weight: 600;
}

.service-row .more {
  border: 0;
  background: transparent;
  color: var(--bk-gray);
  text-align: right;
  width: 331px;
  font: inherit;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
  user-select: none;
  transition: color 180ms ease;
}

.service-row .more:hover {
  color: var(--bk-white);
}

.service-panel {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: flex;
  gap: 84px;
  justify-content: flex-start;
  align-items: flex-start;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    max-height 360ms ease,
    opacity 220ms ease,
    transform 260ms ease;
}

.service-item.is-open .service-row {
  display: none;
}

.service-item.is-open .service-panel {
  max-height: 920px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-panel__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 442px;
  flex-shrink: 0;
}

.service-panel__left h3 {
  width: 429px;
  margin: 0;
  color: var(--bk-white);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.96px;
}

.service-panel__left p {
  width: 429px;
  margin: 0;
  color: var(--bk-white);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.72px;
}

.service-panel__left strong {
  font-weight: 600;
}

.service-panel__body {
  width: 494px;
  margin-left: 96px;
  color: var(--bk-white);
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -0.36px;
}

.service-panel__body p {
  margin: 0 0 24px;
}

.service-panel__body p:last-child {
  margin-bottom: 0;
}

.service-panel__body strong {
  font-weight: 600;
}

.service-panel__lead {
  font-size: 24px;
  line-height: 1.08;
}

.service-panel__close {
  position: relative;
  margin-left: auto;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
}

.service-panel__close::before,
.service-panel__close::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 16px;
  height: 2px;
  background: var(--bk-white);
}

.service-panel__close::before {
  transform: rotate(45deg);
}

.service-panel__close::after {
  transform: rotate(-45deg);
}

.divider-line {
  width: 100%;
  height: 0;
  border-top: 2px solid var(--bk-white);
}

.divider-line img {
  display: none;
}

/* Company */
.company {
  background: var(--bk-white);
  padding: 56px 40px;
  text-align: left;
}

.company__grid {
  display: grid;
  grid-template-columns: 669px 667px;
  grid-template-rows: auto 1fr auto;
  gap: 0 20px;
  max-width: 1356px;
  margin: 0 auto;
  /* ÃÂ ÃÂ°Ã‘ÂÃ‘â€šÃ‘ÂÃÂ³ÃÂ¸ÃÂ²ÃÂ°ÃÂµÃÂ¼ ÃÂºÃÂ¾ÃÂ»ÃÂ¾ÃÂ½ÃÂºÃÂ¸ ÃÂ¿ÃÂ¾ ÃÂ²Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂµ, Ã‘â€¡Ã‘â€šÃÂ¾ÃÂ±Ã‘â€¹ ÃÂ»ÃÂµÃÂ²ÃÂ°Ã‘Â ÃÂºÃÂ¾ÃÂ»ÃÂ¾ÃÂ½ÃÂºÃÂ° ÃÂ¼ÃÂ¾ÃÂ³ÃÂ»ÃÂ° Ã‘ÂÃÂ¾ÃÂ²ÃÂ¿ÃÂ°ÃÂ´ÃÂ°Ã‘â€šÃ‘Å’ ÃÂ¿ÃÂ¾ ÃÂ²Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂµ Ã‘Â Ã‘â€žÃÂ¾Ã‘â€šÃÂ¾ */
  align-items: stretch;
}

.company .section-title {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.company__photo {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  max-width: 667px;
  height: 892px;
  overflow: hidden;
  border-radius: 0;
  flex-shrink: 0;
}

.company__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__text {
  grid-column: 1;
  /* ÃÂ ÃÂ°Ã‘ÂÃ‘â€šÃ‘ÂÃÂ³ÃÂ¸ÃÂ²ÃÂ°ÃÂµÃÂ¼ Ã‘â€šÃÂµÃÂºÃ‘ÂÃ‘â€šÃÂ¾ÃÂ²Ã‘Æ’Ã‘Å½ ÃÂºÃÂ¾ÃÂ»ÃÂ¾ÃÂ½ÃÂºÃÂ¸ ÃÂ½ÃÂ° Ã‘â€šÃÂµ ÃÂ¶ÃÂµ Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ¾ÃÂºÃÂ¸, Ã‘â€¡Ã‘â€šÃÂ¾ ÃÂ¸ Ã‘â€žÃÂ¾Ã‘â€šÃÂ¾.
     Ãâ€ÃÂµÃÂ»ÃÂ°ÃÂµÃÂ¼ ÃÂµÃ‘â€˜ Ã‘â€žÃÂ»ÃÂµÃÂºÃ‘Â-ÃÂºÃÂ¾ÃÂ½Ã‘â€šÃÂµÃÂ¹ÃÂ½ÃÂµÃ‘â‚¬ÃÂ¾ÃÂ¼ ÃÂ¸ Ã‘â‚¬ÃÂ°Ã‘ÂÃÂ¿Ã‘â‚¬ÃÂµÃÂ´ÃÂµÃÂ»Ã‘ÂÃÂµÃÂ¼ ÃÂ¿Ã‘â‚¬ÃÂ¾Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½Ã‘ÂÃ‘â€šÃÂ²ÃÂ¾,
     Ã‘â€¡Ã‘â€šÃÂ¾ÃÂ±Ã‘â€¹ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ¿ÃÂ¸Ã‘ÂÃ‘Å’ `founder` ÃÂ²Ã‘ÂÃÂµÃÂ³ÃÂ´ÃÂ° ÃÂ±Ã‘â€¹ÃÂ»ÃÂ° ÃÂ¿Ã‘â‚¬ÃÂ¸ÃÂ¶ÃÂ°Ã‘â€šÃÂ° ÃÂº ÃÂ½ÃÂ¸ÃÂ·Ã‘Æ’. */
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Ãâ€œÃÂ¾Ã‘â‚¬ÃÂ¸ÃÂ·ÃÂ¾ÃÂ½Ã‘â€šÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ ÃÂ¿Ã‘â‚¬ÃÂ¸ÃÂ¶ÃÂ°Ã‘â€šÃ‘Å’ ÃÂºÃÂ¾ÃÂ½Ã‘â€šÃÂµÃÂ½Ã‘â€š ÃÂº ÃÂ»ÃÂµÃÂ²ÃÂ¾ÃÂ¼Ã‘Æ’ ÃÂºÃ‘â‚¬ÃÂ°Ã‘Å½ ÃÂºÃÂ¾ÃÂ»ÃÂ¾ÃÂ½ÃÂºÃÂ¸ */
  align-items: flex-start;
  gap: 0;
  padding: 0;
  min-height: 0;
}

.company__lead {
  grid-row: 2;
  max-width: 659px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--bk-black);
  /* ÃÂ¦ÃÂµÃÂ½Ã‘â€šÃ‘â‚¬ÃÂ¸Ã‘â‚¬Ã‘Æ’ÃÂµÃÂ¼ ÃÂ¿ÃÂ¾ ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€šÃÂ¸ÃÂºÃÂ°ÃÂ»ÃÂ¸ ÃÂ²ÃÂ½Ã‘Æ’Ã‘â€šÃ‘â‚¬ÃÂ¸ ÃÂºÃÂ¾ÃÂ»ÃÂ¾ÃÂ½ÃÂºÃÂ¸: ÃÂ°ÃÂ²Ã‘â€š margins ÃÂ·ÃÂ°ÃÂ¹ÃÂ¼Ã‘Æ’Ã‘â€š Ã‘ÂÃÂ²ÃÂ¾ÃÂ±ÃÂ¾ÃÂ´ÃÂ½ÃÂ¾ÃÂµ ÃÂ¿Ã‘â‚¬ÃÂ¾Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½Ã‘ÂÃ‘â€šÃÂ²ÃÂ¾ */
  margin: auto 0;
}

.founder {
  grid-row: 4;
  /* ÃÅ¸Ã‘â‚¬ÃÂ¸ÃÂ¶ÃÂ°Ã‘â€šÃ‘Å’ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ¿ÃÂ¸Ã‘ÂÃ‘Å’ ÃÂº ÃÂ»ÃÂµÃÂ²ÃÂ¾ÃÂ¼Ã‘Æ’ ÃÂºÃ‘â‚¬ÃÂ°Ã‘Å½ ÃÂºÃÂ¾ÃÂ»ÃÂ¾ÃÂ½ÃÂºÃÂ¸ */
  align-self: flex-start;
  width: auto;
  max-width: 354px;
  margin: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--bk-gray);
  text-align: left;
}

.founder small {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--bk-gray);
}

/* Media block */
.media-block {
  background: #fff;
  width: 100%;
  max-width: none;
  margin: 0;
  height: auto;
  padding: 56px 0;
  box-sizing: border-box;
  overflow: visible;
}

.media-block__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto 48px;
  padding: 0 var(--container-pad);
  box-sizing: border-box;
}

.media-block__gallery {
  width: 100%;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}

.media-title {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  color: var(--bk-black);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.96px;
}

.media-title span {
  display: block;
  font-weight: 400;
}

.media-socials {
  display: flex;
  flex-wrap: nowrap;
  gap: 48px;
  align-items: center;
  margin: 0;
}

.media-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}

.media-socials img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.media-gallery {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.media-gallery__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--bk-gray) transparent;
}

.media-gallery__viewport:focus-visible {
  outline: 2px solid var(--bk-orange);
  outline-offset: 4px;
}

.media-gallery__track {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  display: flex;
  gap: 16px;
  width: max-content;
}

.media-gallery__slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.media-gallery__open {
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  border-radius: 0;
  overflow: hidden;
  line-height: 0;
}

.media-gallery__open:focus-visible {
  outline: 2px solid var(--bk-orange);
  outline-offset: 3px;
}

.media-gallery__open img {
  display: block;
  width: clamp(300px, calc((100vw - 80px) / 3), 470px);
  height: 620px;
  max-height: 62vw;
  object-fit: cover;
  transition: transform 200ms ease;
}

@media (min-width: 1024px) {
  .media-gallery__open img {
    width: calc((var(--max-w) - 32px) / 3);
    max-width: 470px;
    height: 620px;
    max-height: none;
  }
}

.media-gallery__open:hover img {
  transform: scale(1.02);
}

.media-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 51px;
  height: 51px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(40 40 39 / 18%);
  cursor: pointer;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  box-shadow: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.media-gallery__nav--prev {
  left: 27px;
}

.media-gallery__nav--next {
  right: 27px;
  left: auto;
}

.media-gallery__nav img {
  width: 12px;
  height: 16px;
}

.media-gallery__nav--prev img {
  transform: rotate(180deg);
}

.media-gallery__nav:hover:not(:disabled) {
  background: rgba(40, 40, 39, 0.56);
  border-color: rgba(255, 255, 255, 0.68);
}

.media-gallery__nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.media-lightbox[hidden] {
  display: none;
}

body.media-lightbox-open {
  overflow: hidden;
}

.media-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  background: rgba(40, 40, 39, 0.92);
  cursor: pointer;
}

.media-lightbox__panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(1200px, 100%);
  max-height: calc(100vh - 48px);
  pointer-events: none;
}

.media-lightbox__panel > * {
  pointer-events: auto;
}

.media-lightbox__figure {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.media-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.media-lightbox__counter {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.media-lightbox__close {
  position: absolute;
  top: -8px;
  right: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}

.media-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.media-lightbox__nav {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.media-lightbox__nav img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.media-lightbox__nav--prev img {
  transform: rotate(180deg);
}

.media-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.28);
}

/* Hypotec */
.hypotec {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  height: 899px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.22);
}

.hypotec__orange {
  position: relative;
  background: var(--bk-orange);
  padding: 56px var(--container-pad);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1440px;
  height: 899px;
  overflow: hidden;
}

.hypotec__top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 1196px;
}

.hypotec__title {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 600;
  color: var(--bk-white);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hypotec__note {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.36px;
  width: 278px;
  margin: 0;
}

.bank-logos {
  width: 441px;
  margin-top: 0;
}

.bank-logos p {
  color: var(--bk-white);
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.36px;
  margin: 0 0 24px;
}

.bank-lines {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 436px;
}

.bank-line {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  height: 42px;
}

.bank-logo {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.bank-logo--domclick {
  width: 194px;
  height: 42px;
}

.bank-logo--sber {
  width: 138px;
  height: 42px;
}

.bank-logo--mod {
  width: 42px;
  height: 42px;
  transform: rotate(180deg) scaleY(-1);
}

.bank-logo--vtb {
  width: 118px;
  height: 42px;
}

.bank-logo--pochta {
  position: relative;
  display: block;
  width: 88px;
  height: 42px;
  overflow: hidden;
}

.bank-logo--pochta img {
  position: absolute;
  display: block;
  max-width: none;
}

.pochta-bg-left {
  left: 0;
  top: 0;
  width: 42.24px;
  height: 42px;
}

.pochta-mark {
  left: 4.83px;
  top: 7.85px;
  width: 32.58px;
  height: 26.04px;
}

.pochta-bg-right {
  left: 45.76px;
  top: 0;
  width: 42.24px;
  height: 42px;
}

.pochta-text {
  left: 51.92px;
  top: 11.37px;
  width: 29.32px;
  height: 19.53px;
}

.bank-logo--alfa {
  width: 218px;
  height: 44px;
}

.hypotec__house {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.hypotec__house img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hypotec__legal {
  position: absolute;
  z-index: 3;
  left: 40px;
  bottom: 62px;
  width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
  color: var(--bk-white);
  white-space: nowrap;
}

.privacy-policy-link {
  color: #282827;
  text-decoration: underline;
  text-decoration-color: rgba(40, 40, 39, 0.45);
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.privacy-policy-link:hover {
  color: var(--bk-orange);
  text-decoration-color: var(--bk-orange);
}

.privacy-policy-link:focus-visible {
  color: var(--bk-orange);
  text-decoration-color: var(--bk-orange);
  outline: 2px solid var(--bk-orange);
  outline-offset: 2px;
}

/* Telegram CTA */
.telegram-cta {
  position: relative;
  background: #fff;
  height: 631px;
  z-index: 1;
}

.telegram-cta__lead {
  width: 100%;
  max-width: 1050px;
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 48px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.telegram-cta__lead .regular {
  font-weight: 400;
}

.telegram-form {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 24px;
}

.field-phone-wrap {
  flex: 0 0 440px;
  width: 440px;
}

.field-phone {
  width: 100%;
  height: 54px;
  border: 0.4px solid var(--bk-gray);
  background: var(--bk-white);
  padding: 12px 18px;
  font-size: 16px;
  font-family: "Montserrat", "MontserratLocal", system-ui, sans-serif;
  font-weight: 500;
  text-align: center;
  color: rgba(128, 127, 127, 0.8);
  overflow-wrap: break-word;
}

.field-phone::placeholder {
  color: rgba(128, 127, 127, 0.8);
  opacity: 1;
  font-size: 16px;
  font-family: "Montserrat", "MontserratLocal", system-ui, sans-serif;
  font-weight: 500;
}

.field-phone:focus::placeholder {
  opacity: 0;
}

.telegram-form .btn-dark--lg {
  height: 54px;
  padding: 12px 18px;
  font-size: 24px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.telegram-cta .legal {
  max-width: 573px;
  color: var(--bk-gray);
  font-size: 16px;
}

.telegram-cta .legal strong,
.telegram-cta .legal .privacy-policy-link strong {
  font-weight: 600;
}

.privacy-main .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 40px 0 20px;
  color: #4a4a47;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  z-index: 1;
}

.privacy-main .breadcrumbs a {
  color: #4a4a47;
  text-decoration: none;
  transition: color 160ms ease;
}

.privacy-main .breadcrumbs a:hover {
  color: var(--bk-orange);
}

.privacy-main .breadcrumbs__sep {
  color: #6b6a69;
}

.privacy-main .breadcrumbs__current {
  color: #6b6a69;
}

.privacy-main .breadcrumbs a:focus-visible {
  outline: 1px solid var(--bk-orange);
  outline-offset: 2px;
}

/* Footer */
.site-footer {
  background: var(--bk-white);
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 36px 24px;
  padding: 56px var(--container-pad);
}

.footer-col h4 {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 18px;
  color: var(--bk-gray);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}

.footer-col p {
  margin: 0;
}

.footer-col li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-link-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.footer-phone {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

.site-footer a {
  cursor: pointer;
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.site-footer a:hover {
  color: var(--bk-orange);
  opacity: 0.86;
}

.site-footer a:focus-visible {
  outline: 1px solid var(--bk-orange);
  outline-offset: 3px;
}

.footer-logo-band {
  position: relative;
  padding: 0 var(--container-pad) 6px;
  overflow: hidden;
}

.footer-logo-band img {
  display: block;
  width: 100%;
  height: clamp(70px, 16vw, 220px);
  object-fit: cover;
  object-position: top center;
  clip-path: inset(0 0 29% 0);
}

.copyright {
  position: absolute;
  right: var(--container-pad);
  top: 0;
  font-size: 16px;
  color: var(--bk-black);
}

/* ÃÅ“ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ÃÂµ ÃÂ¿ÃÂ¾ÃÂ»ÃÂ½ÃÂ¾Ã‘ÂÃÂºÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ½ÃÂ¾ÃÂµ ÃÂ¼ÃÂµÃÂ½Ã‘Å½ Ã¢â‚¬â€ Ã‘â€šÃÂ¾ÃÂ»Ã‘Å’ÃÂºÃÂ¾ desktop Ã‘ÂÃÂºÃ‘â‚¬Ã‘â€¹Ã‘â€š */
.mobile-nav {
  display: none;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€ Mobile (Figma Mob ~428px, node 307:2990) Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€ */
@media (max-width: 1023px) {
  :root {
    --container-pad: 20px;
    /* Ãâ€”ÃÂ°ÃÂ¿ÃÂ°Ã‘Â ÃÂ´ÃÂ¾ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂ²ÃÂ¾ÃÂ³ÃÂ¾ ÃÂºÃÂ°ÃÂ´Ã‘â‚¬ÃÂ° JS (padding-top main); Ã‘â€šÃÂ¾Ã‘â€¡ÃÂ½ÃÂ¾ÃÂµ ÃÂ·ÃÂ½ÃÂ°Ã‘â€¡ÃÂµÃÂ½ÃÂ¸ÃÂµ Ã‘ÂÃ‘â€šÃÂ°ÃÂ²ÃÂ¸Ã‘â€š ResizeObserver */
    --mobile-header-h: 104px;
  }

  /* hidden ÃÂ»ÃÂ¾ÃÂ¼ÃÂ°ÃÂµÃ‘â€š sticky ÃÂ¸ ÃÂ´ÃÂ°Ã‘â€˜Ã‘â€š Ã‚Â«ÃÂ½ÃÂ°ÃÂµÃÂ·ÃÂ´Ã‚Â» Ã‘Ë†ÃÂ°ÃÂ¿ÃÂºÃÂ¸ ÃÂ½ÃÂ° hero; clip Ã‘â‚¬ÃÂµÃÂ¶ÃÂµÃ‘â€š ÃÂ³ÃÂ¾Ã‘â‚¬ÃÂ¸ÃÂ·ÃÂ¾ÃÂ½Ã‘â€šÃÂ°ÃÂ»Ã‘Å’ ÃÂ±ÃÂµÃÂ· Ã‘ÂÃ‘â€šÃÂ¾ÃÂ³ÃÂ¾ ÃÂ±ÃÂ°ÃÂ³ÃÂ° */
  body {
    overflow-x: clip;
  }

  body.nav-open {
    overflow: hidden;
  }

  html {
    scroll-padding-top: var(--mobile-header-h);
  }

  /* ÃÂÃÂµ ÃÂ¿ÃÂ¾ÃÂ»ÃÂ°ÃÂ³ÃÂ°ÃÂµÃÂ¼Ã‘ÂÃ‘Â ÃÂ½ÃÂ° sticky ÃÂ¿Ã‘â‚¬ÃÂ¸ overflow ÃÂ½ÃÂ° ÃÂ¿Ã‘â‚¬ÃÂµÃÂ´ÃÂºÃÂ°Ã‘â€¦ Ã¢â‚¬â€ Ã‘â€žÃÂ¸ÃÂºÃ‘ÂÃÂ¸Ã‘â‚¬Ã‘Æ’ÃÂµÃÂ¼ Ã‘Ë†ÃÂ°ÃÂ¿ÃÂºÃ‘Æ’ ÃÂ¸ ÃÂ´ÃÂ°Ã‘â€˜ÃÂ¼ main ÃÂ¾Ã‘â€šÃ‘ÂÃ‘â€šÃ‘Æ’ÃÂ¿ ÃÂ¿ÃÂ¾ Ã‘â‚¬ÃÂµÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ÃÂ¹ ÃÂ²Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂµ */
  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 40px var(--container-pad) 20px;
    margin: 0;
    background: rgb(248 248 248);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  main {
    padding-top: var(--mobile-header-h);
  }

  /* ÃÅ¸Ã‘â‚¬ÃÂ¸ Ã‘ÂÃÂºÃ‘â‚¬ÃÂ¾ÃÂ»ÃÂ»ÃÂµ ÃÂ½ÃÂµ ÃÂ´ÃÂµÃÂ»ÃÂ°ÃÂµÃÂ¼ Ã‘Ë†ÃÂ°ÃÂ¿ÃÂºÃ‘Æ’ ÃÂ¿ÃÂ¾Ã‘â€¡Ã‘â€šÃÂ¸ ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ·Ã‘â‚¬ÃÂ°Ã‘â€¡ÃÂ½ÃÂ¾ÃÂ¹ Ã¢â‚¬â€ ÃÂ¸ÃÂ½ÃÂ°Ã‘â€¡ÃÂµ ÃÂ±ÃÂ°ÃÂ½ÃÂ½ÃÂµÃ‘â‚¬ Ã‚Â«ÃÂ¿Ã‘â‚¬ÃÂ¾Ã‘ÂÃÂ²ÃÂµÃ‘â€¡ÃÂ¸ÃÂ²ÃÂ°ÃÂµÃ‘â€šÃ‚Â» ÃÂ¸ ÃÂºÃÂ°ÃÂ¶ÃÂµÃ‘â€šÃ‘ÂÃ‘Â, Ã‘â€¡Ã‘â€šÃÂ¾ Ã‘Ë†ÃÂ°ÃÂ¿ÃÂºÃÂ° ÃÂ½ÃÂ°ÃÂµÃÂ·ÃÂ¶ÃÂ°ÃÂµÃ‘â€š */
  .site-header.is-stuck {
    background: rgba(243, 243, 243, 0.98);
    box-shadow: 0 1px 0 rgba(40, 40, 39, 0.06);
  }

  .site-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .header-burger {
    display: flex;
    grid-column: 1;
    justify-self: start;
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .header-burger__line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--bk-black);
    border-radius: 1px;
  }

  .header-left {
    position: relative;
    grid-column: 2;
    justify-self: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    transform: none;
    pointer-events: auto;
  }

  .header-left .site-logo {
    flex-shrink: 1;
    min-width: 0;
  }

  .site-logo img {
    width: clamp(90px, 28vw, 145px);
    height: auto;
    max-width: 100%;
  }

  .header-left .nav-main {
    display: none;
  }

  body.nav-open .site-header {
    display: none !important;
  }

  .mobile-nav {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 2300;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear 0.32s;
  }

  body.nav-open .mobile-nav {
    visibility: visible;
    pointer-events: auto;
    transition: visibility 0s;
  }

  .mobile-nav__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    /* Figma 312:1931 Ã¢â‚¬â€ ÃÂ·ÃÂ°Ã‘â€šÃÂµÃÂ¼ÃÂ½ÃÂµÃÂ½ÃÂ¸ÃÂµ; ÃÂ»Ã‘â€˜ÃÂ³ÃÂºÃÂ¸ÃÂ¹ blur ÃÂ´ÃÂ»Ã‘Â Ã‘â€¡ÃÂ¸Ã‘â€šÃÂ°ÃÂµÃÂ¼ÃÂ¾Ã‘ÂÃ‘â€šÃÂ¸ Ã‘â€žÃÂ¾ÃÂ½ÃÂ° */
    background: rgb(40 40 39 / 17%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.28s ease;
  }

  body.nav-open .mobile-nav__scrim {
    opacity: 1;
  }

  /* ÃÅ¸ÃÂ°ÃÂ½ÃÂµÃÂ»Ã‘Å’: ÃÂ±ÃÂ°ÃÂ·ÃÂ° ÃÂ¿ÃÂ¾ Figma ~314px + ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ´ÃÂ¾ÃÂ»ÃÂ¶ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂ²ÃÂ½ÃÂ¸ÃÂ· ÃÂ´ÃÂ¾ ~75vh (ÃÂºÃÂ°ÃÂº ÃÂ² Ã‘â‚¬ÃÂµÃ‘â€žÃÂµÃ‘â‚¬ÃÂµÃÂ½Ã‘ÂÃÂµ) */
  .mobile-nav__sheet {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: max(314px, 46vh);
    max-height: min(75vh, 620px);
    padding: 0;
    display: flex;
    flex-direction: column;
    background: rgba(243, 243, 243, 0.96);
    border-radius: 0;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 1;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.nav-open .mobile-nav__sheet {
    transform: translateY(0);
  }

  /* Figma Close: ~top 20px, Ã‘ÂÃÂ¿Ã‘â‚¬ÃÂ°ÃÂ²ÃÂ° ÃÂ¾Ã‘â€š Ã‘â€ ÃÂµÃÂ½Ã‘â€šÃ‘â‚¬ÃÂ° (+170px ÃÂ¾Ã‘â€š Ã‘â€ ÃÂµÃÂ½Ã‘â€šÃ‘â‚¬ÃÂ° ÃÂ¿Ã‘â‚¬ÃÂ¸ Ã‘Ë†ÃÂ¸Ã‘â‚¬ÃÂ¸ÃÂ½ÃÂµ 428) Ã¢â€°Ë† right 24px */
  .mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 4;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
  }

  .mobile-nav__close::before,
  .mobile-nav__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    margin-left: -7px;
    margin-top: -1px;
    background: var(--bk-black);
    border-radius: 0;
  }

  .mobile-nav__close::before {
    transform: rotate(45deg);
  }

  .mobile-nav__close::after {
    transform: rotate(-45deg);
  }

  /* ÃÅ¡ÃÂ¾ÃÂ½Ã‘â€šÃÂµÃÂ½Ã‘â€š ÃÂ¿Ã‘â‚¬ÃÂ¸ÃÂ¶ÃÂ°Ã‘â€š ÃÂº ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€¦Ã‘Æ’; Ã‘ÂÃÂ½ÃÂ¸ÃÂ·Ã‘Æ’ Ã¢â‚¬â€ Ã‚Â«ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ´ÃÂ¾ÃÂ»ÃÂ¶ÃÂµÃÂ½ÃÂ¸ÃÂµÃ‚Â» Ã‘â€šÃÂ¾ÃÂ¹ ÃÂ¶ÃÂµ Ã‘ÂÃÂ²ÃÂµÃ‘â€šÃÂ»ÃÂ¾ÃÂ¹ ÃÂ¿ÃÂ°ÃÂ½ÃÂµÃÂ»ÃÂ¸ */
  .mobile-nav__body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    padding: 104px 20px 56px;
    background: transparent;
  }

  .mobile-nav__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 184px;
    gap: 20px;
    align-content: start;
    align-items: start;
    margin-top: 0;
    max-width: 100%;
    flex: 0 0 auto;
  }

  /* Figma gap-[12px], Ã‘â€šÃÂµÃÂºÃ‘ÂÃ‘â€š 16px Medium */
  .mobile-nav__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }

  .mobile-nav__links a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--bk-black);
    line-height: normal;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
  }

  /* Figma Call column gap-[18px], items-start */
  .mobile-nav__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    width: 184px;
    max-width: 100%;
    min-width: 0;
  }

  /* Figma SotialIcons gap-[8px], ÃÂ¸ÃÂºÃÂ¾ÃÂ½ÃÂºÃÂ¸ 24Ãƒâ€”24 ÃÂ±ÃÂµÃÂ· ÃÂºÃ‘â‚¬Ã‘Æ’ÃÂ³ÃÂ»Ã‘â€¹Ã‘â€¦ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ»ÃÂ¾ÃÂ¶ÃÂµÃÂº */
  .mobile-nav__socials {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-nav__soc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
    background: transparent;
    flex-shrink: 0;
    transition:
      background-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .mobile-nav__soc:hover {
    background-color: rgba(74, 74, 71, 0.12);
    box-shadow: 0 0 0 1px rgba(74, 74, 71, 0.14);
    transform: translateY(-1px);
  }

  .mobile-nav__soc:focus-visible {
    outline: 1px solid #4a4a47;
    outline-offset: 2px;
  }

  .mobile-nav__soc img {
    width: 24px;
    height: 24px;
    max-width: none;
    object-fit: contain;
    filter: none;
  }

  /* Figma Phone 16px Medium */
  .mobile-nav__phone {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--bk-black);
    white-space: nowrap;
    text-align: left;
    line-height: normal;
  }

  /* Figma FeedBackProject: p-[8px] w-full Regular 16px */
  .mobile-nav__cta {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    border-radius: 0;
  }

  .btn-header-cta-mobile {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
  }

  .header-actions {
    display: none;
  }

  .hero {
    padding-bottom: 0px;
  }

  .hero__stage {
    
    
    /* ÃÂ¤ÃÂ¾Ã‘â€šÃÂ¾ ÃÂ¸ .hero__utp ÃÂ² ÃÂ¾ÃÂ´ÃÂ½ÃÂ¾ÃÂ¹ Ã‘ÂÃ‘â€¡ÃÂµÃÂ¹ÃÂºÃÂµ Ã¢â‚¬â€ Ã‘ÂÃ‘â€šÃÂµÃÂºÃÂ»ÃÂ¾ ÃÂ¿ÃÂ¾ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€¦ ÃÂºÃÂ°Ã‘â‚¬Ã‘â€šÃÂ¸ÃÂ½ÃÂºÃÂ¸, ÃÂºÃÂ°ÃÂº ÃÂ² Figma Mob */
    
    /* ÃÂÃÂµ clip: ÃÂ¸ÃÂ½ÃÂ°Ã‘â€¡ÃÂµ ÃÂ¾Ã‘â€šÃ‘â‚¬ÃÂ¸Ã‘â€ ÃÂ°Ã‘â€šÃÂµÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹ÃÂ¹ margin / transform Ã‘Æ’ .hero__bg ÃÂ¾ÃÂ±Ã‘â‚¬ÃÂµÃÂ·ÃÂ°ÃÂµÃ‘â€šÃ‘ÂÃ‘Â Ã‘ÂÃÂ²ÃÂµÃ‘â‚¬Ã‘â€¦Ã‘Æ’ ÃÂ¸ Ã‚Â«ÃÂ½ÃÂµ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ½ÃÂ¸ÃÂ¼ÃÂ°ÃÂµÃ‘â€šÃ‘ÂÃ‘ÂÃ‚Â» */
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 24px var(--container-pad) 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 24px;
    overflow: visible;
    background: linear-gradient(180deg, #f8f8f8 0%, #f3f3f3 100%);
  }

  .hero__bg {
    grid-row: 3;
    grid-column: 1;
    position: relative;
    left: auto;
    top: auto;
    width: 100vw;
    max-width: none;
    height: auto;
    min-height: min(56vh, 480px);
    /* ÃÅ¡ÃÂ¾ÃÂ¼ÃÂ¿ÃÂ¾ÃÂ·ÃÂ¸Ã‘â€ ÃÂ¸ÃÂ¾ÃÂ½ÃÂ½Ã‘â€¹ÃÂ¹ ÃÂ¿ÃÂ¾ÃÂ´Ã‘Å Ã‘â€˜ÃÂ¼ Ã‘â€žÃÂ¾Ã‘â€šÃÂ¾ ÃÂ¿ÃÂ¾ÃÂ´ ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃ‘Æ’ (ÃÂ´ÃÂ¾ clip ÃÂ½ÃÂ° stage ÃÂ½ÃÂµ ÃÂ±Ã‘â€¹ÃÂ»ÃÂ¾ ÃÂ²ÃÂ¸ÃÂ´ÃÂ½ÃÂ¾) */
    margin-top: -52px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    border: 0;
    display: block;
    object-fit: cover;
    /* ÃÅ¸ÃÂ¾ X ÃÂ¿Ã‘â‚¬ÃÂ°ÃÂ²ÃÂµÃÂµ Ã‘â€ ÃÂµÃÂ½Ã‘â€šÃ‘â‚¬ÃÂ° (ÃÂ±ÃÂ¾ÃÂ»Ã‘Å’Ã‘Ë†ÃÂµ %), Ã‘â€¡ÃÂµÃÂ¼ 50% Ã¢â‚¬â€ ÃÂºÃÂ°ÃÂ´Ã‘â‚¬ ÃÂ¿ÃÂ¾ÃÂºÃÂ°ÃÂ·Ã‘â€¹ÃÂ²ÃÂ°ÃÂµÃ‘â€š ÃÂ´Ã‘â‚¬Ã‘Æ’ÃÂ³Ã‘Æ’Ã‘Å½ Ã‘ÂÃ‘â€šÃÂ¾Ã‘â‚¬ÃÂ¾ÃÂ½Ã‘Æ’ Ã‘ÂÃÂ½ÃÂ¸ÃÂ¼ÃÂºÃÂ°, ÃÂ´ÃÂ¾ÃÂ¼ ÃÂ²ÃÂ¸ÃÂ·Ã‘Æ’ÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ Ã‘Æ’Ã‘â€¦ÃÂ¾ÃÂ´ÃÂ¸Ã‘â€š Ã‚Â«ÃÂ²ÃÂ»ÃÂµÃÂ²ÃÂ¾Ã‚Â» */
    object-position: 70% center;
    z-index: 0;
    align-self: stretch;
    justify-self: center;
  }

  .hero__title {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: clamp(22px, 5.6vw, 32px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero__title .light {
    font-weight: 400;
  }

  .hero__cta-block {
    grid-row: 2;
    grid-column: 1;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
  }

  .hero__cta-block p {
    font-size: 16px;
    line-height: 16px;
  }

  .hero__cta-btn {
    margin-top: 18px;
  }

  .hero__utp {
    grid-row: 3;
    grid-column: 1;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: 2;
    align-self: start;
    justify-self: start;
    width: min(265px, calc(100% - 16px));
    max-width: none;
    margin: 20px 0 0 0;
    box-sizing: border-box;
    padding: 24px 20px;
    gap: 20px;
  }

  .hero__cta-block {
    margin-bottom: 24px;
  }

  .hero__utp .accent {
    font-size: 20px;
  }

  .hero__utp p {
    font-size: 20px;
  }

  .hero__fab {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: auto;
    /* full-bleed button: extend outside container padding to viewport edges */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -24px;
    display: block;
  }

  .hero__fab .btn-orange-lg {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 56px;
    padding: 14px 20px;
    font-size: clamp(22px, 5vw, 32px);
    border-radius: 0;
  }

  .hero__media-toggle {
    display: none;
  }

  .section-pad {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 12px var(--container-pad);
    margin-left: 0;
    margin-right: 0;
  }

  .section-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .section-title {
    font-size: 48px;
    margin-bottom: 18px;
  }

  /* ÃÂÃÂµÃÂ¼ÃÂ½ÃÂ¾ÃÂ³ÃÂ¾ ÃÂ±ÃÂ¾ÃÂ»Ã‘Å’Ã‘Ë†ÃÂµ Ã‘â‚¬ÃÂ°Ã‘ÂÃ‘ÂÃ‘â€šÃÂ¾Ã‘ÂÃÂ½ÃÂ¸Ã‘Â ÃÂ¿ÃÂ¾ÃÂ´ ÃÂ·ÃÂ°ÃÂ³ÃÂ¾ÃÂ»ÃÂ¾ÃÂ²ÃÂºÃÂ¾ÃÂ¼ ÃÅ¸Ã‘â‚¬ÃÂ¾ÃÂµÃÂºÃ‘â€šÃ‘â€¹ ÃÂ½ÃÂ° ÃÂ¼ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹Ã‘â€¦ */
  .projects .section-title {
    margin-bottom: 20px;
  }

  .projects {
    height: auto;
    margin-top: 0;
  }

  .projects .section-inner {
    width: 100%;
    gap: 18px;
  }

  .filter-row {
    width: 100%;
    gap: 16px;
    row-gap: 16px;
  }

  .filter-dropdown:nth-child(n) .filter-chip {
    width: auto;
    min-height: 28px;
  }

  .projects__cta-row {
    height: auto;
  }

  .cards-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 0;
  }

  .project-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 40px;
  }

  .project-card__photo {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
  }

  .project-card__meta {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 8px;
  }

  .project-card__name {
    width: 100%;
    white-space: normal;
  }

  .specs {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    row-gap: 6px;
    font-size: 14px;
  }

  .specs span {
    height: 24px;
    white-space: nowrap;
    font-size: 18px;
  }

  .specs > span:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .specs .price-tag {
    grid-column: 3;
    grid-row: 1;
    width: auto;
    height: 24px;
    white-space: nowrap;
  }

  .show-more-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }

  .services__title {
    width: auto;
    height: auto;
    margin-bottom: 32px;
  }

  .services__rows,
  .service-item,
  .service-row,
  .service-panel {
    width: 100%;
    max-width: 100%;
  }

  .service-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    height: auto;
    min-height: 0;
  }

  .service-row h3 {
    width: 100%;
    font-size: 36px;
  }

  .service-row > div,
  .service-row > p:not(.more) {
    width: 100%;
    max-width: 381px;
  }

  .service-row .more {
    width: auto;
    text-align: left;
    padding: 0;
    margin-top: 4px;
  }

  .service-panel {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .service-panel__left,
  .service-panel__left h3,
  .service-panel__left p {
    width: 100%;
    max-width: 100%;
  }

  .service-panel__left h3 {
    font-size: 36px;
  }

  .service-panel__left p {
    font-size: 18px;
    line-height: 1.25;
  }

  .service-panel__body {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .service-panel__lead {
    font-size: 18px;
    line-height: 1.2;
  }

  .service-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }

  .service-item.is-open .service-panel {
    position: relative;
    padding-top: 36px;
    max-height: 2000px;
  }

  .divider-line {
    width: 100%;
  }

  .company {
    background: var(--bk-white);
    padding: 24px 20px;
    text-align: left;
  }

  .company__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 0;
  }

  .company__text {
    order: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    gap: 0;
  }

  /* 1: Ãâ€”ÃÂ°ÃÂ³ÃÂ¾ÃÂ»ÃÂ¾ÃÂ²ÃÂ¾ÃÂº ÃÅ¡ÃÅ¾ÃÅ“ÃÅ¸ÃÂÃÂÃËœÃÂ¯ */
  .company .section-title {
    order: 1;
    padding: 0 0 20px;
    margin: 0;
  }

  /* 2: ÃÂ¤ÃÂ¾Ã‘â€šÃÂ¾ */
  .company__photo {
    order: 2;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 480px;
    aspect-ratio: 382 / 520;
    border-radius: 0;
  }

  /* 3: ÃÂ¢ÃÂµÃÂºÃ‘ÂÃ‘â€š ÃÂ¾ÃÂ¿ÃÂ¸Ã‘ÂÃÂ°ÃÂ½ÃÂ¸Ã‘Â */
  .company__lead {
    order: 0;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 1.34;
    letter-spacing: -0.24px;
    margin: 0;
    padding: 20px 0 0;
  }

  /* 4: ÃÅ¾Ã‘ÂÃÂ½ÃÂ¾ÃÂ²ÃÂ°Ã‘â€šÃÂµÃÂ»Ã‘Å’ */
  .company .founder {
    order: 0;
    width: 100%;
    height: auto;
    padding: 16px 0 0;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: right;
    color: var(--bk-black);
    font-weight: 600; /* ÃÂÃÂµÃÂ¼ÃÂ½ÃÂ¾ÃÂ³ÃÂ¾ ÃÂ¼ÃÂµÃÂ½Ã‘Å’Ã‘Ë†ÃÂµ ÃÂ¶ÃÂ¸Ã‘â‚¬ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃÂ¸, ÃÂºÃÂ°ÃÂº ÃÂ² Ã‘â‚¬ÃÂµÃ‘â€žÃÂµÃ‘â‚¬ÃÂµÃÂ½Ã‘ÂÃÂµ */
  }

  .company .founder small {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 4px;
    color: var(--bk-gray);
    font-weight: 400;
  }

  .company__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
  }

  .media-block {
    height: auto;
    padding: 36px 0;
  }

  .media-block__head {
    gap: 18px;
    margin-bottom: 18px;
    padding: 0 var(--container-pad);
  }

  .media-block__gallery,
  .media-gallery {
    max-width: 100%;
  }

  .media-title {
    width: 100%;
    height: auto;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.72px;
  }

  .media-socials {
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
  }

  .media-gallery__nav {
    width: 51px;
    height: 51px;
  }

  .media-gallery__nav--prev {
    left: 16px;
  }

  .media-gallery__nav--next {
    right: 16px;
  }

  .media-gallery__open img {
    width: clamp(260px, 78vw, 340px);
    height: clamp(360px, 110vw, 480px);
    max-height: none;
  }

  .media-lightbox {
    padding: 12px;
  }

  .media-lightbox__nav {
    width: 44px;
    height: 44px;
  }

  .media-lightbox__close {
    top: 0;
    right: 0;
  }

  .media-lightbox__image {
    max-height: calc(100vh - 160px);
  }

  .hypotec {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  .hypotec__orange {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 36px var(--container-pad) 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hypotec__top {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: flex-start;
  }

  .hypotec__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }

  .hypotec__note {
    width: 100%;
    max-width: 320px;
  }

  .bank-logos {
    width: 100%;
  }

  .bank-lines {
    width: 100%;
  }

  .bank-line {
    flex-wrap: nowrap;
    height: auto;
    row-gap: 0;
    gap: 12px;
  }

  .bank-logo--domclick {
    width: 152px;
    height: 33px;
  }

  .bank-logo--sber {
    width: 110px;
    height: 33px;
  }

  .bank-logo--mod {
    width: 30px;
    height: 30px;
    transform: rotate(180deg) scaleY(-1);
  }

  .bank-logo--vtb {
    width: 92px;
    height: 33px;
  }

  .bank-logo--pochta {
    width: 88px;
    height: 42px;
  }

  .bank-logo--alfa {
    width: 150px;
    height: 31px;
  }

  .hypotec__legal {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    padding: 0 0 8px;
    margin: 0;
    white-space: normal;
    font-size: 14px;
    line-height: 1.35;
    order: 2;
  }

  .hypotec__house {
    position: relative;
    width: calc(100% + 2 * var(--container-pad));
    max-width: none;
    margin-left: calc(-1 * var(--container-pad));
    margin-right: calc(-1 * var(--container-pad));
    height: 220px;
    margin-top: 0;
    order: 3;
  }

  .hypotec__house img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .telegram-cta {
    height: auto;
    min-height: 0;
    padding: 36px var(--container-pad);
  }

  .telegram-cta__lead {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.15;
  }

  .telegram-form {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .field-phone-wrap {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

  .telegram-form .btn-dark--lg {
    width: 100%;
    max-width: 100%;
  }

  .telegram-cta .legal {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.3;
  }

  .site-footer {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 15px;
    row-gap: 36px;
    align-items: start;
    padding: 31px var(--container-pad) 19px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-col {
    min-width: 0;
  }

  .footer-col h4 {
    margin-bottom: 16px;
  }

  .footer-col ul {
    gap: 12px;
  }

  .footer-phone {
    font-size: 19px;
  }

  .footer-logo-band img {
    width: 100%;
    max-width: 520px;
    clip-path: inset(0 0 29% 0);
  }

  .footer-logo-band {
    padding: 12px var(--container-pad) 0;
  }

  .copyright {
    position: static;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 15px;
  }
}

@media (max-width: 390px) and (min-width: 345px) {
  .callback-modal__dialog {
    width: 100vw;
    max-width: none;
    min-height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    box-shadow: none;
  }

  .site-header {
    padding: 20px 12px 12px;
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    overflow: hidden;
  }

  .site-logo img {
    width: 110px;
    height: auto;
  }

  .btn-header-cta-mobile {
    justify-self: end;
    padding: 6px 10px;
    font-size: 13px;
    min-height: 30px;
    white-space: nowrap;
  }

  .footer-grid {
    column-gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col ul {
    font-size: 13px;
  }

  .footer-col p,
  .footer-col a {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    font-size: 14px;
  }

  .footer-phone {
    font-size: 17px;
  }

  .hypotec__title {
    font-size: 34px;
  }

  .bank-logo--alfa {
    width: 114px;
    height: 22px;
  }
}

@media (max-width: 380px) {
  .mobile-nav__grid {
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 16px;
  }

  .mobile-nav__aside {
    width: 170px;
    align-items: flex-start;
    justify-self: end;
    padding-top: 0;
    border-top: 0;
  }

  .mobile-nav__socials {
    justify-content: flex-start;
  }

  .mobile-nav__phone {
    white-space: nowrap;
  }

  .mobile-nav__cta {
    align-self: flex-start;
    width: 100%;
    max-width: 170px;
    box-sizing: border-box;
  }
}

@media (max-width: 344px) {
  .hero__stage {
    row-gap: 0;
  }

  .hero__title {
    margin-bottom: 15px;
  }

  .hypotec__title {
    font-size: 33px;
    margin-top: 15px;
  }

  .company__photo {
    min-height: 0;
    aspect-ratio: 382 / 420;
  }

  .company__lead {
    font-size: 16px;
    padding: 14px 0 0;
    /* ÃÂÃÂ° ÃÂ¼ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹Ã‘â€¦ Ã‘ÂÃÂ±Ã‘â‚¬ÃÂ°Ã‘ÂÃ‘â€¹ÃÂ²ÃÂ°ÃÂµÃÂ¼ ÃÂ°ÃÂ²Ã‘â€š margins Ã¢â‚¬â€ Ã‘â€šÃÂµÃÂºÃ‘ÂÃ‘â€š ÃÂ´ÃÂ¾ÃÂ»ÃÂ¶ÃÂµÃÂ½ ÃÂ²ÃÂµÃ‘ÂÃ‘â€šÃÂ¸ Ã‘ÂÃÂµÃÂ±Ã‘Â ÃÂ½ÃÂ¾Ã‘â‚¬ÃÂ¼ÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ */
    margin: 0;
  }

  .company .founder {
    font-size: 15px;
    padding: 12px 0 0;
  }

  .company .founder small {
    font-size: 12px;
  }

  .company .section-title {
    padding: 0 0 14px;
  }

  .site-header {
    padding: 20px 10px 12px;
  }

  .site-header__inner {
    grid-template-columns: auto auto 1fr;
    justify-content: start;
    align-items: center;
    gap: 8px;
  }

  .btn-header-cta-mobile {
    justify-self: end;
  }

  .footer-grid {
    column-gap: 8px;
    row-gap: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-col h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer-col ul {
    font-size: 12px;
    gap: 8px;
  }

  .footer-col p,
  .footer-col a {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .bank-line {
    gap: 8px;
    flex-wrap: wrap;
  }

  .bank-logo--domclick {
    width: 124px;
    height: 27px;
  }

  .bank-logo--sber {
    width: 88px;
    height: 27px;
  }

  .bank-logo--mod {
    width: 24px;
    height: 24px;
  }

  .bank-logo--vtb {
    width: 74px;
    height: 27px;
  }

  .bank-logo--pochta {
    width: 110px;
    height: 52px;
  }

  .bank-logo--alfa {
    flex-basis: 100%;
    flex-grow: 0;
    width: 150px;
    max-width: 150px;
    height: 31px;
  }

  .media-title {
    font-size: 30px;
  }

  .footer-phone {
    font-size: 15px;
  }

  .footer-logo-band {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-burger {
    width: 32px;
    height: 32px;
    gap: 4px;
  }

  .header-burger__line {
    width: 16px;
  }

  .site-logo img {
    width: 92px;
    height: auto;
  }

  .btn-header-cta-mobile {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 1;
    min-height: 28px;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) and (min-width: 480px) {
  .media-grid .ph:nth-child(3) {
    flex-basis: calc(50% - 8px);
    max-width: none;
  }
} 

/* Project page unified styles (moved from project.css) */
body.project-page-view {
  background: #fff;
}

.project-page {
  position: relative;
  width: 100%;
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px var(--container-pad) 0;
  background: #f3f3f3;
}

.project-page .section-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.project-page .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 20px;
  color: #4a4a47;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.project-page .breadcrumbs a {
  color: #4a4a47;
  text-decoration: none;
  transition: color 160ms ease;
}

.project-page .breadcrumbs a:hover {
  color: var(--bk-orange);
}

.project-page .breadcrumbs__sep,
.project-page .breadcrumbs__current {
  color: #6b6a69;
}

.project-page__title {
  margin: 0 0 18px;
  width: 265px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.project-gallery {
  --project-thumb-col: 250px;
  --project-thumb-gap: 40px;
  --project-main-width: calc(100% - var(--project-thumb-col) - var(--project-thumb-gap));
  --project-main-height: min(
    clamp(420px, calc(100dvh - 220px), 733px),
    calc((min(100vw, 1441px) - (var(--container-pad) * 2) - var(--project-thumb-col) - var(--project-thumb-gap)) * 3 / 4)
  );
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--project-thumb-col);
  column-gap: var(--project-thumb-gap);
  align-items: start;
  overflow: hidden;
  background: transparent;
}

.project-gallery__track {
  grid-column: 1;
  width: 100%;
  height: var(--project-main-height);
  overflow: hidden;
  display: block;
}

.project-gallery__slide {
  width: 100%;
  height: var(--project-main-height);
}

.project-gallery.is-ready .project-gallery__slide {
  display: none;
}

.project-gallery.is-ready .project-gallery__slide.is-active {
  display: block;
}

.project-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.project-gallery__thumbs {
  grid-column: 2;
  justify-self: end;
  width: var(--project-thumb-col);
  max-height: var(--project-main-height);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(40, 40, 39, 0.35) transparent;
}

.project-gallery__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  padding: 0;
  overflow: hidden;
  background: #dcdcdc;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.project-gallery.has-thumb-carousel .project-gallery__thumb {
  display: none;
}

.project-gallery.has-thumb-carousel .project-gallery__thumb.is-thumb-visible {
  display: block;
}

.project-gallery__thumb:hover {
  border-color: rgba(40, 40, 39, 0.42);
}

.project-gallery__thumb.is-active {
  border-color: var(--bk-orange);
}

.project-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-gallery__thumb-nav {
  position: absolute;
  right: 2px;
  z-index: 3;
  width: calc(var(--project-thumb-col) - 2px);
  height: 36px;
  padding: 0;
  border: 0;
  display: none;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(40, 40, 39, 0.42), rgba(40, 40, 39, 0.08));
  cursor: pointer;
  transition: opacity 180ms ease, background-color 180ms ease;
}

.project-gallery.has-thumb-carousel .project-gallery__thumb-nav {
  display: grid;
}

.project-gallery__thumb-nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.project-gallery__thumb-nav--prev {
  top: 0;
}

.project-gallery__thumb-nav--prev::before {
  transform: translateY(3px) rotate(45deg);
}

.project-gallery__thumb-nav--next {
  bottom: 0;
  background: linear-gradient(0deg, rgba(40, 40, 39, 0.42), rgba(40, 40, 39, 0.08));
}

.project-gallery__thumb-nav--next::before {
  transform: translateY(-3px) rotate(225deg);
}

.project-gallery__thumb-nav:hover {
  background-color: rgba(40, 40, 39, 0.22);
}

.project-gallery__thumb-nav:disabled {
  opacity: 0;
  pointer-events: none;
}

.project-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  z-index: 2;
  padding: 0;
  border-radius: 50%;
  background: rgb(40 40 39 / 18%);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.project-gallery__arrow:hover {
  background: rgba(40, 40, 39, 0.56);
  border-color: rgba(255, 255, 255, 0.68);
}

.project-gallery__arrow img {
  width: 12px;
  height: 16px;
}

.project-gallery__arrow--prev {
  left: 27px;
}

.project-gallery__arrow--next {
  left: calc(var(--project-main-width) - 27px);
  right: auto;
  transform: translate(-100%, -50%);
}

.project-specs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.project-specs__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1 1 auto;
  max-width: 100%;
}

.project-spec {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  height: 32px;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.project-spec::before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.project-spec--area::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8V3H8M3 3L8 8M17 8V3H12M17 3L12 8M3 12V17H8M3 17L8 12M17 12V17H12M17 17L12 12' stroke='%23807F7F' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
}

.project-spec--bed::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10V7.5M4 10H18M4 10V14.5M18 10V14.5M6 10V8.2C6 7.54 6.54 7 7.2 7H9.2C9.86 7 10.4 7.54 10.4 8.2V10M11.6 10V8.2C11.6 7.54 12.14 7 12.8 7H14.8C15.46 7 16 7.54 16 8.2V10M6 14.5V16M16 14.5V16M4 14.5H18' stroke='%23807F7F' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
}

.project-spec--materials::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3L19 7L11 11L3 7L11 3Z' stroke='%23807F7F' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M3 10.5L11 14.5L19 10.5M3 14L11 18L19 14' stroke='%23807F7F' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
}

.price-tag--lg {
  margin-top: 0;
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  white-space: nowrap;
}

.project-page .price-tag {
  display: inline-block;
  width: auto;
  height: auto;
  white-space: nowrap;
}

.project-desc {
  display: grid;
  grid-template-columns: 670px 673px;
  column-gap: 20px;
  align-items: start;
  padding-top: 0;
  margin-top: 0;
  margin-left: 0;
  margin-top: 40px;
}

.project-desc__title {
  margin: 0;
  width: 670px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.project-desc__title br,
.project-included__title br {
  display: none;
}

.project-desc__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 673px;
  max-width: 673px;
}

.project-desc__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.project-included {
  display: grid;
  grid-template-columns: 672px 670px;
  column-gap: 20px;
  align-items: start;
  padding-top: 56px;
  margin-left: 0;
}

.project-included__title {
  margin: 0;
  width: 672px;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.project-included__list {
  width: 670px;
}

.included-item {
  width: 100%;
}

.included-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding-bottom: 0;
}

.included-item__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.included-item__more {
  flex-shrink: 0;
  color: #807f7f;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.included-item__panel {
  display: none;
  max-width: 670px;
  padding: 14px 0 0;
}

.included-item.is-open .included-item__panel {
  display: block;
}

.included-item__panel p {
  margin: 0 0 10px;
  color: #807f7f;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.included-item__panel p:last-child {
  margin-bottom: 0;
}

.included-item__divider {
  height: 1px;
  background: rgba(40, 40, 39, 0.46);
  margin-top: 24px;
  margin-bottom: 36px;
}

.project-page-view .telegram-cta {
  background: #fff;
  margin-top: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.project-page-view .telegram-cta__lead {
  margin: 0;
  max-width: 1126px;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.project-page-view .telegram-cta__lead .regular {
  margin-top: 0;
  display: block;
  font-weight: 400;
}

.project-page-view .telegram-form {
  margin-top: 24px;
  max-width: 980px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.project-page-view .field-phone-wrap {
  width: 440px;
}

.project-page-view .field-phone,
.project-page-view .telegram-form .btn-dark--lg {
  height: 54px;
  min-height: 54px;
}

.project-page-view .telegram-form .btn-dark--lg {
  font-size: 24px;
  line-height: 1;
  padding: 12px 18px;
}

.project-page-view .telegram-cta .legal {
  max-width: 573px;
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

@media (max-width: 1023px) {
  .project-page {
    width: 100%;
    max-width: 100%;
    padding: 36px var(--container-pad) 18px;
  }

  .project-page .section-inner {
    gap: 18px;
  }

  .project-page__title {
    width: auto;
    font-size: 48px;
  }

  .project-gallery {
    --project-main-width: 387px;
    --project-main-height: calc(var(--project-main-width) * 3 / 4);
    --project-thumb-col: 0px;
    --project-thumb-gap: 0px;
    display: block;
    width: 100%;
    max-width: 387px;
    overflow: visible;
  }

  .project-gallery__track {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .project-gallery__slide {
    width: 100%;
    height: 100%;
  }

  .project-gallery__slide img {
    height: 100%;
    aspect-ratio: 4 / 3;
  }

  .project-gallery__thumbs {
    width: 100%;
    max-height: none;
    margin-left: 0;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
  }

  .project-gallery__thumb {
    flex: 0 0 84px;
    width: 84px;
  }

  .project-gallery.has-thumb-carousel .project-gallery__thumb {
    display: block;
  }

  .project-gallery.has-thumb-carousel .project-gallery__thumb-nav {
    display: none;
  }

  .project-gallery__arrow--prev {
    left: 0;
  }

  .project-gallery__arrow--next {
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }

  .project-specs {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-specs__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .project-spec {
    font-size: 16px;
  }

  .price-tag--lg {
    font-size: 24px;
  }

  .project-desc,
  .project-included {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 18px;
    margin-top: 0;
  }

  .project-desc__title,
  .project-included__title {
    font-size: 48px;
    max-width: 390px;
  }

  .project-desc__title br,
  .project-included__title br {
    display: inline;
  }

  .project-desc__text {
    width: auto;
    max-width: 391px;
  }

  .project-desc__text p,
  .project-spec,
  .included-item__name,
  .included-item__more,
  .included-item__panel p {
    font-size: 18px;
  }

  .project-included__list {
    width: 100%;
    max-width: 387px;
  }

  .included-item__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .included-item__divider {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .project-page-view .telegram-cta {
    margin-top: 0;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-page-view .telegram-cta__lead {
    max-width: 387px;
    font-size: 36px;
    line-height: 1;
  }

  .project-page-view .telegram-form {
    max-width: 388px;
    flex-direction: column;
    align-items: stretch;
  }

  .project-page-view .field-phone-wrap {
    width: 100%;
  }

  .project-page-view .telegram-form .btn-dark--lg {
    font-size: 24px;
  }

  .project-page-view .telegram-cta .legal {
    max-width: 363px;
    margin-top: 24px;
    font-size: 14px;
  }
}

/* Adaptive layout for desktops 1024px-1439px */
@media (min-width: 1024px) and (max-width: 1439px) {
  .projects .project-card__meta {
    flex-wrap: wrap;
    height: auto;
    gap: 8px;
  }

  .projects .project-card__name {
    width: 100%;
    white-space: normal;
  }

  .projects .specs {
    flex-wrap: wrap;
    width: 100%;
    row-gap: 6px;
  }

  .projects .specs span {
    white-space: normal;
  }

  .project-desc,
  .project-included {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .project-desc__title,
  .project-included__title {
    width: 100%;
  }

  .project-desc__text,
  .project-included__list {
    width: 100%;
  }

  .project-gallery__thumbs {
    margin-left: 0;
  }
}

/* Static pages: 404, contacts, privacy */
.static-page .breadcrumbs,
.privacy-main .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 20px;
  color: #4a4a47;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.static-page .breadcrumbs a,
.privacy-main .breadcrumbs a {
  color: #4a4a47;
  text-decoration: none;
  transition: color 160ms ease;
}

.static-page .breadcrumbs a:hover,
.privacy-main .breadcrumbs a:hover {
  color: var(--bk-orange);
}

.static-page .breadcrumbs__sep,
.privacy-main .breadcrumbs__sep {
  color: #6b6a69;
}

.static-page .breadcrumbs__current,
.privacy-main .breadcrumbs__current {
  color: #6b6a69;
}

.static-page__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--bk-black);
  line-height: 1.15;
}

.static-page__lead {
  margin: 0 0 40px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bk-gray);
}

.page-404__code {
  margin: 0 0 8px;
  font-size: clamp(72px, 14vw, 120px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--bk-orange);
}

.page-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-404__actions .btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-dark--outline {
  background: transparent;
  color: var(--bk-black);
  border: 1px solid var(--bk-black);
}

.btn-dark--outline:hover {
  background: var(--bk-black);
  color: var(--bk-white);
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.contacts-card {
  background: var(--bk-white);
  border: 1px solid #e0e0df;
  border-radius: 8px;
  padding: 28px 24px;
}

.contacts-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--bk-gray);
}

.contacts-card__value {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--bk-black);
}

.contacts-card__value a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.contacts-card__value a:hover {
  color: var(--bk-orange);
}

.contacts-card__note {
  margin: 0;
  font-size: 14px;
  color: var(--bk-gray);
}

.contacts-card__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bk-black);
  text-decoration: none;
  font-size: 16px;
  transition: color 160ms ease;
}

.contacts-card__links a:hover {
  color: var(--bk-orange);
}

.contacts-card .btn-dark {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .static-page__lead {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .page-404__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-404__actions .btn-dark {
    width: 100%;
  }
}

/* Contacts: service area from domens.csv */
.service-area__current {
  margin: -24px 0 32px;
  padding: 14px 18px;
  background: #fff;
  border-left: 3px solid var(--bk-orange);
  font-size: 16px;
  line-height: 1.45;
  color: var(--bk-black);
}

.service-area {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #e0e0df;
}

.service-area__head {
  margin-bottom: 28px;
  max-width: 720px;
}

.service-area__title {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--bk-black);
}

.service-area__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bk-gray);
}

.service-area__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.service-area__search-wrap {
  flex: 1 1 280px;
  max-width: 420px;
}

.service-area__search {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d4d4d3;
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
  color: var(--bk-black);
  background: #fff;
  transition: border-color 160ms ease;
}

.service-area__search:focus {
  outline: none;
  border-color: var(--bk-orange);
}

.service-area__count {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--bk-gray);
  white-space: nowrap;
}

.service-area__groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-area__group {
  background: #fff;
  border: 1px solid #e0e0df;
  border-radius: 8px;
  overflow: hidden;
}

.service-area__group-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bk-black);
  transition: background-color 160ms ease;
}

.service-area__group-title {
  flex-shrink: 0;
}

.service-area__group-summary::-webkit-details-marker {
  display: none;
}

.service-area__group-summary::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-right: 2px solid var(--bk-gray);
  border-bottom: 2px solid var(--bk-gray);
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.service-area__group[open] .service-area__group-summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.service-area__group-summary:hover {
  background: #fafafa;
}

.service-area__group-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--bk-white);
  font-size: 13px;
  font-weight: 500;
  color: var(--bk-gray);
  flex-shrink: 0;
}

.service-area__cities {
  list-style: none;
  margin: 0;
  padding: 4px 16px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-area__city {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--bk-white);
  border: 1px solid #e0e0df;
  font-size: 14px;
  font-weight: 500;
  color: var(--bk-black);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background-color 160ms ease;
}

.service-area__city:hover {
  border-color: var(--bk-orange);
  color: var(--bk-orange);
}

.service-area__city.is-current {
  border-color: var(--bk-orange);
  background: rgba(255, 85, 43, 0.08);
  color: var(--bk-orange);
}

.service-area__group.is-hidden,
.service-area__cities li.is-hidden {
  display: none;
}

.service-area__group.is-filtered-empty .service-area__cities {
  display: none;
}

.service-area__empty {
  margin: 24px 0 0;
  text-align: center;
  font-size: 16px;
  color: var(--bk-gray);
}

@media (max-width: 767px) {
  .service-area {
    margin-top: 40px;
    padding-top: 32px;
  }

  .service-area__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .service-area__search-wrap {
    max-width: none;
  }

  .service-area__count {
    text-align: left;
  }
}