@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/CormorantGaramond-Variable.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --cream: #f5f0e8;
  --cream-soft: #faf7f1;
  --sage: #d8ddd0;
  --sage-mid: #c8d0bd;
  --sage-wave: #adb9a2;
  --sage-deep: #7a846f;
  --sage-line: #aeb8a4;
  --ink: #2f201a;
  --muted: #687062;
  --orange: #e97e52;
  --orange-dark: #d9683e;
  --line: rgba(67, 58, 49, 0.16);
  --shadow: 0 24px 70px rgba(61, 49, 36, 0.12);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  color: var(--ink);
  background: #e9e0d4;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.js .figma-catalog .apartment-card--deferred { display: none; }
@media (max-width: 699px) {
  .js .figma-catalog .apartment-card--mobile-deferred { display: none; }
}
@media (min-width: 700px) and (max-width: 1099px) {
  .js .figma-catalog .apartment-card--tablet-deferred { display: none; }
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body { margin: 0; min-width: 320px; background: #e9e0d4; }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }

:focus-visible { outline: 3px solid rgba(233, 126, 82, 0.7); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.page-shell {
  width: 100%;
  margin: 0;
  overflow: clip;
  border-radius: 0;
  background: var(--cream);
  box-shadow: none;
}

.site-header {
  position: relative;
  z-index: 50;
  isolation: isolate;
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 24px;
  width: calc(100% - 28px);
  padding: 8px 26px 8px 38px;
  margin: 16px 14px -32px;
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(250, 247, 241, .85);
  box-shadow: none;
}

.site-header::before,
.benefits::before {
  content: none;
}

.site-header::after,
.benefits::after {
  content: none;
}

.site-header > * { position: relative; z-index: 1; }

.brand { display: inline-flex; align-items: center; gap: 17px; width: max-content; font-size: 22px; font-weight: 500; letter-spacing: 0.005em; }
.brand__mark { width: 54px; height: 34px; color: var(--sage-deep); }
.brand__mark path { fill: none; stroke: currentColor; stroke-width: 1.05; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { position: absolute; left: 561px; display: flex; justify-content: center; align-items: center; gap: clamp(28px, 4vw, 58px); }
.main-nav a { position: relative; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.01em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--orange); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.header-actions { position: absolute; right: 26px; display: flex; justify-content: flex-end; gap: 12px; }
.round-button { position: relative; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.round-button:hover { background: white; transform: translateY(-2px); }
.round-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.favourite-count { position: absolute; right: -2px; top: -2px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: var(--orange); color: white; font-size: 11px; }
.menu-button { display: none; border: 0; background: transparent; }

.hero { position: relative; height: var(--hero-height, 674px); margin: 0 14px; overflow: hidden; background: var(--hero-wave-back, var(--sage-wave)); isolation: isolate; }
.hero::after { content: none; }
.hero__copy { position: relative; z-index: 4; width: 46%; padding: 112px 0 0 64px; }
.hero__copy h1 { max-width: 520px; margin: 0; font: 500 clamp(58px, 5.21vw, 75px)/.92 var(--display); letter-spacing: -2.6px; white-space: pre-line; }
.hero__copy p { max-width: 500px; margin: 20px 0 0 1px; color: var(--muted); font-size: 18px; font-weight: 400; line-height: 1.4; }
.hero__visual { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.hero__media { position: absolute; z-index: 0; inset: 0 0 0 37.393%; overflow: hidden; }
.hero__media::after { content: none; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: fill; transform: scale(var(--hero-image-scale, 1)); transform-origin: var(--hero-image-x, 54%) var(--hero-image-y, 48%); }
.hero__shape-stack { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero__shape { vector-effect: non-scaling-stroke; transform-box: fill-box; transform-origin: center; }
.hero__shape--left { fill: var(--hero-left, var(--sage)); }
.hero__shape--wave-back { fill: var(--hero-wave-back, var(--sage-wave)); }
.hero__shape--wave-front { fill: var(--hero-wave-front, var(--sage-mid)); }
.hero__shape-set--mobile { display: none; }
.hero__engraving { position: absolute; z-index: 3; left: 26px; bottom: 112px; width: 455px; opacity: 0.39; mix-blend-mode: multiply; }

.hero-motion-toggle {
  position: absolute;
  z-index: 7;
  right: 28px;
  bottom: 122px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: rgba(250, 247, 241, .74);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 26px rgba(55, 49, 39, .1);
  cursor: pointer;
}
.hero-motion-toggle svg { width: 23px; fill: none; stroke: var(--ink); stroke-width: 1.5; stroke-linecap: round; }
.hero-motion-toggle[aria-pressed="true"] svg { opacity: .45; }

@media (prefers-reduced-motion: no-preference) {
  .hero[data-hero-motion="on"]:not(.is-motion-paused) .hero__shape--left { animation: hero-liquid-left var(--hero-motion-duration, 18s) ease-in-out 1 both; }
  .hero[data-hero-motion="on"]:not(.is-motion-paused) .hero__shape--wave-back { animation: hero-liquid-back calc(var(--hero-motion-duration, 18s) * 1.14) ease-in-out 1 both; }
  .hero[data-hero-motion="on"]:not(.is-motion-paused) .hero__shape--wave-front { animation: hero-liquid-front calc(var(--hero-motion-duration, 18s) * .86) ease-in-out 1 both; }
}

@keyframes hero-liquid-left {
  0% { transform: translate3d(calc(var(--hero-motion-shift, 12px) * -.28), 0, 0) scaleX(.998); }
  55% { transform: translate3d(calc(var(--hero-motion-shift, 12px) * .34), calc(var(--hero-motion-shift, 12px) * -.22), 0) scaleX(1.006); }
  100% { transform: translate3d(var(--hero-motion-shift, 12px), calc(var(--hero-motion-shift, 12px) * .18), 0) scaleX(1.012); }
}
@keyframes hero-liquid-back {
  0% { transform: translate3d(calc(var(--hero-motion-shift, 12px) * -.75), calc(var(--hero-motion-shift, 12px) * .28), 0) scaleX(1.018); }
  100% { transform: translate3d(calc(var(--hero-motion-shift, 12px) * .75), calc(var(--hero-motion-shift, 12px) * -.42), 0) scaleX(1.035); }
}
@keyframes hero-liquid-front {
  0% { transform: translate3d(calc(var(--hero-motion-shift, 12px) * -.55), calc(var(--hero-motion-shift, 12px) * -.18), 0) scaleX(1.026); }
  100% { transform: translate3d(calc(var(--hero-motion-shift, 12px) * .58), calc(var(--hero-motion-shift, 12px) * .4), 0) scaleX(1.012); }
}

.search-form {
  position: absolute;
  z-index: 5;
  left: 48px;
  bottom: 227px;
  width: min(700px, calc(100% - 96px));
  min-height: 96px;
  display: grid;
  grid-template-columns: 172px 172px 142px 194px;
  align-items: stretch;
  padding: 10px;
  border-radius: 20px;
  background: rgba(250, 247, 241, 0.97);
  box-shadow: 0 16px 40px rgba(55, 44, 33, 0.12);
}
.search-form > button { margin-left: 10px; }
.search-form label { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 0 12px; border-right: 1px solid var(--line); }
.search-form label > span { font-size: 11px; font-weight: 500; color: var(--ink); }
.search-form input, .search-form select { width: 100%; min-width: 0; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 13px; outline: none; }
.search-form input[type="date"]::-webkit-calendar-picker-indicator { opacity: .48; cursor: pointer; }
.search-form button, .contact-form > button, .catalog-more {
  border: 0;
  border-radius: 15px;
  background: var(--orange);
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.search-form button:hover, .contact-form > button:hover, .catalog-more:hover { background: var(--orange-dark); transform: translateY(-2px); }

.benefits {
  position: absolute;
  z-index: 6;
  isolation: isolate;
  left: 14px;
  right: 14px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 104px;
  margin: 0;
  padding: 14px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 54px;
  background: rgba(250, 247, 241, .88);
  box-shadow: none;
}
.benefit { position: relative; z-index: 1; display: flex; align-items: center; justify-content: flex-start; gap: 18px; padding: 0 0 0 126px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefits__divider { display: none; }
.benefit__icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--sage); }
.benefit__icon svg { width: 23px; height: 23px; fill: none; stroke: var(--ink); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.benefit span:last-child { font-size: 13px; }

.catalog-section, .districts-section, .about-section, .faq-section, .contacts-section { padding: clamp(80px, 8vw, 126px) clamp(32px, 5vw, 76px); }
.catalog-section { padding-top: 18px; background: var(--cream); }
.section-heading { max-width: 820px; }
.section-heading--catalog { display: none; }
.eyebrow { margin: 0 0 18px; color: var(--sage-deep); font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }
.section-heading h2, .about-section h2, .faq-section h2, .contacts-section h2 { margin: 0; font: 400 clamp(43px, 4.4vw, 70px)/1.12 var(--display); letter-spacing: -0.045em; }
.section-heading > p:last-child, .section-heading > div > p:last-child, .about-section__lead, .faq-section__intro > p, .contacts-section__copy > p { color: var(--muted); font-size: 19px; line-height: 1.55; }
.section-heading > div > p:last-child { margin: 14px 0 0; }
.catalog-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; padding-bottom: 8px; }
.catalog-filters button { padding: 13px 21px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 14px; cursor: pointer; }
.catalog-filters button.is-active { background: var(--sage-deep); color: white; border-color: var(--sage-deep); }

.apartment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 2.3vw, 38px); margin-top: 0; }
.apartment-card { position: relative; min-width: 0; }
.apartment-card[hidden] { display: none; }
.apartment-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 18px; background: #ddd5c8; }
.apartment-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.apartment-card:hover .apartment-card__media img { transform: scale(1.035); }
.card-favourite { position: absolute; right: 15px; top: 15px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(250, 247, 241, .95); cursor: pointer; }
.card-favourite svg { width: 21px; fill: none; stroke: var(--ink); stroke-width: 1.45; }
.card-favourite.is-active svg { fill: var(--orange); stroke: var(--orange); }
.apartment-card__body { padding: 20px 4px 0; }
.apartment-card h3 { margin: 0; font: 400 clamp(25px, 2vw, 32px)/1.2 var(--display); letter-spacing: -0.035em; }
.apartment-card h3 a:hover { color: var(--orange-dark); }
.apartment-card__meta { margin: 10px 0 18px; color: var(--muted); font-size: 14px; }
.apartment-card__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.apartment-card__price { margin: 0; font: 400 24px/1 var(--display); }
.apartment-card__price span { margin-left: 8px; color: var(--muted); font: 12px/1.4 var(--sans); }
.card-book { padding: 11px 14px; border: 0; border-bottom: 1px solid var(--orange); background: transparent; color: var(--orange-dark); font-size: 12px; text-transform: uppercase; cursor: pointer; }
.catalog-more { display: block; min-width: 270px; margin: 50px auto 0; padding: 19px 30px; }
.catalog-status { min-height: 24px; margin: 24px 0 0; text-align: center; color: var(--muted); }

.districts-section { position: relative; overflow: hidden; border-radius: 46px; background: var(--sage); }
.districts-section .section-heading { position: relative; z-index: 2; }
.architectural-panorama {
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
}
.districts-section__engraving {
  position: absolute;
  right: -58px;
  top: 20px;
  width: min(760px, 54%);
  opacity: .62;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}
.district-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3.4vw, 54px); align-items: end; margin-top: 68px; }
.district-card--raised { transform: translateY(-34px); }
.district-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 18px; }
.district-card h3 { margin: 18px 0 6px; font: 400 clamp(27px, 2.3vw, 36px)/1.2 var(--display); letter-spacing: -0.04em; }
.district-card p { margin: 0; color: var(--muted); }

.about-section { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); gap: clamp(52px, 7vw, 108px); align-items: center; background: var(--cream-soft); }
.about-section__media img { width: 100%; max-height: 840px; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; border-radius: 22px; }
.about-section__lead { max-width: 680px; margin: 24px 0 34px; }
.service-list { margin: 0; padding: 0; list-style: none; counter-reset: services; }
.service-list li { counter-increment: services; display: grid; grid-template-columns: 72px 1fr; align-items: center; min-height: 88px; border-top: 1px solid var(--sage-line); font: 400 clamp(22px, 2vw, 30px)/1.2 var(--display); }
.service-list li::before { content: "0" counter(services); color: var(--sage-deep); font: 400 40px/1 var(--display); }
.about-section blockquote { margin: 42px 0 0; padding: 0; }
.about-section blockquote p { margin: 0; max-width: 690px; font: italic 400 clamp(23px, 2vw, 31px)/1.38 var(--display); }
.about-section cite { display: block; margin-top: 14px; color: var(--muted); font-style: normal; }

.faq-section { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 7vw, 110px); background: var(--cream); }
.faq-section__intro { position: relative; }
.faq-section__intro > p:not(.eyebrow) { max-width: 430px; }
.faq-section__intro img { width: 126%; max-width: 600px; margin: 44px 0 0 -11%; opacity: .58; }
.faq-section__intro .architectural-panorama--faq {
  -webkit-mask-image: radial-gradient(ellipse 74% 88% at 50% 51%, #000 64%, transparent 100%);
  mask-image: radial-gradient(ellipse 74% 88% at 50% 51%, #000 64%, transparent 100%);
}
.faq-list { border-top: 1px solid var(--sage-line); }
.faq-item { border-bottom: 1px solid var(--sage-line); }
.faq-item summary { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; font: 400 clamp(23px, 2vw, 31px)/1.3 var(--display); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--sage-deep); border-radius: 50%; color: var(--sage-deep); font: 300 28px/1 var(--sans); transition: transform .25s ease; }
.faq-item[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-item div { padding: 0 70px 28px 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.contacts-section { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(70px, 8vw, 130px); overflow: hidden; background: var(--sage); }
.contacts-section::before { content: ""; position: absolute; left: -8%; right: -5%; top: -82px; height: 120px; border-radius: 50%; background: var(--cream); }
.contacts-section__copy, .contact-form { position: relative; z-index: 1; }
.contacts-section__copy h2 { max-width: 600px; }
.contacts-section__copy > p:not(.eyebrow) { max-width: 480px; }
.contacts-section__copy > a { display: inline-block; margin-top: 22px; font: 400 clamp(26px, 2.5vw, 39px)/1 var(--display); }
.contacts-section__copy img { width: min(680px, 138%); margin: 26px 0 -96px -82px; opacity: .6; }
.contacts-section__copy .architectural-panorama--contacts {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  mask-composite: intersect;
}
.contact-form { align-self: center; display: grid; gap: 28px; }
.contact-form > label:not(.contact-form__consent) { display: grid; gap: 12px; }
.contact-form > label > span { color: var(--muted); }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; padding: 4px 0 15px; border: 0; border-bottom: 1px solid rgba(47, 32, 26, .35); border-radius: 0; background: transparent; color: var(--ink); outline: 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }
.contact-form__consent { display: flex; align-items: flex-start; gap: 10px; max-width: 570px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.contact-form__consent input { margin-top: 3px; accent-color: var(--orange); }
.contact-form__consent a { text-decoration: underline; }
.contact-form > button { justify-self: start; min-width: 235px; padding: 19px 30px; }
.contact-form__status { min-height: 22px; margin: -12px 0 0; color: var(--muted); }

.site-footer { padding: 42px clamp(32px, 5vw, 76px) 26px; background: var(--cream); }
.site-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 38px; }
.site-footer__identity { display: grid; justify-items: start; gap: 10px; }
.brand--footer { font-family: var(--display); line-height: 1.1; }
.site-footer__tagline { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px 48px; color: var(--muted); }
.site-footer nav.site-footer__socials { display: flex; justify-content: flex-start; gap: 18px; font-size: 12px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer__bottom div { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer__notice { max-width: 520px; line-height: 1.5; }

.booking-host { position: fixed; left: -100vw; top: 0; width: 420px; height: 800px; overflow: hidden; pointer-events: none; opacity: 0; }
.favourites-dialog { width: min(680px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 30px; border: 0; border-radius: 28px; background: var(--cream-soft); color: var(--ink); box-shadow: var(--shadow); }
.favourites-dialog::backdrop { background: rgba(47, 32, 26, .38); backdrop-filter: blur(4px); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.dialog-head h2 { margin: 0; font: 400 34px/1.2 var(--display); }
.dialog-head button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; cursor: pointer; }
.favourite-row { display: grid; grid-template-columns: 100px 1fr auto; gap: 16px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.favourite-row img { width: 100px; height: 72px; object-fit: cover; border-radius: 10px; }
.favourite-row strong { font: 400 19px/1.3 var(--display); }
.favourite-row button { border: 0; background: transparent; color: var(--orange-dark); cursor: pointer; }

.cookie-consent { position: fixed; z-index: 100; right: 18px; bottom: 18px; width: min(560px, calc(100% - 36px)); padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream-soft); box-shadow: var(--shadow); }
.cookie-consent > div { display: grid; gap: 14px; }
.cookie-consent p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cookie-consent a { text-decoration: underline; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-consent button { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.cookie-consent button:last-child { border-color: var(--orange); background: var(--orange); color: white; }

.apartment-page, .legal-page, .legal-page-header, .not-found { width: min(1260px, calc(100% - 40px)); margin-inline: auto; }
.apartment-page { padding: 42px 0 100px; }
.apartment-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; color: var(--muted); font-size: 13px; }
.apartment-page__header { max-width: 900px; margin-bottom: 38px; }
.apartment-page__header h1, .legal-page h1, .not-found h1 { margin: 0; font: 400 clamp(45px, 6vw, 80px)/1.08 var(--display); letter-spacing: -0.05em; }
.apartment-page__gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.apartment-page__gallery img, .apartment-page__gallery video { width: 100%; height: 100%; min-height: 300px; max-height: 720px; object-fit: cover; border-radius: 18px; }
.apartment-page__gallery > :first-child { grid-row: span 2; }
.apartment-page__details { display: grid; grid-template-columns: 1fr 360px; gap: 70px; margin-top: 56px; }
.apartment-page__details h2 { font: 400 33px/1.2 var(--display); }
.apartment-page__details p, .apartment-page__details li { color: var(--muted); line-height: 1.65; }
.apartment-page__details aside { align-self: start; position: sticky; top: 20px; display: grid; gap: 10px; padding: 28px; border-radius: 22px; background: var(--sage); }
.apartment-page__details aside > strong { font: 400 29px/1.2 var(--display); }
.apartment-page__details dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.apartment-page__details dl div { display: grid; gap: 4px; }
.apartment-page__details dt { color: var(--muted); font-size: 12px; }
.card-action--primary { margin-top: 12px; padding: 16px 20px; border-radius: 15px; background: var(--orange); color: white; text-align: center; }

.legal-document-page { min-height: 100vh; background: var(--cream); }
.legal-page-header { display: flex; justify-content: space-between; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.legal-page-header__brand { font-family: var(--display); }
.legal-page { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; padding-block: 70px 110px; }
.legal-page article { min-width: 0; }
.legal-page__body { margin-top: 40px; }
.legal-page__body p { color: var(--muted); line-height: 1.7; }
.legal-page__notice { padding: 18px; border-left: 3px solid var(--orange); background: white; }
.legal-page aside { align-self: start; position: sticky; top: 20px; display: grid; gap: 12px; padding: 24px; border-radius: 20px; background: var(--sage); }
.legal-page aside h2 { font: 400 24px/1.2 var(--display); }
.legal-page aside dl { font-size: 12px; }
.not-found { min-height: 70vh; display: grid; align-content: center; gap: 20px; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 10px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px; border-radius: 22px; background: var(--cream-soft); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px; }
  .header-actions { display: none; }
  .menu-button { display: grid; justify-self: end; gap: 6px; width: 48px; height: 48px; place-content: center; cursor: pointer; }
  .menu-button span:not(.sr-only) { width: 24px; height: 1px; background: var(--ink); }
  .hero__copy { width: 52%; }
  .hero__media { left: 37.393%; }
  .search-form { width: min(600px, calc(100% - 52px)); left: 26px; grid-template-columns: 1fr 1fr .85fr 1.08fr; }
  .search-form > button { margin-left: 0; }
  .benefits { padding-inline: 20px; }
  .benefit { justify-content: center; padding-inline: 12px; gap: 10px; }
  .benefit span:last-child { font-size: 13px; }
  .section-heading--catalog { align-items: flex-start; flex-direction: column; }
  .catalog-filters { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .page-shell { width: 100%; margin: 0; border-radius: 0; background: var(--sage); }
  .site-header { width: calc(100% - 20px); min-height: 64px; margin: 8px 10px -14px; padding: 6px 8px 6px 16px; border-radius: 32px; }
  .brand { gap: 12px; font-size: 18px; }
  .brand__mark { width: 38px; }
  .hero { height: auto; min-height: 760px; padding-bottom: 24px; display: flex; flex-direction: column; background: var(--hero-left, var(--sage)); }
  .hero::after { display: none; }
  .hero__copy { width: auto; padding: 51px 24px 27px; }
  .hero__copy h1 { max-width: 100%; overflow-wrap: anywhere; font-size: 50px; line-height: .96; letter-spacing: -1.8px; }
  .hero__copy p { width: 260px; margin-top: 20px; margin-left: 0; font-size: 17px; line-height: 25px; }
  .hero__visual { position: relative; inset: auto; order: 2; width: 100%; height: 300px; flex: 0 0 auto; }
  .hero__media { inset: 0; width: 100%; height: 100%; margin: 0; }
  .hero__shape-set--desktop { display: none; }
  .hero__shape-set--mobile { display: block; }
  .hero__engraving { display: none; }
  .hero-motion-toggle { top: 570px; right: 18px; bottom: auto; }
  .search-form { position: relative; order: 3; inset: auto; width: calc(100% - 32px); min-height: 0; margin: -28px auto 0; grid-template-columns: 1fr 1fr; gap: 0; }
  .search-form label { min-height: 65px; border-bottom: 1px solid var(--line); }
  .search-form label:nth-child(2) { border-right: 0; }
  .search-form label:nth-child(3) { border-bottom: 0; }
  .search-form button { min-height: 43px; }
  .benefits { position: relative; inset: auto; order: 4; width: calc(100% - 20px); grid-template-columns: repeat(2, 1fr); margin: -14px 10px 18px; border-radius: 34px; }
  .benefit { min-height: 78px; border-bottom: 1px solid var(--line); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(n+3) { border-bottom: 0; }
  .apartment-grid { grid-template-columns: 1fr; }
  .apartment-card { max-width: 620px; }
  .district-grid { grid-template-columns: 1fr; }
  .district-card, .district-card--raised { transform: none; }
  .district-card img { aspect-ratio: 4 / 3; }
  .about-section, .faq-section, .contacts-section { grid-template-columns: 1fr; }
  .about-section__media img { max-height: 680px; aspect-ratio: 4 / 5; }
  .faq-section__intro img { display: none; }
  .contacts-section__copy img { margin-bottom: -40px; }
  .site-footer__top, .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
  .apartment-page__gallery { grid-template-columns: 1fr; }
  .apartment-page__gallery > :first-child { grid-row: auto; }
  .apartment-page__details, .legal-page { grid-template-columns: 1fr; }
  .apartment-page__details aside, .legal-page aside { position: static; }
}

/* Current Figma sections: nodes 99:2–106:21 and 81:2–89:2. */
.figma-catalog,
.figma-map,
.figma-why,
.figma-rules,
.figma-management,
.figma-nearby {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
  overflow: hidden;
  background: #f5f0e8;
  color: #2c1912;
}

.figma-kicker {
  margin: 0;
  font-family: "Mont", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.03em;
  color: #7a846f;
}

.figma-catalog {
  padding: 40px 30px 24px;
}

.figma-catalog .apartment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.figma-catalog .apartment-card {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  aspect-ratio: 1380 / 820;
  container-type: inline-size;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.figma-catalog .apartment-card__primary-link {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  border-radius: 2.173913cqi;
  color: inherit;
  cursor: pointer;
}

.figma-catalog .apartment-card__primary-link:focus-visible {
  outline: 3px solid #2f201a;
  outline-offset: 4px;
}

.figma-catalog .apartment-card::before,
.figma-catalog .apartment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 2.173913cqi;
}

.figma-catalog .apartment-card::before {
  z-index: 0;
  background: #ddd5c8;
  box-shadow:
    0 .57971cqi 1.73913cqi rgba(44, 25, 18, .08),
    0 1.73913cqi 4.347826cqi rgba(44, 25, 18, .06);
}

.figma-catalog .apartment-card::after {
  z-index: 4;
  border: .086956522cqi solid rgba(79, 91, 70, .7);
}

.figma-catalog .apartment-card__media {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 2.173913cqi;
}

.figma-catalog .apartment-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: none;
}

.figma-catalog .apartment-card:hover .apartment-card__media img { transform: none; }

.figma-catalog .apartment-card__body {
  position: absolute;
  z-index: 2;
  left: 49.768116cqi;
  top: 0;
  display: block;
  width: 50.231884cqi;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.figma-catalog .apartment-card__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 0 2.173913cqi 2.173913cqi 0;
  background: rgba(250, 247, 241, .72);
  -webkit-backdrop-filter: blur(.869565cqi) saturate(.9);
  backdrop-filter: blur(.869565cqi) saturate(.9);
  box-shadow:
    inset .086956522cqi 0 rgba(255, 255, 255, .72),
    -1.15942cqi 0 2.898551cqi rgba(44, 25, 18, .08);
}

.figma-catalog .apartment-card h3 {
  position: absolute;
  left: 4.782609cqi;
  top: 5.492754cqi;
  width: 45.449275cqi;
  max-width: none;
  height: 12.681159cqi;
  max-height: 12.681159cqi;
  margin: 0;
  overflow: hidden;
  font: 400 4.8cqi/4.927536cqi "PT Serif", serif;
  letter-spacing: 0;
}

.figma-catalog .apartment-card__primary-link,
.figma-map-card a {
  color: inherit;
  text-decoration: none;
}

.figma-catalog .apartment-card__location,
.figma-catalog .apartment-card__meta {
  position: absolute;
  width: 39.130435cqi;
  height: 2.391304cqi;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  font: 500 2.028986cqi/1.594203cqi "Montserrat Figma", sans-serif;
  letter-spacing: -.03em;
  white-space: nowrap;
  color: #3a382f;
}

.figma-catalog .apartment-card__location {
  left: 8.405797cqi;
  top: 20.637681cqi;
}

.figma-catalog .apartment-card__meta {
  left: 4.927536cqi;
  top: 27.231884cqi;
}

.figma-catalog .apartment-card__pin,
.figma-catalog .apartment-card__pin img,
.figma-catalog .apartment-card__rule,
.figma-catalog .apartment-card__rule img,
.figma-catalog .apartment-card__link-rule,
.figma-catalog .apartment-card__link-rule img {
  position: absolute;
  display: block;
  max-width: none;
  margin: 0;
}

.figma-catalog .apartment-card__pin {
  inset: 0;
  pointer-events: none;
}

.figma-catalog .apartment-card__pin-outline {
  left: 4.963768cqi;
  top: 19.586957cqi;
  width: 2.463768cqi;
  height: 3.007094cqi;
}

.figma-catalog .apartment-card__pin-dot {
  left: 5.724638cqi;
  top: 20.275362cqi;
  width: .942029cqi;
  height: .942029cqi;
}

.figma-catalog .apartment-card__rule {
  left: 4.927536cqi;
  width: 39.130435cqi;
  height: .217391cqi;
}

.figma-catalog .apartment-card__rule img {
  inset: 0;
  width: 100%;
  height: 100%;
}

.figma-catalog .apartment-card__rule--location { top: 24.188406cqi; }
.figma-catalog .apartment-card__rule--meta { top: 31.797101cqi; }

.figma-catalog .apartment-card__price {
  position: absolute;
  left: 5.072464cqi;
  top: 37.666667cqi;
  width: 28.985507cqi;
  height: 8.84058cqi;
  margin: 0;
  overflow: hidden;
  font: 700 4.637681cqi/3.768116cqi "PT Sans", sans-serif;
  white-space: nowrap;
}

.figma-catalog .apartment-card__price span {
  position: absolute;
  left: 0;
  top: 5cqi;
  display: block;
  width: 15.942029cqi;
  height: 3.84058cqi;
  margin: 0;
  font: 500 1.884058cqi/1.594203cqi "Montserrat Figma", sans-serif;
  color: #3a382f;
}

.figma-text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-width: 411px;
  padding: 0 0 18px;
  border-bottom: 2px solid #e67145;
  color: #e67145;
  font: 700 29px/1 "Mont", sans-serif;
  text-decoration: none;
}

.figma-catalog .apartment-card__link {
  position: absolute;
  left: 4.927536cqi;
  top: 49.768116cqi;
  display: block;
  width: 29.782609cqi;
  height: 3.369565cqi;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #6b2518;
  font: 700 2.101449cqi/1.73913cqi "Montserrat", sans-serif;
  text-decoration: none;
}

.figma-text-link span {
  font-size: 36px;
  line-height: 1;
}

.figma-catalog .apartment-card__link-label {
  position: absolute;
  left: 0;
  top: 0;
  font: inherit;
  white-space: nowrap;
}

.figma-catalog .apartment-card__link-arrow {
  position: absolute;
  left: 26.992754cqi;
  top: .030435cqi;
  width: 2.727957cqi;
  max-width: none;
  height: 1.73913cqi;
}

.figma-catalog .apartment-card__link-rule {
  left: 0;
  top: 3.152174cqi;
  width: 29.782609cqi;
  height: .217391cqi;
}

.figma-catalog .apartment-card__link-rule img {
  inset: 0;
  width: 100%;
  height: 100%;
}

.figma-catalog .catalog-more {
  display: block;
  margin: 36px auto 0;
}

.figma-catalog .catalog-more[hidden],
.figma-catalog .catalog-status:empty {
  display: none;
}

.figma-map > h2,
.figma-why > h2,
.figma-rules h2,
.figma-management > h2,
.figma-nearby > h2 {
  margin: 16px 0 0;
  font: 400 62px/1.05 "PT Serif", serif;
  letter-spacing: -.022em;
}

.figma-map {
  height: 778px;
}

.figma-map > h2 {
  position: absolute;
  left: 58px;
  top: 40px;
  width: 780px;
  margin: 0;
  font-size: 54px;
  line-height: 60px;
}

.figma-map__count {
  position: absolute;
  left: 970px;
  top: 80px;
  margin: 0;
  color: #7a846f;
  font: 600 12px/16px "Mont", sans-serif;
}

.figma-map__canvas {
  position: absolute;
  left: 50px;
  top: 128px;
  width: 850px;
  height: 620px;
  overflow: hidden;
  border-radius: 24px;
  background: #e9e5dd;
}

.figma-map__fallback,
.figma-map__viewport {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.figma-map__fallback {
  object-fit: cover;
}

.figma-map__viewport {
  z-index: 1;
  background: transparent;
}

.figma-map__viewport.leaflet-container {
  background: transparent;
  font-family: "Montserrat Figma", sans-serif;
}

.figma-map__marker {
  border: 0;
  background: transparent;
}

.figma-map__pin {
  --map-pin-background: #faf7f1;
  --map-pin-border: #7a846f;
  position: absolute;
  left: 50%;
  top: 4px;
  display: grid;
  isolation: isolate;
  place-items: center;
  transform: translateX(-50%);
  transform-origin: 50% calc(100% + 7px);
  width: 82px;
  min-width: 82px;
  height: 36px;
  padding: 0;
  overflow: visible;
  border: 1px solid var(--map-pin-border);
  border-radius: 18px;
  background: var(--map-pin-background);
  color: #2c1912;
  font: 500 12px/1 "Montserrat Figma", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
  transition-property: color, background-color, border-color, box-shadow, scale;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
}

.figma-map__pin::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -4.3px;
  width: 13px;
  height: 13px;
  border-right: 1px solid var(--map-pin-border);
  border-bottom: 1px solid var(--map-pin-border);
  background: var(--map-pin-background);
  pointer-events: none;
  transform: translateX(-50%) rotate(45deg);
}

.figma-map__pin::after {
  content: none;
}

.figma-map__marker:hover .figma-map__pin {
  scale: 1.035;
}

.figma-map__marker:focus-visible {
  outline: 0;
}

.figma-map__marker:focus-visible .figma-map__pin {
  outline: 2px solid #2c1912;
  outline-offset: 3px;
}

.figma-map__marker.is-active .figma-map__pin {
  --map-pin-background: #e67145;
  --map-pin-border: #e67145;
  width: 92px;
  min-width: 92px;
  border: 0;
  border-radius: 17px;
  background: var(--map-pin-background);
  color: #fffaf2;
}

.figma-map__pin--cluster {
  display: flex;
  width: 116px;
  min-width: 116px;
  padding: 0;
}

.figma-map__cluster-price {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 0 0 82px;
  height: 100%;
  padding: 0;
  place-items: center;
}

.figma-map__cluster-count {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 0 0 33px;
  align-self: stretch;
  height: auto;
  margin: -1px -1px -1px 0;
  place-items: center;
  border-left: 1px solid rgba(122, 132, 111, .45);
  border-radius: 0 18px 18px 0;
  color: #fffaf2;
  background: #7a846f;
  font-weight: 600;
}

.figma-map__marker.is-active .figma-map__pin--cluster {
  width: 126px;
  min-width: 126px;
}

.figma-map__marker.is-active .figma-map__cluster-price {
  flex-basis: 92px;
}

.figma-map__marker.is-active .figma-map__cluster-count {
  flex-basis: 34px;
  height: 100%;
  margin: 0;
  border-left-color: rgba(255, 250, 242, .45);
  border-radius: 0 17px 17px 0;
  background: #b85332;
}

.figma-map__canvas .leaflet-control-zoom {
  overflow: hidden;
  border: 1px solid rgba(122, 132, 111, .55);
  border-radius: 13px;
  box-shadow: 0 5px 16px rgba(44, 25, 18, .12);
}

.figma-map__canvas .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  border-color: rgba(122, 132, 111, .32);
  color: #2c1912;
  background: rgba(250, 247, 241, .95);
  font: 400 22px/32px "Montserrat Figma", sans-serif;
}

.figma-map__canvas .leaflet-control-zoom a:hover,
.figma-map__canvas .leaflet-control-zoom a:focus-visible {
  color: #fffaf2;
  background: #e67145;
}

.figma-map__canvas .leaflet-control-attribution {
  padding: 2px 5px;
  color: #5f6955;
  background: rgba(250, 247, 241, .82);
  font: 500 8px/1.35 "Montserrat Figma", sans-serif;
}

.figma-map__canvas .leaflet-control-attribution a {
  color: #3e4636;
}

.figma-map__list {
  position: absolute;
  left: 950px;
  top: 128px;
  display: grid;
  width: 430px;
  gap: 22px;
  align-content: start;
}

.figma-map-card {
  position: relative;
  height: 176px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d5cfc7;
  border-radius: 20px;
  background: #faf7f1;
}

.figma-map-card[hidden],
.figma-map__empty[hidden] {
  display: none;
}

.figma-map-card.is-active {
  border: 1.2px solid #e67145;
}

.figma-map-card img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 154px;
  height: 144px;
  border-radius: 14px;
  object-fit: cover;
}

.figma-map-card h3 {
  position: absolute;
  left: 193px;
  top: 21px;
  width: 215px;
  margin: 0;
  font: 400 24px/27px "PT Serif", serif;
}

.figma-map-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.figma-map-card__meta {
  position: absolute;
  left: 193px;
  top: 90px;
  width: 220px;
  margin: 0;
  overflow: hidden;
  color: #7a846f;
  font: 500 11px/15px "Montserrat Figma", sans-serif;
  letter-spacing: -.33px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.figma-map-card__action {
  position: absolute;
  left: 193px;
  top: 123px;
  display: flex;
  width: 220px;
  margin: 0;
  align-items: baseline;
  justify-content: space-between;
  white-space: nowrap;
}

.figma-map-card__action span {
  color: #2c1912;
  font: 400 18px/22px "PT Serif", serif;
}

.figma-map-card__action i {
  display: none;
  font-style: normal;
}

.figma-map-card__action a {
  color: #e67145;
  font: 500 11px/15px "Montserrat Figma", sans-serif;
}

.figma-map__empty {
  margin: 32px 0 0;
  color: #7a846f;
  font: 500 13px/1.5 "Montserrat Figma", sans-serif;
}

.figma-why {
  height: 810px;
  text-align: center;
}

.figma-why > .figma-kicker {
  position: absolute;
  left: 500px;
  top: 61px;
  width: 440px;
}

.figma-why > h2 {
  position: absolute;
  left: 120px;
  top: 90px;
  width: 1200px;
  margin: 0;
  font-size: 54px;
  line-height: 60px;
}

.figma-why__proofs {
  position: absolute;
  z-index: 3;
  left: 252px;
  top: 166px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 936px;
  height: 124px;
  padding: 11px 20px 9px;
  border: 1px solid #d5cfc7;
  border-radius: 24px;
  background: rgba(250, 247, 241, .95);
  box-shadow: 0 8px 24px rgba(44, 25, 18, .07);
}

.figma-proof {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 3px;
  border-right: 1px solid rgba(213, 207, 199, .7);
}

.figma-proof:last-child { border-right: 0; }

.figma-proof img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.figma-proof span {
  font: 600 10px/1.15 "Mont", sans-serif;
  color: #2c1912;
}

.figma-proof.is-accent span { color: #e67145; }

.figma-why__photo {
  position: absolute;
  left: 72px;
  top: 254px;
  width: 1296px;
  height: 448px;
  border-radius: 26px;
  object-fit: cover;
}

.figma-rules {
  min-height: 960px;
}

.figma-rules__field {
  position: absolute;
  left: -60px;
  top: -56px;
  width: 708px;
  height: calc(100% + 70px);
  border-radius: 140px 354px 140px 140px;
  background: #d8ddd0;
}

.figma-rules__intro {
  position: absolute;
  left: 72px;
  top: 92px;
  width: 540px;
}

.figma-rules h2 {
  margin: 0;
  font-size: 65px;
  line-height: 65px;
}

.figma-rules__intro > p {
  margin: 13px 0 0;
  color: #586b4a;
  font: 500 15px/1.4 "Montserrat Figma", sans-serif;
}

.figma-rules__intro > img {
  width: 520px;
  height: 520px;
  margin-top: 28px;
  border-radius: 24px;
  object-fit: cover;
}

.figma-rules__content {
  position: relative;
  z-index: 2;
  width: 620px;
  margin-left: 740px;
  padding-top: 112px;
  padding-bottom: 181px;
}

.figma-rules__list {
  position: relative;
  width: 100%;
}

.figma-rule {
  border-top: 1px solid #d5cfc7;
}

.figma-rule:last-child { border-bottom: 1px solid #d5cfc7; }

.figma-rule summary {
  display: grid;
  grid-template-columns: 64px 1fr 38px;
  align-items: center;
  min-height: 118px;
  list-style: none;
  cursor: pointer;
}

.figma-rule summary::-webkit-details-marker { display: none; }
.figma-rule summary > span { font: 400 35px/1 "PT Serif", serif; color: #7a846f; }
.figma-rule summary strong { font: 400 27px/1.2 "PT Serif", serif; }
.figma-rule summary i { position: relative; width: 30px; height: 30px; border: 1px solid #7a846f; border-radius: 50%; }
.figma-rule summary i::before,
.figma-rule summary i::after { content: ""; position: absolute; left: 8px; top: 14px; width: 12px; height: 1px; background: #7a846f; }
.figma-rule summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.figma-rule[open] summary i::after { transform: rotate(0); }
.figma-rule > p { margin: -25px 48px 27px 64px; color: #7a846f; font: 500 13px/1.45 "Montserrat Figma", sans-serif; }

.figma-rules__cta {
  position: relative;
  display: flex;
  width: max-content;
  margin-top: 134px;
  min-width: 286px;
  font-size: 15px;
}

.figma-rules__panorama {
  position: absolute;
  right: -50px;
  bottom: -44px;
  width: 1005px;
  height: 310px;
  opacity: .15;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.figma-management {
  height: 960px;
}

.figma-management > .figma-kicker {
  position: absolute;
  z-index: 4;
  left: 80px;
  top: 100px;
}

.figma-management > h2 {
  position: absolute;
  z-index: 4;
  left: 80px;
  top: 137px;
  width: 832px;
  margin: 0;
  white-space: pre-line;
  font-size: 64px;
  line-height: 68px;
}

.figma-management__panorama {
  position: absolute;
  left: 692px;
  top: 58px;
  width: 572px;
  height: 299px;
  opacity: .18;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.figma-management__route {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 299.4px;
  width: 1344px;
  height: 82px;
}

.figma-management__route--mobile { display: none; }
.figma-management__steps { position: absolute; inset: 0; z-index: 3; }
.figma-management-step { position: absolute; text-align: center; }
.figma-management-step img { position: absolute; object-fit: cover; }
.figma-management-step h3 { position: absolute; margin: 0; font: 400 27px/32px "PT Serif", serif; }
.figma-management-step p { position: absolute; margin: 0; color: #3e4636; font: 500 13px/19px "Montserrat Figma", sans-serif; }

.figma-management-step__number {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 8px solid #f5f0e8;
  border-radius: 50%;
  background: #7a846f;
  color: #fffaf2;
  font: 400 24px/1 "PT Serif", serif;
  box-shadow: 0 0 0 1px rgba(122, 132, 111, .7);
}

.figma-management-step--1 { left: 55px; top: 308px; width: 320px; height: 580px; }
.figma-management-step--1 .figma-management-step__number { left: 121px; top: 0; background: #e67145; }
.figma-management-step--1 h3 { left: 0; top: 100px; width: 320px; color: #e67145; }
.figma-management-step--1 p { left: 0; top: 143px; width: 320px; }
.figma-management-step--1 img { left: 0; top: 220px; width: 320px; height: 538px; }

.figma-management-step--2 { left: 418px; top: 345px; width: 280px; height: 520px; }
.figma-management-step--2 .figma-management-step__number { left: 102px; top: 0; }
.figma-management-step--2 h3 { left: 0; top: 79px; width: 280px; }
.figma-management-step--2 p { left: 0; top: 119px; width: 280px; }
.figma-management-step--2 img { left: 0; top: 195px; width: 280px; height: 310px; border-radius: 50%; }

.figma-management-step--3 { left: 728px; top: 317px; width: 340px; height: 580px; }
.figma-management-step--3 .figma-management-step__number { left: 138px; top: 0; }
.figma-management-step--3 h3 { left: 0; top: 86px; width: 340px; }
.figma-management-step--3 p { left: 0; top: 124px; width: 340px; }
.figma-management-step--3 img { left: 0; top: 181px; width: 340px; height: 491px; border-radius: 170px 170px 24px 24px; }

.figma-management-step--4 { left: 1108px; top: 293px; width: 300px; height: 560px; }
.figma-management-step--4 .figma-management-step__number { left: 109px; top: 0; }
.figma-management-step--4 h3 { left: 0; top: 88px; width: 300px; }
.figma-management-step--4 p { left: 0; top: 129px; width: 300px; }
.figma-management-step--4 img { left: 0; top: 205px; width: 300px; height: 340px; border-radius: 50%; }

.figma-management__wave {
  position: absolute;
  z-index: 4;
  left: -77px;
  top: 507.2px;
  width: 1517px;
  max-width: none;
  height: 452.8px;
  pointer-events: none;
}

.figma-management__cta {
  position: absolute;
  z-index: 5;
  right: 58px;
  bottom: 48px;
  min-width: 248px;
  justify-content: flex-end;
  font-size: 15px;
}

.figma-nearby {
  height: 720px;
  z-index: 1;
  overflow: visible;
}

.figma-nearby__ribbon {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.figma-nearby__ribbon--desktop {
  inset: -96px 0 0;
  height: calc(100% + 192px);
}

.figma-nearby__ribbon--mobile { display: none; }

.figma-nearby__panorama {
  position: absolute;
  left: 706px;
  top: 58px;
  width: 620px;
  height: 207px;
  opacity: .08;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.figma-nearby > h2 {
  position: absolute;
  z-index: 2;
  left: 72px;
  top: 84px;
  width: 620px;
  margin: 0;
  font-size: 62px;
  line-height: 68px;
}

.figma-nearby__intro {
  position: absolute;
  z-index: 2;
  left: 74px;
  top: 162px;
  width: 540px;
  margin: 0;
  color: #7a846f;
  font: 500 16px/24px "Montserrat Figma", sans-serif;
}

.figma-nearby__feature {
  position: absolute;
  z-index: 2;
  left: 72px;
  top: 202px;
  width: 650px;
  height: 445px;
}

.figma-nearby__feature > img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.figma-nearby__feature > div {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 520px;
  height: 102px;
  padding: 20px 30px;
  border-radius: 18px;
  background: #faf7f1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

.figma-nearby__feature h3,
.figma-place h3 {
  margin: 0;
  font: 400 28px/32px "PT Serif", serif;
}

.figma-nearby__feature p,
.figma-place p {
  margin: 10px 0 0;
  color: #7a846f;
  font: 500 12px/16px "Montserrat Figma", sans-serif;
}

.figma-nearby__feature > div > span {
  position: absolute;
  right: 26px;
  top: 30px;
  color: #e67145;
  font-size: 28px;
}

.figma-nearby__places {
  position: absolute;
  z-index: 2;
  left: 780px;
  top: 214px;
  display: grid;
  width: 588px;
  max-height: 422px;
  gap: 22px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.figma-place {
  position: relative;
  height: 126px;
  padding: 23px 42px 18px 203px;
  overflow: hidden;
  border: 1px solid #d5cfc7;
  border-radius: 18px;
  background: #faf7f1;
}

.figma-place img {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 164px;
  height: 102px;
  border-radius: 13px;
  object-fit: cover;
}

.figma-place p span { color: #e67145; }

@media (min-width: 700px) and (max-width: 1099px) {
  .figma-catalog {
    padding: 32px 24px 48px;
  }

  .figma-catalog .apartment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .figma-map { height: 720px; }
  .figma-map > h2 { left: 36px; top: 44px; width: 520px; font-size: 46px; line-height: 50px; }
  .figma-map__count { left: auto; right: 42px; top: 67px; }
  .figma-map__canvas { left: 32px; top: 128px; width: 58%; height: 556px; }
  .figma-map__list { left: 63%; top: 128px; width: 33%; gap: 14px; }
  .figma-map-card { height: 176px; padding: 0; }
  .figma-map-card img { left: 8px; right: 8px; top: 8px; width: calc(100% - 16px); height: 96px; }
  .figma-map-card h3 { left: 12px; top: 112px; width: calc(100% - 24px); font-size: 17px; line-height: 19px; }
  .figma-map-card__meta { display: none; }
  .figma-map-card__action { left: 12px; top: 151px; width: calc(100% - 24px); }
  .figma-map-card__action span { font-size: 11px; line-height: 14px; }
  .figma-map-card__action a { font-size: 9px; line-height: 13px; }

  .figma-why { height: 700px; }
  .figma-why > .figma-kicker { left: 20%; top: 62px; width: 60%; }
  .figma-why > h2 { left: 8%; top: 94px; width: 84%; font-size: 43px; line-height: 47px; }
  .figma-why__proofs { left: 8%; top: 174px; width: 84%; }
  .figma-why__photo { left: 5%; top: 286px; width: 90%; height: 370px; }

  .figma-rules { min-height: 820px; }
  .figma-rules__field { left: -70px; width: 48%; height: calc(100% + 80px); }
  .figma-rules__intro { left: 34px; top: 66px; width: 40%; }
  .figma-rules h2 { font-size: 48px; line-height: 49px; }
  .figma-rules__intro > img { width: 100%; height: 430px; }
  .figma-rules__content { width: 48%; margin-left: 48%; padding-top: 102px; padding-bottom: 105px; }
  .figma-rule summary { min-height: 102px; grid-template-columns: 50px 1fr 30px; }
  .figma-rule summary > span { font-size: 27px; }
  .figma-rule summary strong { font-size: 21px; }
  .figma-rule > p { margin-left: 50px; font-size: 11px; }
  .figma-rules__cta { margin-top: 147px; }

  .figma-management { height: 900px; padding: 52px 32px; }
  .figma-management > .figma-kicker,
  .figma-management > h2 { position: relative; left: auto; top: auto; }
  .figma-management > h2 { width: 520px; max-width: 75%; margin-top: 10px; font-size: 48px; line-height: 50px; }
  .figma-management__panorama { left: auto; right: 20px; top: 60px; width: 340px; height: 160px; }
  .figma-management__route,
  .figma-management__wave { display: none; }
  .figma-management__steps { position: absolute; left: 32px; right: 32px; top: 230px; bottom: 86px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .figma-management-step,
  .figma-management-step--1,
  .figma-management-step--2,
  .figma-management-step--3,
  .figma-management-step--4 { position: relative; inset: auto; width: auto; height: auto; overflow: hidden; border-radius: 22px; background: #faf7f1; text-align: left; }
  .figma-management-step img,
  .figma-management-step--1 img,
  .figma-management-step--2 img,
  .figma-management-step--3 img,
  .figma-management-step--4 img { left: 0; top: 0; width: 44%; height: 100%; border-radius: 0; }
  .figma-management-step h3,
  .figma-management-step--1 h3,
  .figma-management-step--2 h3,
  .figma-management-step--3 h3,
  .figma-management-step--4 h3 { left: 49%; top: 42px; width: 46%; color: #2c1912; font-size: 23px; }
  .figma-management-step p,
  .figma-management-step--1 p,
  .figma-management-step--2 p,
  .figma-management-step--3 p,
  .figma-management-step--4 p { left: 49%; top: 80px; width: 44%; text-align: left; }
  .figma-management-step .figma-management-step__number,
  .figma-management-step--1 .figma-management-step__number,
  .figma-management-step--2 .figma-management-step__number,
  .figma-management-step--3 .figma-management-step__number,
  .figma-management-step--4 .figma-management-step__number { left: calc(44% - 24px); top: 16px; width: 48px; height: 48px; border-width: 6px; font-size: 16px; }
  .figma-management__cta { right: 32px; bottom: 26px; }

  .figma-nearby { height: 650px; }
  .figma-nearby > h2 { left: 5%; top: 58px; font-size: 48px; }
  .figma-nearby__intro { left: 5%; top: 126px; width: 44%; font-size: 13px; }
  .figma-nearby__feature { left: 5%; top: 190px; width: 46%; height: 410px; }
  .figma-nearby__feature > div { left: 14px; width: calc(100% - 28px); padding-inline: 20px; }
  .figma-nearby__feature h3 { font-size: 22px; }
  .figma-nearby__feature p { font-size: 10px; }
  .figma-nearby__places { left: 54%; top: 190px; width: 41%; max-height: 410px; gap: 16px; }
  .figma-place { height: 126px; padding: 22px 12px 12px 42%; }
  .figma-place img { width: 36%; }
  .figma-place h3 { font-size: 20px; }
}

@media (max-width: 699px) {
  .figma-map,
  .figma-why,
  .figma-rules,
  .figma-management,
  .figma-nearby {
    width: min(100%, 390px);
    --mobile-content: calc(100% - 48px);
  }

  .figma-kicker { font-size: 11px; line-height: 14px; }

  .figma-map { height: 820px; }
  .figma-map > h2 { left: 24px; top: 52px; width: 220px; font-size: 40px; line-height: 42px; }
  .figma-map__count { display: none; }
  .figma-map__canvas { left: 24px; top: 150px; width: var(--mobile-content); height: 338px; border-radius: 22px; }
  .figma-map__fallback { content: url("/assets/figma/sections/map-mobile.png"); }
  .figma-map__pin { font-size: 12px; }
  .figma-map__list { left: 24px; top: 514px; width: var(--mobile-content); gap: 12px; }
  .figma-map-card { height: 82px; padding: 0; border-radius: 16px; }
  .figma-map-card img { left: 7px; top: 7px; width: 94px; height: 66px; border-radius: 12px; }
  .figma-map-card h3 { left: 115px; top: 12px; width: 208px; margin: 0; font-size: 15px; line-height: 17px; }
  .figma-map-card__meta { display: none; }
  .figma-map-card__action { left: 115px; top: 51px; width: 210px; justify-content: flex-start; gap: 6px; }
  .figma-map-card__action span,
  .figma-map-card__action a,
  .figma-map-card__action i { color: #7a846f; font: 500 10px/13px "Montserrat Figma", sans-serif; }
  .figma-map-card__action i { display: inline; }
  .figma-map-card.is-active .figma-map-card__action span,
  .figma-map-card.is-active .figma-map-card__action a,
  .figma-map-card.is-active .figma-map-card__action i { color: #e67145; }

  .figma-why { height: 820px; }
  .figma-why > .figma-kicker { left: 24px; top: 48px; width: var(--mobile-content); }
  .figma-why > h2 { left: 24px; top: 69px; width: var(--mobile-content); font-size: 34px; line-height: 38px; }
  .figma-why__proofs { left: 24px; top: 171px; grid-template-columns: repeat(2, 1fr); width: var(--mobile-content); height: 218px; padding: 4px 18px; border-radius: 20px; }
  .figma-proof { gap: 0; border-right: 0; }
  .figma-proof img { width: 70px; height: 70px; }
  .figma-proof span { width: 126px; font-size: 8px; line-height: 10px; }
  .figma-why__photo { left: 24px; top: 420px; width: var(--mobile-content); height: 360px; border-radius: 20px; }

  .figma-rules { min-height: 940px; }
  .figma-rules__field { left: -62.47px; top: -73px; width: 479.47px; height: 597.73px; border-radius: 0; background: url("/assets/figma/sections/rules-field-mobile.svg") 0 0 / 100% 100% no-repeat; }
  .figma-rules__intro { left: 24px; top: 66px; width: var(--mobile-content); }
  .figma-rules h2 { margin-left: -4px; font-size: 43px; line-height: 43px; }
  .figma-rules__intro > p { margin: 10px 0 0; font-size: 11px; line-height: 15px; }
  .figma-rules__intro > img { width: 100%; height: 295px; margin-top: 30px; border-radius: 20px; }
  .figma-rules__content { width: var(--mobile-content); margin-left: 24px; padding-top: 558px; padding-bottom: 35px; }
  .figma-rule summary { grid-template-columns: 46px 1fr 26px; min-height: 72px; }
  .figma-rule summary > span { font-size: 20px; }
  .figma-rule summary strong { font-size: 15px; }
  .figma-rule summary i { width: 26px; height: 26px; }
  .figma-rule summary i::before,
  .figma-rule summary i::after { left: 7px; top: 12px; width: 10px; }
  .figma-rule > p { margin: -14px 26px 15px 46px; font-size: 9px; line-height: 14px; }
  .figma-rules__cta { margin-top: 18px; min-width: 205px; padding-bottom: 9px; font-size: 10px; }
  .figma-rules__cta span { font-size: 16px; }
  .figma-rules__panorama { display: none; }

  .figma-management { height: 940px; }
  .figma-management > .figma-kicker { left: 24px; top: 28px; }
  .figma-management > h2 { left: 24px; top: 54px; width: var(--mobile-content); font-size: 42px; line-height: 44px; }
  .figma-management__panorama { left: 200px; top: 112px; width: 178px; height: 86px; opacity: .12; }
  .figma-management__route--desktop { display: none; }
  .figma-management__route--mobile { display: block; left: -3.5px; top: 221px; width: 406.5px; height: 560.69px; }
  .figma-management-step { inset: 0; width: 100%; height: 940px; text-align: left; }
  .figma-management-step__number { width: 35px; height: 35px; border-width: 5px; font-size: 14px; }
  .figma-management-step h3 { font-size: 22px; line-height: 26px; }
  .figma-management-step p { font-size: 9px; line-height: 13px; }

  .figma-management-step--1 .figma-management-step__number { left: 7.179%; top: 215px; }
  .figma-management-step--1 img { left: 6.154%; top: 224px; width: 28.718%; height: auto; aspect-ratio: 1; border-radius: 50%; }
  .figma-management-step--1 h3 { left: 70%; top: 237px; width: 25.641%; color: #e67145; }
  .figma-management-step--1 p { left: 40.256%; top: 273px; width: 52.821%; text-align: right; }

  .figma-management-step--2 .figma-management-step__number { left: 85.128%; top: 373px; }
  .figma-management-step--2 img { left: 65.897%; top: 373px; width: 28.718%; height: auto; aspect-ratio: 1; border-radius: 50%; }
  .figma-management-step--2 h3 { left: 6.154%; top: 400px; width: 52.821%; }
  .figma-management-step--2 p { left: 6.154%; top: 436px; width: 52.821%; }

  .figma-management-step--3 .figma-management-step__number { left: 4.359%; top: 546px; }
  .figma-management-step--3 img { left: 6.154%; top: 548px; width: 28.718%; height: auto; aspect-ratio: 1; border-radius: 50%; }
  .figma-management-step--3 h3 { left: 75.128%; top: 564px; width: 20.513%; }
  .figma-management-step--3 p { left: 40.513%; top: 597px; width: 52.821%; text-align: right; }

  .figma-management-step--4 .figma-management-step__number { left: 86.154%; top: 710px; }
  .figma-management-step--4 img { left: 65.128%; top: 710px; width: 28.718%; height: auto; aspect-ratio: 1; border-radius: 50%; }
  .figma-management-step--4 h3 { left: 9.487%; top: 741px; width: 52.821%; }
  .figma-management-step--4 p { left: 9.487%; top: 777px; width: 52.821%; }
  .figma-management__wave { display: none; }
  .figma-management__cta { left: 24px; right: auto; bottom: 18px; width: var(--mobile-content); min-width: 0; height: 44px; justify-content: center; padding: 0; border: 0; border-radius: 9px; background: #e67145; color: #fffaf2; font-size: 10px; }
  .figma-management__cta span { font-size: 14px; }

  .figma-nearby { height: 880px; }
  .figma-nearby__ribbon--desktop { display: none; }
  .figma-nearby__ribbon--mobile {
    display: block;
    height: calc(100% + 60px);
  }
  .figma-nearby__panorama { left: 120px; top: 126px; width: 280px; height: 93px; opacity: .08; }
  .figma-nearby > h2 { left: 24px; top: 58px; width: var(--mobile-content); font-size: 42px; line-height: 46px; }
  .figma-nearby__intro { left: 24px; top: 116px; width: var(--mobile-content); font-size: 13px; line-height: 20px; }
  .figma-nearby__feature { left: 24px; top: 176px; width: var(--mobile-content); height: 284px; }
  .figma-nearby__feature > img { border-radius: 20px; }
  .figma-nearby__feature > div { left: 18px; bottom: -24px; width: calc(100% - 36px); height: 76px; padding: 13px 16px; border-radius: 16px; }
  .figma-nearby__feature h3 { font-size: 19px; line-height: 22px; }
  .figma-nearby__feature p { margin-top: 8px; font-size: 10px; line-height: 14px; }
  .figma-nearby__feature > div > span { display: none; }
  .figma-nearby__places { left: 24px; top: 506px; width: var(--mobile-content); max-height: 292px; gap: 14px; }
  .figma-place { height: 88px; padding: 17px 18px 10px 119px; border-radius: 16px; }
  .figma-place img { left: 7px; top: 7px; width: 96px; height: 72px; border-radius: 13px; }
  .figma-place h3 { font-size: 18px; line-height: 21px; }
  .figma-place p { margin-top: 12px; font-size: 10px; line-height: 14px; }
}

@media (max-width: 350px) {
  .figma-why > h2 { font-size: 28px; line-height: 31px; }
  .figma-rules h2 { font-size: 36px; line-height: 38px; }
  .figma-management > h2 { font-size: 36px; line-height: 38px; }
}

@media (max-width: 699px) {
  .figma-catalog {
    margin-top: -96px;
    padding: 24px 24px 40px;
  }

  .figma-catalog .apartment-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 520px) {
  .catalog-section, .districts-section, .about-section, .faq-section, .contacts-section { padding: 72px 20px; }
  .hero { min-height: 790px; margin: 0; }
  .hero__visual { height: 300px; }
  .hero-motion-toggle { top: 530px; }
  .search-form { grid-template-columns: 1fr; padding: 0 10px 10px; }
  .search-form label { min-height: 65px; padding: 0 6px; border-right: 0; }
  .search-form label > span { font-size: 10px; text-transform: uppercase; }
  .search-form label:nth-child(3) { border-bottom: 1px solid var(--line); }
  .search-form > button { min-height: 43px; margin: 10px 0 0; border-radius: 13px; }
  .benefits { height: 282px; min-height: 0; grid-template-columns: 1fr; grid-template-rows: repeat(4, 1fr); padding: 3px 20px 12px; }
  .benefit { min-height: 0; justify-content: flex-start; gap: 14px; padding: 0; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .benefit__icon { width: 36px; height: 36px; margin-left: 2px; }
  .benefit__icon svg { width: 20px; height: 20px; }
  .benefit:last-child { border-bottom: 0 !important; }
  .catalog-filters { flex-wrap: nowrap; width: calc(100vw - 40px); overflow-x: auto; padding-bottom: 8px; }
  .catalog-filters button { flex: 0 0 auto; }
  .apartment-card__bottom { align-items: flex-start; flex-direction: column; }
  .service-list li { grid-template-columns: 60px 1fr; }
  .faq-item summary { min-height: 82px; }
  .site-footer { padding-inline: 20px; }
  .site-footer nav { display: grid; grid-template-columns: 1fr 1fr; }
  .favourite-row { grid-template-columns: 76px 1fr; }
  .favourite-row img { width: 76px; height: 62px; }
  .favourite-row button { grid-column: 2; justify-self: start; }
  .cookie-consent__actions { flex-direction: column; }
  .cookie-consent__actions button { width: 100%; }
}

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

/* Figma source of truth: project Natalia, frames 5:3 and 5:70. */
@font-face {
  font-family: "PT Serif";
  src: url("/assets/fonts/PTSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --cream: #f5f0e8;
  --cream-soft: #f2eee6;
  --sage: #d8ddd0;
  --sage-mid: #ced0c2;
  --sage-wave: #b7bba7;
  --ink: #2c1912;
  --muted: #687062;
  --orange: #e67145;
  --orange-dark: #d96338;
  --display: "PT Serif", Georgia, serif;
  --sans: "Mont", Montserrat, Arial, sans-serif;
}

body,
.page-shell {
  background: var(--cream);
}

.page-shell {
  position: relative;
}

.brand__mark,
.brand__mark img {
  display: block;
  flex: none;
  max-width: none;
}

.favourite-button {
  display: none;
}

.hero__page-mask,
.hero__shape-stack {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.hero__shape-stack--mobile,
.benefit__label--mobile {
  display: none;
}

.benefit__icon {
  position: relative;
  display: block;
  flex: none;
  background: none;
}

.benefit__icon picture,
.benefit__icon img {
  display: block;
}

.benefit__icon-bg,
.benefit__icon-glyph {
  position: absolute;
}

.benefit__icon-bg {
  inset: 0;
}

.benefit__icon-bg img {
  width: 100%;
  height: 100%;
}

.benefit__icon-glyph {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-title__line {
  position: absolute;
  display: block;
  white-space: nowrap;
}

.hero-title__segment {
  white-space: pre;
}

@media (min-width: 1121px) {
  .site-header {
    position: absolute;
    z-index: 50;
    left: 15px;
    top: 18px;
    width: calc(100% - 28px);
    height: 91px;
    min-height: 91px;
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header::before {
    content: "";
    position: absolute;
    inset: -0.5px 0;
    display: block;
    background: url("/assets/figma/desktop-header.svg") 0 0 / 100% 100% no-repeat;
  }

  .site-header .brand {
    position: absolute;
    left: 40px;
    top: 29px;
    width: 226px;
    height: 34px;
    gap: 0;
    align-items: center;
    font-family: "Mont", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
  }

  .site-header .brand__mark,
  .site-header .brand__mark img {
    width: 55px;
    height: 33px;
  }

  .site-header .brand > span {
    position: absolute;
    left: 69px;
    top: 6px;
    line-height: normal;
    letter-spacing: 0;
    transform: none;
  }

  .main-nav {
    position: absolute;
    left: 564px;
    right: auto;
    top: 22px;
    width: auto;
    height: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav a {
    position: absolute;
    top: 17px;
    padding: 0;
    font-family: "Mont", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    transform: none;
  }

  .main-nav a:nth-child(1) { left: 0; }
  .main-nav a:nth-child(2) { left: 119px; }
  .main-nav a:nth-child(3) { left: 230px; }
  .main-nav a:nth-child(4) { left: 359px; }

  .header-actions {
    position: absolute;
    left: calc(100% - 121px);
    right: auto;
    top: 22px;
    width: 48px;
    height: 47px;
    display: block;
  }

  .round-button {
    position: absolute;
    inset: 0;
    width: 48px;
    height: 47px;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .round-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -3.9px;
    top: -2.9px;
    width: 55.8px;
    height: 54.8px;
    background: url("/assets/figma/desktop-user-circle.svg") 0 0 / 100% 100% no-repeat;
    pointer-events: none;
  }

  .round-button:hover {
    background: transparent;
    transform: none;
  }

  .round-button img {
    position: absolute;
    z-index: 1;
    left: 14px;
    top: 12px;
    width: 20px;
    height: 20px;
    max-width: none;
  }

  .menu-button {
    display: none;
  }

  .hero {
    position: relative;
    height: 760px;
    min-height: 760px;
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
    background: var(--cream);
  }

  .figma-catalog {
    margin-top: -96px;
    background: transparent;
  }

  .hero__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 760px;
    overflow: hidden;
  }

  .hero__media {
    position: absolute;
    z-index: 0;
    left: 37.6388889%;
    right: auto;
    top: -54px;
    width: 63.6805556%;
    height: 675px;
    overflow: hidden;
  }

  .hero__media picture,
  .hero__media img {
    width: 100%;
    height: 100%;
  }

  .hero__media img {
    object-fit: cover;
    transform: none;
  }

  .hero__page-mask {
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 760px;
  }

  .hero__shape-stack--desktop {
    z-index: 2;
    left: 0.9722222%;
    top: 72px;
    width: 98.0555556%;
    height: 674px;
  }

  .hero__copy {
    position: absolute;
    z-index: 4;
    left: 5.4166667%;
    top: 163px;
    width: 514px;
    height: 217px;
    padding: 0;
  }

  .hero__copy h1 {
    position: absolute;
    inset: 0;
    width: 514px;
    height: 217px;
    max-width: 514px;
    margin: 0;
    font-family: "PT Serif", serif;
    font-size: 75px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    color: #2c1912;
    white-space: normal;
    text-indent: 0;
    transform: none;
  }

  .hero-title__line--1 { left: 1px; top: 0; color: #2c1912; }
  .hero-title__line--2 { left: 0; top: 76px; color: #2b1710; }
  .hero-title__line--1 .hero-title__segment { letter-spacing: calc(var(--title-tracking-desktop, 0px) - 2.125px); }
  .hero-title__line--2 .hero-title__segment { letter-spacing: calc(var(--title-tracking-desktop, 0px) - 2.1px); }

  .hero__copy p {
    position: absolute;
    left: 4px;
    top: 193px;
    width: 392px;
    max-width: none;
    margin: 0;
    font-family: "Mont", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #687062;
    opacity: .97;
    transform: scaleY(.95);
    transform-origin: left top;
  }

  .search-form {
    position: absolute;
    z-index: 5;
    left: 4.3055556%;
    right: auto;
    top: 412px;
    bottom: auto;
    width: 630px;
    height: 90px;
    min-height: 90px;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .search-form::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -5px;
    top: -3px;
    width: 640px;
    height: 100px;
    background: url("/assets/figma/desktop-search-background.svg") center / 100% 100% no-repeat;
  }

  .search-form::after {
    content: "";
    position: absolute;
    left: 153.5px;
    top: 26.5px;
    width: 143px;
    height: 38px;
    background: url("/assets/figma/desktop-search-dividers.svg") center / 100% 100% no-repeat;
  }

  .search-form label {
    position: absolute;
    z-index: 1;
    top: 24px;
    height: 48px;
    min-height: 0;
    display: block;
    padding: 0;
    border: 0;
  }

  .search-form label:nth-child(1) { left: 28px; width: 126px; }
  .search-form label:nth-child(2) { left: 170px; width: 127px; }
  .search-form label:nth-child(3) { left: 319px; width: 98px; }

  .search-form label > .search-form__label {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Mont", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    color: #2f201a;
  }

  .search-form__value-display {
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 0;
    width: 100%;
    height: 15px;
    padding: 0;
    border: 0;
    font-family: "Montserrat Figma", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    color: #2f201a;
    white-space: nowrap;
    pointer-events: none;
    transform: scaleY(1.08);
    transform-origin: left top;
  }

  .search-form label:nth-child(-n+2) > .search-form__value-display {
    left: 1px;
    letter-spacing: .55px;
  }

  .search-form label:nth-child(2) > .search-form__value-display {
    letter-spacing: .45px;
  }

  .search-form label:nth-child(3) > .search-form__value-display {
    left: 0;
    letter-spacing: .5px;
  }

  .search-form input,
  .search-form select {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 1;
    width: 100%;
    height: 17px;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
  }

  .search-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }

  .search-form label:nth-child(-n+2)::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 16.5px;
    background: url("/assets/figma/calendar.svg") center / 15px 16.5px no-repeat;
    pointer-events: none;
  }

  .search-form label:nth-child(1)::after { left: 89px; top: 27px; }
  .search-form label:nth-child(2)::after { left: 87px; top: 26px; }

  .search-form label:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 69.5757px;
    top: 32.5756px;
    width: 8.8485px;
    height: 5.2728px;
    background: url("/assets/figma/desktop-guest-chevron.svg") center / 100% 100% no-repeat;
    pointer-events: none;
  }

  .search-form select {
    appearance: none;
  }

  .search-form > button {
    position: absolute;
    z-index: 1;
    left: 427px;
    top: 15px;
    width: 184px;
    height: 60px;
    min-height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: url("/assets/figma/desktop-search-button.svg") center / 100% 100% no-repeat;
    font-family: "Mont", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.3px;
    color: white;
  }

  .search-form > button > .search-button__label {
    position: absolute;
    left: 20px;
    top: 22px;
    display: block;
    width: 146px;
    height: 20px;
    line-height: normal;
    text-align: center;
    transform: none;
  }

  .search-button__accent {
    letter-spacing: .6px;
  }

  .search-form > button:hover {
    background: url("/assets/figma/desktop-search-button.svg") center / 100% 100% no-repeat;
    transform: none;
  }

  .benefits {
    position: absolute;
    z-index: 6;
    left: 1.0069444%;
    right: auto;
    top: 607px;
    bottom: auto;
    width: 97.9861111%;
    height: 255px;
    min-height: 255px;
    display: grid;
    grid-template-columns: repeat(4, 24.5216156%);
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: url("/assets/figma/desktop-benefits-background.svg") center top / 100% 255px no-repeat;
    box-shadow: none;
  }

  .benefits::after {
    content: none;
  }

  .benefits__divider {
    position: absolute;
    z-index: 1;
    top: 21px;
    display: block;
    width: 1px;
    height: 33px;
    border-radius: 999px;
    background: rgb(67 58 49 / 19%);
    pointer-events: none;
  }

  .benefits__divider--1 { left: 25.691%; }
  .benefits__divider--2 { left: 52.693%; }
  .benefits__divider--3 { left: 79.695%; }

  .benefit {
    position: relative;
    z-index: 1;
    align-self: start;
    width: max-content;
    height: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 15px 0 0 40.32%;
    padding: 0;
    border: 0;
  }

  .benefit__icon {
    width: 44px;
    height: 44px;
  }

  .benefit__icon-glyph img {
    max-width: none;
  }

  .benefit__label--desktop {
    display: block;
    font-family: "Mont", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    white-space: nowrap;
  }

  .catalog-section {
    padding-top: 18px;
  }
}

@media (max-width: 820px) {
  .page-shell {
    background: var(--cream);
  }

  .site-header {
    position: absolute;
    z-index: 50;
    left: 4.1025641%;
    top: 14px;
    width: 91.7948718%;
    height: 45px;
    min-height: 45px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header::before {
    content: "";
    position: absolute;
    left: -1.396648%;
    right: -1.955307%;
    top: -4.444444%;
    bottom: -22.222222%;
    display: block;
    background: url("/assets/figma/mobile-header.svg") center / 100% 100% no-repeat;
  }

  .site-header .brand {
    position: absolute;
    left: 21px;
    top: 7px;
    width: 140px;
    height: 27px;
    display: flex;
    align-items: center;
    gap: 0;
    font-family: "Mont", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
  }

  .site-header .brand__mark,
  .site-header .brand__mark img {
    width: 38.0501px;
    height: 27.05px;
  }

  .site-header .brand__mark {
    position: absolute;
    left: -0.525px;
    top: -0.525px;
  }

  .site-header .brand > span {
    position: absolute;
    left: 45px;
    top: 8px;
    line-height: normal;
    transform: translateY(1px);
  }

  .menu-button {
    position: absolute;
    left: calc(100% - 47px);
    top: 7px;
    width: 30px;
    height: 29px;
    display: block;
    padding: 0;
    border: 0;
    overflow: visible;
    background: transparent;
  }

  .menu-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -3.9px;
    top: -2.9px;
    width: 37.8px;
    height: 36.8px;
    background: url("/assets/figma/mobile-menu-circle.svg") 0 0 / 100% 100% no-repeat;
    pointer-events: none;
  }

  .menu-button span:not(.sr-only) {
    position: absolute;
    z-index: 1;
    left: 8.5px;
    width: 12px;
    height: 1px;
    background: url("/assets/figma/mobile-menu-line.svg") 0 0 / 12px 1px no-repeat;
  }

  .menu-button span:nth-child(1) { top: 9.5px; }
  .menu-button span:nth-child(2) { top: 14.5px; }
  .menu-button span:nth-child(3) { top: 19.5px; }

  .main-nav {
    left: 0;
    right: 0;
    top: 55px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    position: relative;
    height: 760px;
    min-height: 760px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--cream);
  }

  .hero__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 760px;
    overflow: hidden;
  }

  .hero__media {
    position: absolute;
    z-index: 1;
    left: 4.3589744%;
    top: 193px;
    width: 92.3076923%;
    height: 277px;
    margin: 0;
    overflow: hidden;
    border-radius: 23px;
  }

  .hero__media picture,
  .hero__media img {
    width: 100%;
    height: 100%;
  }

  .hero__media img {
    object-fit: cover;
    border-radius: 23px;
    transform: none;
  }

  .hero__page-mask,
  .hero__shape-stack--desktop {
    display: none;
  }

  .hero__shape-stack--mobile {
    display: block;
  }

  .hero__shape-stack--mobile-left {
    z-index: 0;
    left: 15.428326%;
    top: 141px;
    width: 90.68103%;
    height: 381.525px;
  }

  .hero__shape-stack--mobile-wave {
    z-index: 2;
    left: -6.410272%;
    top: 287.597px;
    width: 113.333333%;
    height: 387.616px;
  }

  .hero__copy {
    position: absolute;
    z-index: 4;
    left: 9.4871795%;
    top: 71px;
    width: 514px;
    height: 172px;
    padding: 0;
  }

  .hero__copy h1 {
    position: absolute;
    inset: 0;
    width: 514px;
    height: 139px;
    max-width: 514px;
    margin: 0;
    overflow-wrap: normal;
    font-family: "PT Serif", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    color: #2c1912;
    white-space: normal;
    text-indent: 0;
    transform: none;
  }

  .hero-title__line--1,
  .hero-title__line--2 { left: 0; }
  .hero-title__line--1 { top: 0; }
  .hero-title__line--2 { left: 0; top: 33px; }
  .hero-title__line { transform: scaleY(.97); transform-origin: left bottom; }
  .hero-title__segment { letter-spacing: var(--title-tracking-mobile, 0); }
  .hero-title__line--2 .hero-title__segment { letter-spacing: calc(var(--title-tracking-mobile, 0px) - .1px); }

  .hero__copy p {
    position: absolute;
    left: 0;
    top: 90px;
    width: 392px;
    max-width: none;
    margin: 0;
    font-family: "Mont", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    color: #687062;
    white-space: nowrap;
    opacity: .97;
    transform: scaleY(.96);
    transform-origin: left top;
  }

  .search-form {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 430px;
    width: min(90.7692308%, 472px);
    height: 150px;
    min-height: 150px;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
  }

  .search-form::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -18.6px;
    top: -12.6px;
    width: calc(100% + 41.2px);
    height: 191.2px;
    background: url("/assets/figma/mobile-search-background.svg") center / 100% 100% no-repeat;
  }

  .search-form::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 12px;
    top: 11px;
    width: calc(100% - 24px);
    height: 42.3px;
    background: url("/assets/figma/mobile-search-dividers.svg") center / 100% 100% no-repeat;
    pointer-events: none;
  }

  .search-form label {
    position: absolute;
    height: 36px;
    min-height: 0;
    display: block;
    padding: 0;
    border: 0;
  }

  .search-form label:nth-child(1) {
    left: 23px;
    top: 12px;
    width: min(124px, calc((100% - 55px) / 2));
  }

  .search-form label:nth-child(2) {
    left: auto;
    right: 26px;
    top: 12px;
    width: min(124px, calc((100% - 55px) / 2));
  }

  .search-form label:nth-child(3) {
    left: 23px;
    top: 61px;
    width: min(124px, calc((100% - 55px) / 2));
  }

  .search-form label:nth-child(1)::before {
    content: none;
  }

  .search-form label > .search-form__label {
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "Mont", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    color: #2f201a;
  }

  .search-form label > .search-form__value-display {
    position: absolute;
    left: 0;
    top: 21px;
    z-index: 0;
    width: 100%;
    height: 14.302px;
    padding: 0;
    border: 0;
    font-family: "Montserrat Figma", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    color: #2f201a;
    white-space: nowrap;
    pointer-events: none;
    transform: none;
  }

  .search-form label:nth-child(1) > .search-form__value-display {
    left: 0;
    top: 21px;
    letter-spacing: 0;
  }

  .search-form label:nth-child(2) > .search-form__value-display {
    left: 0;
    top: 21px;
    letter-spacing: 0;
  }

  .search-form label:nth-child(3) > .search-form__value-display {
    left: 0;
    top: 21px;
    letter-spacing: 0;
  }

  .search-form input,
  .search-form select {
    position: absolute;
    left: 0;
    top: 21px;
    z-index: 1;
    width: 100%;
    height: 16px;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
  }

  .search-form input[type="date"] {
    left: 0;
    top: 21px;
    letter-spacing: 0;
  }

  .search-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }

  .search-form label:nth-child(-n+2)::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 14.5px;
    background: url("/assets/figma/mobile-calendar.svg") center / 13px 14.5px no-repeat;
    pointer-events: none;
  }

  .search-form label:nth-child(1)::after { left: auto; right: 0; top: 18.5px; }
  .search-form label:nth-child(2)::after { left: auto; right: 9px; top: 17.5px; }

  .search-form label:nth-child(3)::after {
    content: "";
    position: absolute;
    left: auto;
    right: 1.5758px;
    top: 16.5756px;
    width: 8.8485px;
    height: 5.2728px;
    background: url("/assets/figma/mobile-guest-chevron.svg") center / 100% 100% no-repeat;
    pointer-events: none;
  }

  .search-form select {
    appearance: none;
  }

  .search-form label:nth-child(3) {
    border-bottom: 0 !important;
  }

  .search-form > button {
    position: absolute;
    isolation: isolate;
    left: 8px;
    top: 108px;
    width: calc(100% - 14.111725px);
    height: 38.666668px;
    min-height: 38.666668px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    overflow: visible;
    background: transparent;
    font-family: "Montserrat Figma", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    color: white;
  }

  .search-form > button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 3px;
    top: 0;
    width: calc(100% - 5.888275px);
    height: 33px;
    border-radius: 10px;
    background: #e67145;
    pointer-events: none;
  }

  .search-form > button > .search-button__label {
    position: absolute;
    z-index: 1;
    left: calc(50% - 54.9441375px);
    top: 9px;
    display: block;
    width: 100.5587px;
    height: 12.186px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: scaleY(.95);
    transform-origin: center bottom;
  }

  .search-form > button .search-button__accent { letter-spacing: 0; }

  .search-form > button:hover {
    background: transparent;
    transform: none;
  }

  .benefits {
    position: absolute;
    z-index: 6;
    left: calc(50% - .5px);
    right: auto;
    top: 550px;
    bottom: auto;
    width: min(307px, calc(100% - 28px));
    height: 43px;
    min-height: 43px;
    display: none;
    grid-template-columns: 92fr 88fr 113fr;
    grid-template-rows: 43px;
    gap: 7px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
  }

  .benefits::before,
  .benefits::after {
    content: none;
  }

  .benefit {
    position: relative;
    width: 100%;
    height: 43px;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    margin: 0;
    padding: 0 5px 0 7px;
    border: 0 !important;
    border-radius: 14px;
    background: #f2eee6;
  }

  .benefit:nth-child(4) {
    display: none;
  }

  .benefit:nth-child(2) {
    gap: 10px;
  }

  .benefit:nth-child(3) {
    gap: 7px;
  }

  .benefit__icon {
    width: 28px;
    height: 28px;
    margin: 0;
  }

  .benefit__label--desktop {
    display: none;
  }

  .benefit span.benefit__label--mobile {
    display: block;
    font-family: "Mont", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    color: #2f201a;
    white-space: nowrap;
  }

  .benefit:nth-child(2) .benefit__label--mobile,
  .benefit:nth-child(3) .benefit__label--mobile {
    position: relative;
    top: 0;
    font-family: "Montserrat Figma", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
  }

  .benefit:nth-child(1) .benefit__label--mobile { position: relative; top: 0; }

  .benefit:nth-child(2) .benefit__label--mobile { left: 0; top: 1.5px; line-height: 10px; }

  .benefit:nth-child(3) .benefit__label--mobile {
    top: 1px;
    line-height: 10.5px;
    letter-spacing: -.2px;
  }

  .catalog-section {
    padding-top: 18px;
    background: var(--cream);
  }
}

/* Fluid bridge between the two exact Figma frames. */
@media (min-width: 821px) and (max-width: 1120px) {
  .hero__copy h1 {
    position: relative;
    width: 100%;
    height: 1.9em;
    font-family: "PT Serif", serif;
    font-size: clamp(52px, 6.6vw, 68px);
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-indent: 0;
    transform: none;
  }

  .hero-title__line--1 { left: 0; top: 0; }
  .hero-title__line--2 { left: 0; top: .92em; }
  .hero-title__line--1 .hero-title__segment { letter-spacing: calc(var(--title-tracking-desktop, 0px) - 1.7px); }
  .hero-title__line--2 .hero-title__segment { letter-spacing: calc(var(--title-tracking-desktop, 0px) - 1.65px); }

  .hero__copy p {
    position: static;
    width: min(100%, 420px);
    margin: 18px 0 0 1px;
    transform: none;
  }

  .search-form__value-display {
    display: none;
  }

  .search-form > button > .search-button__label {
    position: static;
    display: inline;
    width: auto;
    height: auto;
    transform: none;
  }
}

/* Responsive crops for the generated Petersburg panorama. */
@media (max-width: 820px) {
  .districts-section__engraving {
    right: -42%;
    top: 300px;
    width: 150%;
    max-width: none;
    opacity: .38;
  }

  .faq-section__intro .architectural-panorama--faq {
    display: block;
    width: 124%;
    max-width: none;
    margin: 30px 0 18px -12%;
    opacity: .48;
  }

  .contacts-section__copy .architectural-panorama--contacts {
    width: 150%;
    max-width: none;
    margin: 28px 0 6px -25%;
    opacity: .54;
  }
}

/* Scroll-driven entrance motion. Direction follows content alignment. */
@media (prefers-reduced-motion: no-preference) {
  html.motion-active [data-motion] {
    --motion-x: 0px;
    --motion-y: 28px;
    opacity: 0;
    translate: var(--motion-x) var(--motion-y);
    filter: blur(3px);
    transition-property: opacity, translate, filter, clip-path;
    transition-duration: var(--motion-duration, 780ms);
    transition-timing-function: cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--motion-delay, 0ms);
  }

  html.motion-active [data-motion="left"] {
    --motion-x: -34px;
    --motion-y: 0px;
  }

  html.motion-active [data-motion="right"] {
    --motion-x: 34px;
    --motion-y: 0px;
  }

  html.motion-active [data-motion="up"] {
    --motion-x: 0px;
    --motion-y: 30px;
  }

  html.motion-active [data-motion="media-up"] {
    --motion-y: 34px;
    clip-path: inset(9% 0 0 0 round 18px);
    will-change: opacity, translate, clip-path;
  }

  html.motion-active [data-motion="media-right"] {
    --motion-x: 20px;
    --motion-y: 0px;
    clip-path: inset(0 0 0 100%);
    will-change: opacity, translate, clip-path;
  }

  html.motion-active [data-motion="shape-left"] {
    --motion-x: -12px;
    --motion-y: 0px;
    clip-path: inset(0 100% 0 0);
    filter: blur(1px);
    will-change: opacity, translate, clip-path;
  }

  html.motion-active [data-motion="shape-right"] {
    --motion-x: 12px;
    --motion-y: 0px;
    clip-path: inset(0 0 0 100%);
    filter: blur(1px);
    will-change: opacity, translate, clip-path;
  }

  html.motion-active [data-motion="wave"] {
    --motion-x: -16px;
    --motion-y: 12px;
    clip-path: inset(0 100% 0 0);
    filter: blur(1px);
    will-change: opacity, translate, clip-path;
  }

  html.motion-active [data-motion].is-motion-visible {
    opacity: var(--motion-opacity, 1);
    translate: 0 0;
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }

  html.motion-active [data-motion-inner] {
    opacity: 0;
    translate: 0 13px;
    filter: blur(2px);
    transition-property: opacity, translate, filter;
    transition-duration: 620ms;
    transition-timing-function: cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--motion-inner-delay, 120ms);
  }

  html.motion-active [data-motion].is-motion-visible [data-motion-inner] {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }

  html.motion-active .figma-catalog .apartment-card [data-card-motion-part] {
    opacity: 0;
    translate: 0 10px;
    filter: blur(2px);
    transition-property: opacity, translate, filter;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--card-part-delay, 0ms);
  }

  html.motion-active .figma-catalog .apartment-card.is-card-content-visible [data-card-motion-part],
  html.motion-active .figma-catalog .apartment-card [data-card-motion-part]:focus-within,
  html.motion-active .figma-catalog .apartment-card__primary-link:focus-visible [data-card-motion-part] {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }

  html.motion-active .figma-catalog .apartment-card:focus-within [data-card-motion-part] {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
    transition-duration: 0ms;
    transition-delay: 0ms;
  }

  html.motion-active .figma-catalog .apartment-card[data-motion]:focus-within {
    opacity: var(--motion-opacity, 1);
    translate: 0 0;
    filter: blur(0);
    clip-path: inset(0 0 0 0);
    transition-duration: 0ms;
    transition-delay: 0ms;
  }

  .catalog-status:not(:empty),
  .contact-form__status:not(:empty) {
    animation: motion-status-enter 420ms cubic-bezier(.22, 1, .36, 1) both;
  }

  .favourites-dialog[open] {
    animation: motion-dialog-enter 420ms cubic-bezier(.22, 1, .36, 1) both;
  }

  @keyframes motion-status-enter {
    from { opacity: 0; translate: 0 8px; }
    to { opacity: 1; translate: 0 0; }
  }

  @keyframes motion-dialog-enter {
    from { opacity: 0; translate: 0 18px; }
    to { opacity: 1; translate: 0 0; }
  }
}

html.motion-reduced [data-motion],
html.motion-reduced [data-motion-inner],
html.motion-reduced [data-card-motion-part] {
  opacity: var(--motion-opacity, 1);
  translate: none;
  filter: none;
  clip-path: none;
}

/* Temporary capture state: preserve the fully revealed layout in Figma. */
html.figma-capture [data-motion],
html.figma-capture [data-motion-inner],
html.figma-capture [data-card-motion-part],
html.figma-capture [data-reveal] {
  opacity: var(--motion-opacity, 1) !important;
  translate: 0 0 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  filter: none !important;
  clip-path: none !important;
}

/* Compact contact rhythm and keep the nearby feature plaque anchored. */
.contacts-section {
  padding-block: 64px;
  row-gap: 40px;
}

.contacts-section__copy > .eyebrow { margin-bottom: 10px; }

.contacts-section__copy > p:not(.eyebrow) {
  margin: 10px 0 0;
}

.contacts-section__copy > a { margin-top: 14px; }

.contacts-section__copy img { margin-top: 16px; }

.contact-form { gap: 18px; }

.contact-form > label:not(.contact-form__consent) { gap: 8px; }

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  padding-bottom: 10px;
}

.contact-form > button { padding-block: 16px; }

.contact-form__status {
  min-height: 20px;
  margin-top: -8px;
}

html.motion-active .figma-nearby__feature > div[data-motion-inner] {
  translate: 0 0;
}

@media (min-width: 700px) and (max-width: 1099px) {
  .figma-nearby__feature > div {
    right: 14px;
    width: auto;
  }
}

@media (max-width: 820px) {
  .contacts-section {
    padding-block: 56px;
    row-gap: 32px;
  }

  .contacts-section__copy img {
    margin-top: 14px;
    margin-bottom: -54px;
  }

  .contact-form { gap: 16px; }
}

@media (max-width: 699px) {
  .figma-nearby__feature > div {
    right: 18px;
    width: auto;
  }
}

/*
 * Desktop section paint is full-bleed while the editorial content remains on
 * the original centred 1440px stage. This prevents decorative shapes from
 * ending at an internal canvas edge on wide screens.
 */
@media (min-width: 1121px) {
  .figma-catalog {
    z-index: 1;
    isolation: isolate;
    overflow: visible;
    padding-bottom: 40px;
  }

  .figma-catalog::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 97.9861111vw;
    border-radius: 0 0 46px 46px;
    background: #faf7f1;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .figma-catalog > * {
    position: relative;
    z-index: 1;
  }

  .benefits {
    height: 64px;
    min-height: 64px;
    pointer-events: none;
  }

  .figma-rules,
  .figma-nearby {
    --figma-stage-left: max(0px, calc(50% - 720px));
    width: 100%;
    max-width: none;
  }

  .figma-rules__field {
    left: -60px;
    right: auto;
    top: -56px;
    bottom: 24px;
    width: calc(var(--figma-stage-left) + 708px);
    height: auto;
  }

  .figma-rules__intro {
    left: calc(var(--figma-stage-left) + 72px);
  }

  .figma-rules__content {
    margin-left: calc(var(--figma-stage-left) + 740px);
  }

  .figma-rules__panorama {
    right: calc(var(--figma-stage-left) - 50px);
  }

  .figma-nearby__ribbon--desktop {
    left: 0;
    right: auto;
    top: -96px;
    bottom: auto;
    width: 100%;
  }

  .figma-nearby__panorama {
    left: calc(var(--figma-stage-left) + 706px);
  }

  .figma-nearby > h2 {
    left: calc(var(--figma-stage-left) + 72px);
  }

  .figma-nearby__intro {
    left: calc(var(--figma-stage-left) + 74px);
  }

  .figma-nearby__feature {
    left: calc(var(--figma-stage-left) + 72px);
  }

  .figma-nearby__places {
    left: calc(var(--figma-stage-left) + 780px);
  }
}

/* Keep the same four-column desktop composition while it fluidly approaches
 * the 1440px artboard. Nothing is allowed to disappear behind the viewport. */
@media (min-width: 1121px) and (max-width: 1439px) {
  .figma-rules__intro {
    width: min(540px, calc(50% - 60px));
  }

  .figma-rules__intro > img {
    width: min(520px, 100%);
  }

  .figma-rules__content {
    width: min(620px, calc(50% - 90px));
    margin-left: calc(50% + 20px);
  }

  .figma-nearby__panorama { left: 49.0277778%; }
  .figma-nearby > h2 { left: 5%; }
  .figma-nearby__intro { left: 5.1388889%; }
  .figma-nearby__feature {
    left: 5%;
    width: 45.1388889%;
  }
  .figma-nearby__places {
    left: 54.1666667%;
    width: 40.8333333%;
  }

  .figma-management__panorama {
    left: 48.0555556%;
    width: 39.7222222%;
  }

  .figma-management__route {
    left: 2.7777778%;
    width: 93.3333333%;
  }

  .figma-management-step--1 { left: 3.8194444%; width: 22.2222222%; }
  .figma-management-step--2 { left: 29.0277778%; width: 19.4444444%; }
  .figma-management-step--3 { left: 50.5555556%; width: 23.6111111%; }
  .figma-management-step--4 { left: 76.9444444%; width: 20.8333333%; }

  .figma-management-step--1 .figma-management-step__number,
  .figma-management-step--2 .figma-management-step__number,
  .figma-management-step--3 .figma-management-step__number,
  .figma-management-step--4 .figma-management-step__number {
    left: calc(50% - 32px);
  }

  .figma-management-step--1 h3,
  .figma-management-step--1 p,
  .figma-management-step--1 img,
  .figma-management-step--2 h3,
  .figma-management-step--2 p,
  .figma-management-step--2 img,
  .figma-management-step--3 h3,
  .figma-management-step--3 p,
  .figma-management-step--3 img,
  .figma-management-step--4 h3,
  .figma-management-step--4 p,
  .figma-management-step--4 img {
    left: 0;
    width: 100%;
  }

  .figma-management-step--2 img {
    height: auto;
    aspect-ratio: 1;
  }

  .figma-management__wave {
    left: -5.3472222%;
    width: 105.3472222%;
  }
}

@media (min-width: 1441px) {
  .figma-management {
    --figma-stage-gutter: calc((100vw - 1440px) / 2);
    overflow: visible;
  }

  .figma-management__steps {
    overflow: hidden;
  }

  .figma-management__wave {
    left: calc(-77px - var(--figma-stage-gutter));
    width: calc(1517px + var(--figma-stage-gutter) + var(--figma-stage-gutter));
  }
}

/* Exact Figma Motion timeline for Hero · Редактируемые макеты. */
@property --hero-figma-rotate {
  syntax: "<angle>";
  initial-value: 0rad;
  inherits: false;
}

@media (min-width: 1121px) {
  .benefits {
    background: transparent;
  }

  .benefits::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    background: url("/assets/figma/desktop-benefits-background.svg") center top / 100% 255px no-repeat;
    pointer-events: none;
  }

  .benefits::after { z-index: 1; }
  .benefit { z-index: 2; }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 1121px) {
  html.hero-motion-ready .hero__media,
  html.hero-motion-ready .hero__shape-stack--desktop-left,
  html.hero-motion-ready .hero__shape-stack--desktop-wave,
  html.hero-motion-ready .hero-title__line,
  html.hero-motion-ready .hero__copy > p,
  html.hero-motion-ready .search-form,
  html.hero-motion-ready .search-form > button,
  html.hero-motion-ready .benefits::before,
  html.hero-motion-ready .figma-catalog::before,
  html.hero-motion-ready .benefit__icon,
  html.hero-motion-ready .benefit__label--desktop,
  html.hero-motion-ready .site-header,
  html.hero-motion-ready .site-header .brand,
  html.hero-motion-ready .site-header .main-nav a,
  html.hero-motion-ready .site-header .round-button {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }

  html.hero-motion-ready .hero__media {
    animation-name: figma-desktop-photo-opacity, figma-desktop-photo-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero__shape-stack--desktop-left {
    animation-name: figma-desktop-left-opacity, figma-desktop-left-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero__shape-stack--desktop-wave {
    animation-name: figma-desktop-wave-opacity, figma-desktop-wave-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero-title__line--1 {
    animation-name: figma-desktop-title-1-opacity, figma-desktop-title-1-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero-title__line--2 {
    animation-name: figma-desktop-title-2-opacity, figma-desktop-title-2-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero__copy > p {
    animation-name: figma-desktop-subtitle-opacity, figma-desktop-subtitle-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .search-form {
    animation-name: figma-desktop-search-opacity, figma-desktop-search-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .search-form > button {
    animation-name: figma-desktop-search-button-opacity, figma-desktop-search-button-scale;
    transform-origin: 50% 50%;
    will-change: opacity, scale;
  }

  html.hero-motion-ready .benefits::before,
  html.hero-motion-ready .figma-catalog::before {
    animation-name: figma-desktop-benefits-opacity, figma-desktop-benefits-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .benefit:nth-child(1) .benefit__icon {
    animation-name: figma-desktop-benefit-icon-1-opacity, figma-desktop-benefit-icon-1-scale;
  }

  html.hero-motion-ready .benefit:nth-child(2) .benefit__icon {
    animation-name: figma-desktop-benefit-icon-2-opacity, figma-desktop-benefit-icon-2-scale;
  }

  html.hero-motion-ready .benefit:nth-child(3) .benefit__icon {
    animation-name: figma-desktop-benefit-icon-3-opacity, figma-desktop-benefit-icon-3-scale;
  }

  html.hero-motion-ready .benefit:nth-child(4) .benefit__icon {
    animation-name: figma-desktop-benefit-icon-4-opacity, figma-desktop-benefit-icon-4-scale;
  }

  html.hero-motion-ready .benefit__icon {
    transform-origin: 50% 50%;
    will-change: opacity, scale;
  }

  html.hero-motion-ready .benefit:nth-child(1) .benefit__label--desktop {
    animation-name: figma-desktop-benefit-text-1-opacity, figma-desktop-benefit-text-1-translate;
  }

  html.hero-motion-ready .benefit:nth-child(2) .benefit__label--desktop {
    animation-name: figma-desktop-benefit-text-2-opacity, figma-desktop-benefit-text-2-translate;
  }

  html.hero-motion-ready .benefit:nth-child(3) .benefit__label--desktop {
    animation-name: figma-desktop-benefit-text-3-opacity, figma-desktop-benefit-text-3-translate;
  }

  html.hero-motion-ready .benefit:nth-child(4) .benefit__label--desktop {
    animation-name: figma-desktop-benefit-text-4-opacity, figma-desktop-benefit-text-4-translate;
  }

  html.hero-motion-ready .benefit__label--desktop {
    will-change: opacity, translate;
  }

  html.hero-motion-ready .benefits__divider {
    animation: figma-desktop-benefit-divider-in .42s cubic-bezier(.2, 0, 0, 1) both;
    transform-origin: 50% 0;
    will-change: opacity, transform;
  }

  html.hero-motion-ready .benefits__divider--1 { animation-delay: .55s; }
  html.hero-motion-ready .benefits__divider--2 { animation-delay: .67s; }
  html.hero-motion-ready .benefits__divider--3 { animation-delay: .79s; }

  html.hero-motion-ready .site-header {
    animation-name: figma-desktop-header-opacity, figma-desktop-header-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .site-header .brand {
    animation-name: figma-desktop-brand-opacity, figma-desktop-brand-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .site-header .main-nav a:nth-child(1) {
    animation-name: figma-desktop-nav-1-opacity, figma-desktop-nav-1-translate;
  }

  html.hero-motion-ready .site-header .main-nav a:nth-child(2) {
    animation-name: figma-desktop-nav-2-opacity, figma-desktop-nav-2-translate;
  }

  html.hero-motion-ready .site-header .main-nav a:nth-child(3) {
    animation-name: figma-desktop-nav-3-opacity, figma-desktop-nav-3-translate;
  }

  html.hero-motion-ready .site-header .main-nav a:nth-child(4) {
    animation-name: figma-desktop-nav-4-opacity, figma-desktop-nav-4-translate;
  }

  html.hero-motion-ready .site-header .main-nav a {
    will-change: opacity, translate;
  }

  html.hero-motion-ready .site-header .round-button {
    --hero-figma-rotate: 0rad;
    animation-name: figma-desktop-account-opacity, figma-desktop-account-rotate, figma-desktop-account-scale;
    transform: rotate(var(--hero-figma-rotate));
    transform-origin: 50% 50%;
    will-change: opacity, transform, scale;
  }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 820px) {
  html.hero-motion-ready .hero__shape-stack--mobile-left,
  html.hero-motion-ready .hero__media,
  html.hero-motion-ready .hero__shape-stack--mobile-wave,
  html.hero-motion-ready .search-form,
  html.hero-motion-ready .search-form > button,
  html.hero-motion-ready .site-header::before,
  html.hero-motion-ready .site-header .brand,
  html.hero-motion-ready .site-header .menu-button,
  html.hero-motion-ready .hero-title__line,
  html.hero-motion-ready .hero__copy > p {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }

  html.hero-motion-ready .hero__shape-stack--mobile-left {
    animation-name: figma-mobile-left-opacity, figma-mobile-left-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero__media {
    animation-name: figma-mobile-photo-opacity, figma-mobile-photo-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero__shape-stack--mobile-wave {
    animation-name: figma-mobile-wave-opacity, figma-mobile-wave-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .search-form {
    animation-name: figma-mobile-search-opacity, figma-mobile-search-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .search-form > button {
    animation-name: figma-mobile-search-button-opacity, figma-mobile-search-button-scale;
    transform-origin: 50% 50%;
    will-change: opacity, scale;
  }

  html.hero-motion-ready .site-header::before {
    animation-name: figma-mobile-header-opacity, figma-mobile-header-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .site-header .brand {
    animation-name: figma-mobile-brand-opacity, figma-mobile-brand-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .site-header .menu-button {
    --hero-figma-rotate: 0rad;
    animation-name: figma-mobile-menu-opacity, figma-mobile-menu-rotate, figma-mobile-menu-scale;
    transform: rotate(var(--hero-figma-rotate));
    transform-origin: 50% 50%;
    will-change: opacity, transform, scale;
  }

  html.hero-motion-ready .hero-title__line--1 {
    animation-name: figma-mobile-title-1-opacity, figma-mobile-title-1-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero-title__line--2 {
    animation-name: figma-mobile-title-2-opacity, figma-mobile-title-2-translate;
    will-change: opacity, translate;
  }

  html.hero-motion-ready .hero__copy > p {
    animation-name: figma-mobile-subtitle-opacity, figma-mobile-subtitle-translate;
    will-change: opacity, translate;
  }
}

@keyframes figma-desktop-photo-opacity {
  0% { opacity: 0; }
  15.009% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  52.845%, 100% { opacity: 1; }
}

@keyframes figma-desktop-photo-translate {
  0% { translate: 0 39px; }
  15.009% { animation-timing-function: ease-in-out; translate: 0 39px; }
  52.845%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-left-opacity {
  0% { animation-timing-function: step-end; opacity: .7; }
  24.466%, 100% { opacity: 1; }
}

@keyframes figma-desktop-left-translate {
  0% { animation-timing-function: ease-in-out; translate: 0 93px; }
  24.516%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-wave-opacity {
  0% { opacity: 0; }
  10.75% { animation-timing-function: ease-in-out; opacity: 0; }
  28.75%, 100% { opacity: 1; }
}

@keyframes figma-desktop-wave-translate {
  0% { translate: 0 50.5px; }
  10.75% { animation-timing-function: ease-in-out; translate: 0 50.5px; }
  28.75%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-title-1-opacity {
  0% { opacity: 0; }
  12.85% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  29.95%, 100% { opacity: 1; }
}

@keyframes figma-desktop-title-1-translate {
  0% { translate: -54px 0; }
  12.85% { animation-timing-function: ease-in-out; translate: -54px 0; }
  29.95%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-title-2-opacity {
  0% { opacity: 0; }
  19.15% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  36.25%, 100% { opacity: 1; }
}

@keyframes figma-desktop-title-2-translate {
  0% { translate: -54px 0; }
  19.15% { animation-timing-function: ease-in-out; translate: -54px 0; }
  36.25%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-subtitle-opacity {
  0% { opacity: 0; }
  26.05% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  42.3%, 100% { opacity: .97; }
}

@keyframes figma-desktop-subtitle-translate {
  0% { translate: -49px 0; }
  26.05% { animation-timing-function: ease-in-out; translate: -49px 0; }
  42.3%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-search-opacity {
  0% { opacity: 0; }
  16.543% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  41.95%, 100% { opacity: 1; }
}

@keyframes figma-desktop-search-translate {
  0% { translate: -39px 0; }
  16.543% { animation-timing-function: ease-in-out; translate: -39px 0; }
  41.95%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-search-button-opacity {
  0%, 35.6% { opacity: 0; }
  35.6% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  50.45%, 100% { opacity: 1; }
}

@keyframes figma-desktop-search-button-scale {
  0% { scale: .75 .75; }
  35.6% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); scale: .75 .75; }
  50.45%, 100% { scale: 1 1; }
}

@keyframes figma-desktop-benefits-opacity {
  0% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  17.858%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefits-translate {
  0% { animation-timing-function: ease-in-out; translate: 0 59px; }
  17.858%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-benefit-divider-in {
  from { opacity: 0; transform: scaleY(0); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes figma-desktop-benefit-icon-1-opacity {
  0%, 14.85% { opacity: 0; }
  14.85% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  33.5%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-icon-1-scale {
  0% { scale: .6 .6; }
  14.75% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); scale: .6 .6; }
  33.5%, 100% { scale: 1 1; }
}

@keyframes figma-desktop-benefit-text-1-opacity {
  0%, 14.7% { opacity: 0; }
  14.7% { animation-timing-function: ease-in-out; }
  33.45%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-text-1-translate {
  0%, 14.7% { translate: 0 20px; }
  14.7% { animation-timing-function: ease-in-out; }
  33.45%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-benefit-icon-2-opacity {
  0%, 16.85% { opacity: 0; }
  16.85% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  35.6%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-icon-2-scale {
  0%, 16.85% { scale: .6 .6; }
  16.85% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  35.6%, 100% { scale: 1 1; }
}

@keyframes figma-desktop-benefit-text-2-opacity {
  0%, 19.15% { opacity: 0; }
  19.15% { animation-timing-function: ease-in-out; }
  37.9%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-text-2-translate {
  0%, 19.15% { translate: 0 20px; }
  19.15% { animation-timing-function: ease-in-out; }
  37.9%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-benefit-icon-3-opacity {
  0%, 21.293% { opacity: 0; }
  21.293% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  40.043%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-icon-3-scale {
  0%, 21.293% { scale: .6 .6; }
  21.293% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  40.043%, 100% { scale: 1 1; }
}

@keyframes figma-desktop-benefit-text-3-opacity {
  0%, 23.55% { opacity: 0; }
  23.55% { animation-timing-function: ease-in-out; }
  42.3%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-text-3-translate {
  0%, 23.55% { translate: 0 20px; }
  23.55% { animation-timing-function: ease-in-out; }
  42.3%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-benefit-icon-4-opacity {
  0%, 26.05% { opacity: 0; }
  26.05% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  44.8%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-icon-4-scale {
  0%, 26.05% { scale: .6 .6; }
  26.05% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  44.8%, 100% { scale: 1 1; }
}

@keyframes figma-desktop-benefit-text-4-opacity {
  0%, 28.75% { opacity: 0; }
  28.75% { animation-timing-function: ease-in-out; }
  47.5%, 100% { opacity: 1; }
}

@keyframes figma-desktop-benefit-text-4-translate {
  0%, 28.75% { translate: 0 20px; }
  28.75% { animation-timing-function: ease-in-out; }
  47.5%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-header-opacity {
  0%, 2.737% { opacity: .4; }
  2.737% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  21.008%, 100% { opacity: 1; }
}

@keyframes figma-desktop-header-translate {
  0%, 2.737% { translate: 0 54px; }
  2.737% { animation-timing-function: ease-in-out; }
  21.008%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-brand-opacity {
  0%, 12.828% { opacity: 0; }
  12.828% { animation-timing-function: ease-in-out; }
  32.967%, 100% { opacity: 1; }
}

@keyframes figma-desktop-brand-translate {
  0%, 12.828% { translate: -60px 0; }
  12.828% { animation-timing-function: ease-in-out; }
  32.967%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-nav-1-opacity {
  0%, 17.858% { opacity: 0; }
  17.858% { animation-timing-function: ease-in-out; }
  32.967%, 100% { opacity: 1; }
}

@keyframes figma-desktop-nav-1-translate {
  0%, 17.858% { translate: 0 13.443px; }
  17.858% { animation-timing-function: ease-in-out; }
  32.967%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-nav-2-opacity {
  0%, 22.95% { opacity: 0; }
  22.95% { animation-timing-function: ease-in-out; }
  38.45%, 100% { opacity: 1; }
}

@keyframes figma-desktop-nav-2-translate {
  0%, 22.95% { translate: 0 15px; }
  22.95% { animation-timing-function: ease-in-out; }
  38.45%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-nav-3-opacity {
  0%, 28.75% { opacity: 0; }
  28.75% { animation-timing-function: ease-in-out; }
  43.6%, 100% { opacity: 1; }
}

@keyframes figma-desktop-nav-3-translate {
  0%, 28.75% { translate: 0 11px; }
  28.75% { animation-timing-function: ease-in-out; }
  43.6%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-nav-4-opacity {
  0%, 34.5% { opacity: 0; }
  34.5% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  48.95%, 100% { opacity: 1; }
}

@keyframes figma-desktop-nav-4-translate {
  0%, 34.5% { translate: 0 13px; }
  48.95%, 100% { translate: 0 0; }
}

@keyframes figma-desktop-account-opacity {
  0%, 38.45% { opacity: 0; }
  38.45% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  55.046%, 100% { opacity: 1; }
}

@keyframes figma-desktop-account-rotate {
  0%, 38.45% { --hero-figma-rotate: -1.396rad; }
  38.45% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  55.046%, 100% { --hero-figma-rotate: 0rad; }
}

@keyframes figma-desktop-account-scale {
  0%, 38.45% { scale: .4 .4; }
  38.45% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  55.046%, 100% { scale: 1 1; }
}

@keyframes figma-mobile-left-opacity {
  0%, 5.544% { opacity: 0; }
  5.544% { animation-timing-function: ease-in-out; }
  20.4%, 100% { opacity: 1; }
}

@keyframes figma-mobile-left-translate {
  0%, 5.544% { translate: 0 73.403px; }
  5.544% { animation-timing-function: ease-in-out; }
  20.4%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-photo-opacity {
  0% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  13.5%, 100% { opacity: 1; }
}

@keyframes figma-mobile-photo-translate {
  0% { translate: 0 52px; }
  13.5%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-wave-opacity {
  0%, 2.869% { opacity: 0; }
  2.869% { animation-timing-function: ease-in-out; }
  17.725%, 100% { opacity: 1; }
}

@keyframes figma-mobile-wave-translate {
  0%, 2.869% { translate: 0 73.403px; }
  2.869% { animation-timing-function: ease-in-out; }
  17.725%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-search-opacity {
  0%, 14.95% { opacity: 0; }
  14.95% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  32.414%, 100% { opacity: 1; }
}

@keyframes figma-mobile-search-translate {
  0%, 14.95% { translate: 0 23px; }
  14.95% { animation-timing-function: ease-in-out; }
  32.414%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-search-button-opacity {
  0%, 26.55% { opacity: 0; }
  26.55% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  38.85%, 100% { opacity: 1; }
}

@keyframes figma-mobile-search-button-scale {
  0%, 26.55% { scale: .6 .6; }
  26.55% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  38.85%, 100% { scale: 1 1; }
}

@keyframes figma-mobile-header-opacity {
  0% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); opacity: 0; }
  14.95%, 100% { opacity: 1; }
}

@keyframes figma-mobile-header-translate {
  0% { translate: 0 8px; }
  3.2% { translate: 0 26px; }
  14.95%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-brand-opacity {
  0%, 11.094% { opacity: 0; }
  11.094% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  26.094%, 100% { opacity: 1; }
}

@keyframes figma-mobile-brand-translate {
  0%, 11.094% { translate: 0 17px; }
  26.094%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-menu-opacity {
  0%, 5% { opacity: 0; }
  5% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  19.9%, 100% { opacity: 1; }
}

@keyframes figma-mobile-menu-rotate {
  0%, 5% { --hero-figma-rotate: -1.047rad; }
  5% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  19.9%, 100% { --hero-figma-rotate: 0rad; }
}

@keyframes figma-mobile-menu-scale {
  0%, 5% { scale: .6 .6; }
  5% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  19.9%, 100% { scale: 1 1; }
}

@keyframes figma-mobile-title-1-opacity {
  0%, 5.929% { opacity: 0; }
  5.929% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  24.255%, 100% { opacity: 1; }
}

@keyframes figma-mobile-title-1-translate {
  0%, 5.929% { translate: -27px 0; }
  5.929% { animation-timing-function: ease-in-out; }
  24.255%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-title-2-opacity {
  0%, 8.856% { opacity: 0; }
  8.856% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  27.182%, 100% { opacity: 1; }
}

@keyframes figma-mobile-title-2-translate {
  0%, 8.856% { translate: -27px 0; }
  8.856% { animation-timing-function: ease-in-out; }
  27.182%, 100% { translate: 0 0; }
}

@keyframes figma-mobile-subtitle-opacity {
  0%, 14.95% { opacity: 0; }
  14.95% { animation-timing-function: cubic-bezier(.5, 0, .5, 1); }
  33.4%, 100% { opacity: .97; }
}

@keyframes figma-mobile-subtitle-translate {
  0%, 14.95% { translate: -26px 0; }
  14.95% { animation-timing-function: ease-in-out; }
  33.4%, 100% { translate: 0 0; }
}

html.figma-capture .hero__media,
html.figma-capture .hero__shape-stack,
html.figma-capture .hero-title__line,
html.figma-capture .hero__copy > p,
html.figma-capture .search-form,
html.figma-capture .search-form > button,
html.figma-capture .benefits::before,
html.figma-capture .figma-catalog::before,
html.figma-capture .benefit__icon,
html.figma-capture .benefit__label,
html.figma-capture .benefits__divider,
html.figma-capture .site-header,
html.figma-capture .site-header::before,
html.figma-capture .site-header .brand,
html.figma-capture .site-header .main-nav a,
html.figma-capture .site-header .round-button,
html.figma-capture .site-header .menu-button {
  animation: none !important;
}
