@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  src: url("fonts/philosopher-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  src: url("fonts/philosopher-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #13233b;
  --navy-deep: #0b1728;
  --cream: #e9e3cc;
  --gold: #bea575;
  --green: #0b392c;
  --gray: #e7e9eb;
  --paper: #f7f7f4;
  --ink: #13233b;
  --muted: rgba(19, 35, 59, .68);
  --line: rgba(19, 35, 59, .12);
  --side: max(18px, calc((100vw - 1740px) / 2));
  --font-body: "Gilroy", "Segoe UI", Arial, sans-serif;
  --font-display: "Philosopher", Georgia, "Times New Roman", serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site-wrap {
  overflow: clip;
}

.site-header {
  min-height: 111px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 var(--side);
  background: var(--navy);
  color: var(--cream);
  position: relative;
  z-index: 20;
}

.brand {
  min-width: max-content;
  display: inline-flex;
  align-items: flex-start;
  color: var(--cream);
}

.brand-logo {
  width: 240px;
  height: 79px;
  gap: 13px;
}

.brand-emblem {
  width: 54px;
  height: 79px;
  flex: 0 0 54px;
  object-fit: contain;
}

.brand-lockup {
  display: grid;
  gap: 5px;
  padding-top: 7px;
}

.brand-wordmark {
  width: 173px;
  height: 52px;
  object-fit: contain;
}

.brand-tagline {
  width: 120px;
  height: 7px;
  object-fit: contain;
}

.header-nav,
.header-actions,
.chip-row,
.meta-row,
.pagination,
.tabs {
  display: flex;
  align-items: center;
}

.header-nav {
  flex: 1;
  justify-content: flex-start;
  gap: 0;
  margin-left: 36px;
}

.header-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .94);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.header-nav a.has-chevron::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: .85;
}

.chip,
.tab-button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(233, 227, 204, .08);
  border-radius: 999px;
  background: rgba(233, 227, 204, .10);
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  white-space: nowrap;
}

.header-nav a:hover {
  background: rgba(233, 227, 204, .08);
  border-color: rgba(233, 227, 204, .08);
}

.chip:hover,
.tab-button:hover {
  background: rgba(190, 165, 117, .32);
}

.header-actions {
  gap: 17px;
  margin-left: auto;
}

.icon-link,
.menu-toggle {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #3b485c;
  color: var(--cream);
  font-size: 0;
}

.icon-link img,
.favorite-link img,
.social-links img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.favorite-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.favorite-link img {
  width: 46px;
  height: 46px;
  padding: 12px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 46px;
}

.social-links a {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
}

.phone-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #3b485c;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--cream);
}

.menu-toggle span:first-child {
  top: 17px;
}

.menu-toggle span:last-child {
  bottom: 17px;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 560px;
  padding: 92px var(--side) 86px;
  overflow: hidden;
  background: var(--navy);
  color: var(--cream);
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1740px;
  margin: 0 auto;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 52px;
  color: rgba(233, 227, 204, .56);
  font-size: 14px;
}

.breadcrumbs a {
  color: rgba(233, 227, 204, .82);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 790px) minmax(440px, 760px);
  justify-content: space-between;
  gap: 70px;
  align-items: center;
}

.hero-grid-solo {
  grid-template-columns: minmax(0, 980px);
}

.hero-copy h1,
.section-title,
.feature-copy h2,
.article-body h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: .84;
  letter-spacing: 0;
}

.hero-copy h1 {
  font-size: 88px;
}

.hero-copy p {
  max-width: 680px;
  margin: 38px 0 0;
  color: rgba(233, 227, 204, .78);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.12;
}

.hero-card {
  min-height: 390px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .18);
  position: relative;
}

.hero-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.hero-card .floating-price {
  position: absolute;
  right: 26px;
  bottom: 26px;
  min-width: 238px;
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  color: var(--navy);
}

.floating-price span {
  color: rgba(19, 35, 59, .58);
  font-size: 13px;
}

.floating-price strong {
  font-size: 29px;
}

.section {
  padding: 96px var(--side);
  background: var(--paper);
}

.section.gray {
  background: var(--gray);
}

.section.dark {
  background: var(--navy);
  color: var(--cream);
}

.section-inner {
  max-width: 1740px;
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(360px, 760px) minmax(300px, 620px);
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.section-title {
  font-size: 64px;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.4;
}

.dark .section-lead {
  color: rgba(233, 227, 204, .72);
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.blog-list-section {
  padding-top: 64px;
}

.blog-featured {
  display: grid;
  grid-template-columns: minmax(420px, 780px) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
  margin-bottom: 34px;
  padding: 20px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 18px 42px rgba(19, 35, 59, .07);
}

.blog-featured-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 16px;
}

.blog-featured-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.blog-featured-media .badge {
  position: absolute;
  left: 18px;
  top: 18px;
}

.blog-featured-copy {
  padding-right: 36px;
}

.blog-featured-copy > span,
.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(190, 165, 117, .18);
  color: #8f6c27;
  font-size: 12px;
  font-weight: 700;
}

.blog-featured-copy h2 {
  max-width: 680px;
  margin: 22px 0 22px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: .9;
}

.blog-featured-copy p {
  max-width: 620px;
  color: rgba(19, 35, 59, .70);
  font-size: 20px;
  line-height: 1.38;
}

.blog-featured-copy .primary-button {
  margin-top: 14px;
}

.filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  padding: 22px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 18px 40px rgba(19, 35, 59, .07);
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: rgba(19, 35, 59, .48);
  font-size: 12px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 999px;
  outline: none;
  background: #eef0f1;
  color: var(--navy);
  padding: 0 20px;
  min-height: 56px;
  font-weight: 500;
}

.field textarea {
  min-height: 128px;
  border-radius: 20px;
  padding-top: 17px;
  resize: vertical;
}

.primary-button,
.ghost-button,
.dark-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 700;
  text-align: center;
}

.primary-button {
  background: var(--gold);
  color: white;
}

.dark-button {
  background: var(--navy);
  color: white;
}

.ghost-button {
  background: white;
  color: var(--navy);
  box-shadow: 0 14px 36px rgba(19, 35, 59, .08);
}

.grid-3,
.grid-2,
.stat-grid,
.team-grid,
.plan-list,
.screen-list {
  display: grid;
  gap: 20px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.property-card,
.village-card,
.info-card,
.article-card,
.team-card,
.screen-card,
.contact-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: white;
  color: var(--navy);
  box-shadow: 0 18px 42px rgba(19, 35, 59, .07);
}

.property-card {
  min-height: 520px;
}

.property-card,
.village-card,
.article-card {
  display: flex;
  flex-direction: column;
}

.villages-filter-section {
  padding-top: 42px;
  padding-bottom: 42px;
}

.villages-filter {
  align-items: end;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(19, 35, 59, .08);
}

.villages-list-section {
  padding-top: 86px;
}

.village-grid {
  align-items: stretch;
}

.village-card {
  min-height: 520px;
}

.village-card .card-body {
  padding: 26px 25px 25px;
}

.village-card .card-title {
  font-family: var(--font-display);
  font-size: 34px;
  line-height: .92;
}

.property-media,
.village-media,
.article-media {
  position: relative;
  height: 258px;
  overflow: hidden;
  background: #dce1df;
}

.property-media {
  height: 278px;
}

.village-media {
  height: 300px;
}

.property-media img,
.village-media img,
.article-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.property-media > a {
  display: block;
  width: 100%;
  height: 100%;
}

.property-card:hover img,
.village-card:hover img,
.article-card:hover img {
  transform: scale(1.04);
}

.village-intro-grid {
  display: grid;
  grid-template-columns: minmax(420px, 720px) minmax(520px, 860px);
  gap: 80px;
  align-items: center;
}

.village-gallery-mini {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, 235px);
  gap: 18px;
}

.village-gallery-mini img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.village-gallery-mini img:first-child {
  grid-row: 1 / span 2;
}

.villages-hero,
.village-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 70px var(--side) 78px;
  background: var(--navy);
  color: var(--cream);
}

.village-detail-hero {
  min-height: 690px;
}

.villages-hero-inner,
.village-detail-hero-inner {
  position: relative;
  z-index: 1;
}

.villages-hero .breadcrumbs,
.village-detail-hero .breadcrumbs {
  margin-bottom: 54px;
  color: rgba(233, 227, 204, .50);
}

.villages-hero-grid,
.village-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(460px, 820px) minmax(480px, 760px);
  gap: 72px;
  align-items: center;
  justify-content: space-between;
}

.villages-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 24px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(190, 165, 117, .18);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.villages-hero-copy h1,
.village-detail-copy h1,
.village-overview-copy h2,
.village-map-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.villages-hero-copy h1,
.village-detail-copy h1 {
  font-size: 88px;
  line-height: .84;
}

.villages-hero-copy p,
.village-detail-copy p {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(233, 227, 204, .78);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.13;
}

.villages-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.villages-hero-media,
.village-detail-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

.villages-hero-media img,
.village-detail-media img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.villages-hero-card,
.village-detail-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(247, 247, 244, .92);
  color: var(--navy);
}

.villages-hero-card span,
.village-detail-card span,
.villages-hero-card small,
.village-detail-card small {
  color: rgba(19, 35, 59, .58);
  font-size: 13px;
}

.villages-hero-card strong,
.village-detail-card strong {
  font-size: 27px;
  line-height: 1;
}

.villages-search-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-top: 44px;
  padding: 20px;
  border: 1px solid rgba(233, 227, 204, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .10);
  box-shadow: 0 24px 62px rgba(0, 0, 0, .18);
}

.villages-search-panel label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.villages-search-panel span {
  color: rgba(233, 227, 204, .62);
  font-size: 12px;
}

.villages-search-panel input,
.villages-search-panel select {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  outline: none;
  padding: 0 20px;
  background: rgba(233, 227, 204, .16);
  color: var(--cream);
  font-weight: 500;
}

.villages-search-panel input::placeholder {
  color: rgba(233, 227, 204, .50);
}

.villages-summary-section {
  padding-top: 46px;
  padding-bottom: 46px;
}

.villages-summary-grid,
.village-detail-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.villages-summary-grid div,
.village-detail-facts div {
  min-width: 0;
  padding: 28px;
  border-radius: 20px;
  background: white;
  color: var(--navy);
  box-shadow: 0 18px 42px rgba(19, 35, 59, .06);
}

.villages-summary-grid strong,
.village-detail-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 400;
  line-height: .9;
}

.villages-summary-grid span,
.village-detail-facts span {
  color: rgba(19, 35, 59, .68);
  font-size: 15px;
  line-height: 1.25;
}

.village-detail-facts {
  margin-top: 34px;
}

.village-detail-facts div {
  border: 1px solid rgba(233, 227, 204, .14);
  background: rgba(255, 255, 255, .08);
  color: var(--cream);
  box-shadow: none;
}

.village-detail-facts span {
  color: rgba(233, 227, 204, .58);
}

.village-detail-facts strong {
  color: var(--cream);
}

.village-grid-refined {
  gap: 24px;
}

.village-card-refined {
  min-height: 612px;
  border-radius: 22px;
}

.village-card-refined .village-media {
  height: 326px;
  color: inherit;
}

.village-media-contain {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #edf0ef 0%, #dce2df 100%);
}

.village-card-refined .village-media-contain img {
  width: 92%;
  height: 92%;
  padding: 26px;
  object-fit: contain;
}

.village-card-refined .card-body {
  padding: 28px 28px 30px;
}

.village-card-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.village-card-refined .card-title {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: .92;
}

.village-card-refined .card-text {
  font-size: 16px;
  line-height: 1.38;
}

.village-card-refined .dark-button {
  align-self: flex-start;
  min-width: 190px;
  margin-top: auto;
}

.village-overview-grid,
.village-map-grid {
  display: grid;
  grid-template-columns: minmax(420px, 720px) minmax(520px, 860px);
  gap: 76px;
  align-items: center;
}

.village-overview-copy h2,
.village-map-copy h2 {
  margin-bottom: 26px;
  font-size: 66px;
  line-height: .9;
}

.village-overview-copy p,
.village-map-copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.village-overview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.village-overview-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(190, 165, 117, .18);
  color: #8f6c27;
  font-size: 13px;
  font-weight: 700;
}

.village-gallery-refined {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(2, 236px);
  gap: 18px;
}

.village-gallery-refined img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(19, 35, 59, .08);
}

.village-gallery-refined img:first-child {
  grid-row: 1 / span 2;
}

.village-infra-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.village-infra-grid article {
  min-height: 250px;
  padding: 28px;
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 42px rgba(19, 35, 59, .06);
}

.village-infra-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.village-infra-grid h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: .95;
}

.village-infra-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.38;
}

.village-map-grid .map-box {
  min-height: 460px;
}

.village-route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.village-route-list div {
  padding: 20px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 14px 34px rgba(19, 35, 59, .06);
}

.village-route-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
}

.village-route-list span {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1280px) {
  .villages-hero-grid,
  .village-detail-hero-grid,
  .village-overview-grid,
  .village-map-grid {
    grid-template-columns: 1fr;
  }

  .villages-search-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .villages-search-panel .primary-button {
    grid-column: 1 / -1;
  }

  .villages-summary-grid,
  .village-detail-facts,
  .village-infra-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .villages-hero,
  .village-detail-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .villages-hero .breadcrumbs,
  .village-detail-hero .breadcrumbs {
    margin-bottom: 32px;
  }

  .villages-hero-grid,
  .village-detail-hero-grid,
  .village-overview-grid,
  .village-map-grid {
    gap: 34px;
  }

  .villages-hero-copy h1,
  .village-detail-copy h1 {
    font-size: 54px;
    line-height: .88;
  }

  .villages-hero-copy p,
  .village-detail-copy p,
  .village-overview-copy p,
  .village-map-copy p {
    font-size: 17px;
    line-height: 1.36;
  }

  .villages-hero-actions,
  .villages-hero-actions .primary-button,
  .villages-hero-actions .ghost-on-dark-button {
    width: 100%;
  }

  .villages-hero-media,
  .village-detail-media {
    min-height: 282px;
    border-radius: 20px;
  }

  .villages-hero-media img,
  .village-detail-media img {
    height: 282px;
  }

  .villages-hero-card,
  .village-detail-card {
    right: 14px;
    bottom: 14px;
    min-width: 170px;
    padding: 16px 18px;
    border-radius: 16px;
  }

  .villages-hero-card strong,
  .village-detail-card strong {
    font-size: 21px;
  }

  .villages-search-panel,
  .villages-summary-grid,
  .village-detail-facts,
  .village-infra-grid,
  .village-route-list {
    grid-template-columns: 1fr;
  }

  .villages-search-panel {
    padding: 14px;
    border-radius: 18px;
  }

  .villages-summary-grid div,
  .village-detail-facts div,
  .village-infra-grid article {
    padding: 22px;
  }

  .villages-summary-grid strong,
  .village-detail-facts strong {
    font-size: 42px;
  }

  .village-card-refined {
    min-height: auto;
    border-radius: 18px;
  }

  .village-card-refined .village-media {
    height: 236px;
  }

  .village-card-refined .card-body {
    padding: 22px 20px 24px;
  }

  .village-card-refined .card-title {
    font-size: 30px;
  }

  .village-card-refined .dark-button {
    width: 100%;
  }

  .village-overview-copy h2,
  .village-map-copy h2 {
    font-size: 44px;
    line-height: .95;
  }

  .village-gallery-refined {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .village-gallery-refined img,
  .village-gallery-refined img:first-child {
    grid-row: auto;
    height: 220px;
  }

  .village-infra-grid h3 {
    font-size: 28px;
  }

  .village-map-grid .map-box {
    min-height: 300px;
  }
}

.badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: var(--green);
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.property-media .badge,
.article-media .badge,
.village-media .badge {
  position: absolute;
  left: 18px;
  top: 18px;
}

.favorite {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: var(--navy);
  font-size: 22px;
}

.card-body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.card-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.card-title {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.02;
  text-transform: none;
}

.card-title a {
  color: inherit;
  text-decoration: none;
}

.card-text {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.meta-row {
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.meta-row span,
.tag {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef0f1;
  color: rgba(19, 35, 59, .74);
  padding: 0 10px;
  font-size: 12px;
}

.price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
}

.price-row strong {
  font-size: 27px;
  line-height: 1;
}

.stat-card,
.info-card {
  padding: 30px;
}

.stat-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 400;
  line-height: .9;
}

.stat-card span,
.info-card p,
.team-card p,
.contact-card p {
  color: var(--muted);
  line-height: 1.38;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(420px, 760px) minmax(420px, 760px);
  gap: 70px;
  align-items: center;
}

.feature-copy h2 {
  margin-bottom: 28px;
  font-size: 66px;
}

.feature-copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.46;
}

.feature-media {
  overflow: hidden;
  border-radius: 20px;
  min-height: 420px;
}

.feature-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  grid-auto-rows: 250px;
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.spec-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--line);
}

.spec-table div {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: white;
}

.spec-table span {
  color: var(--muted);
}

.spec-table strong {
  text-align: right;
}

.object-hero {
  position: relative;
  padding: 68px var(--side) 44px;
  overflow: hidden;
  background: var(--navy);
  color: var(--cream);
}

.object-hero > .section-inner {
  position: relative;
  z-index: 1;
}

.object-hero .breadcrumbs {
  margin-bottom: 42px;
}

.object-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 760px) minmax(520px, 830px);
  align-items: end;
  justify-content: space-between;
  gap: 70px;
}

.object-hero-copy h1,
.object-description h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.object-hero-copy h1 {
  font-size: 86px;
  line-height: .82;
}

.object-hero-copy p {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(233, 227, 204, .78);
  font-size: 21px;
  line-height: 1.2;
}

.object-label {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(190, 165, 117, .22);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.object-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.object-favorite {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: var(--cream);
  font-size: 28px;
}

.object-hero-media {
  position: relative;
  min-height: 428px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
}

.object-hero-media img {
  width: 100%;
  height: 428px;
  object-fit: cover;
}

.object-price-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 300px;
  padding: 20px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
}

.object-price-card span {
  display: block;
  margin-bottom: 6px;
  color: rgba(19, 35, 59, .52);
  font-size: 13px;
}

.object-price-card strong {
  font-size: 28px;
  line-height: 1;
}

.object-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(233, 227, 204, .12);
}

.object-facts div {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, .06);
}

.object-facts span {
  color: rgba(233, 227, 204, .55);
  font-size: 13px;
}

.object-facts strong {
  color: var(--cream);
  font-size: 22px;
  line-height: 1;
}

.object-gallery-section {
  padding-top: 46px;
  padding-bottom: 46px;
  background: var(--gray);
}

.object-gallery-grid {
  display: grid;
  grid-template-columns: 1.38fr .82fr .82fr;
  grid-template-rows: repeat(2, 250px);
  gap: 20px;
}

.object-gallery-grid img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.object-gallery-grid .is-large {
  grid-row: 1 / span 2;
}

.object-info-grid {
  display: grid;
  grid-template-columns: minmax(420px, 910px) minmax(360px, 520px);
  gap: 80px;
  align-items: start;
}

.object-description {
  padding: 58px 64px;
  border-radius: 20px;
  background: white;
}

.object-description h2 {
  max-width: 780px;
  color: var(--navy);
  font-size: 70px;
  line-height: .86;
}

.object-description p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(19, 35, 59, .72);
  font-size: 21px;
  line-height: 1.42;
}

.object-side-card {
  padding: 34px;
  border-radius: 20px;
  background: var(--navy);
  color: var(--cream);
}

.object-side-card h3 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 400;
  line-height: .9;
}

.spec-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(233, 227, 204, .12);
}

.spec-list div {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, .06);
}

.spec-list span {
  color: rgba(233, 227, 204, .58);
}

.spec-list strong {
  text-align: right;
}

.object-location-grid {
  display: grid;
  grid-template-columns: minmax(360px, 600px) minmax(520px, 1fr);
  gap: 70px;
  align-items: start;
}

.object-location-grid .section-head {
  display: block;
  margin-bottom: 0;
}

.object-location-grid .section-lead {
  margin-top: 24px;
}

.process-list {
  counter-reset: steps;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.process-item {
  counter-increment: steps;
  min-height: 260px;
  padding: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  color: var(--cream);
}

.process-item::before {
  content: counter(steps, decimal-leading-zero);
  display: block;
  margin-bottom: 40px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 46px;
}

.process-item h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.05;
}

.process-item p {
  color: rgba(233, 227, 204, .72);
  line-height: 1.35;
}

.form-panel {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 540px);
  gap: 60px;
  padding: 66px;
  border-radius: 20px;
  background: var(--navy);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.form-panel > * {
  position: relative;
  z-index: 1;
}

.form-panel h2 {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 400;
  line-height: .86;
}

.form-panel p {
  color: rgba(233, 227, 204, .72);
  font-size: 20px;
  line-height: 1.42;
}

.form-grid {
  display: grid;
  gap: 14px;
  align-content: start;
}

.form-panel .field span {
  color: rgba(233, 227, 204, .58);
}

.form-panel .field input,
.form-panel .field textarea {
  background: rgba(255, 255, 255, .94);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 960px) minmax(280px, 420px);
  gap: 80px;
  align-items: start;
}

.article-hero-page {
  padding: 76px var(--side) 86px;
  background: var(--paper);
}

.article-hero-page .breadcrumbs {
  margin-bottom: 54px;
  color: rgba(19, 35, 59, .50);
}

.article-hero-page .breadcrumbs a {
  color: rgba(19, 35, 59, .76);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1080px) minmax(320px, 430px);
  gap: 80px;
  align-items: start;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.article-hero-page h1 {
  max-width: 1040px;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 82px;
  font-weight: 400;
  line-height: .86;
}

.article-hero-page p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(19, 35, 59, .72);
  font-size: 23px;
  line-height: 1.36;
}

.article-author-card {
  padding: 30px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 18px 42px rgba(19, 35, 59, .07);
}

.article-author-card span {
  display: block;
  margin-bottom: 18px;
  color: rgba(19, 35, 59, .45);
  font-size: 13px;
}

.article-author-card strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.08;
}

.article-author-card p {
  margin: 18px 0 0;
  font-size: 15px;
}

.article-content-section {
  padding-top: 0;
}

.article-body {
  max-width: 960px;
}

.article-body h1 {
  margin: 0 0 32px;
  font-size: 72px;
  color: var(--navy);
}

.article-body h2 {
  margin: 46px 0 18px;
  font-size: 34px;
}

.article-body p,
.article-body li {
  color: rgba(19, 35, 59, .76);
  font-size: 20px;
  line-height: 1.55;
}

.article-body blockquote {
  margin: 38px 0;
  padding: 34px 38px;
  border-radius: 20px;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
}

.article-body img {
  width: 100%;
  max-height: 520px;
  border-radius: 20px;
  object-fit: cover;
  margin: 34px 0;
}

.article-aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.article-nav-card {
  display: grid;
  gap: 10px;
}

.article-nav-card a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  background: #eef0f1;
  color: rgba(19, 35, 59, .74);
}

.page-article {
  background: var(--paper);
}

.page-article .site-header {
  background: var(--gray);
  color: var(--navy);
}

.page-article .site-header .brand img,
.page-article .favorite-link img,
.page-article .social-links img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(967%) hue-rotate(178deg) brightness(90%) contrast(94%);
}

.page-article .header-nav a,
.page-article .favorite-link {
  color: var(--navy);
}

.page-article .header-nav a:first-child {
  color: var(--gold);
}

.page-article .phone-link {
  background: #3b485c;
  color: #fff;
}

.page-article .menu-toggle {
  background: var(--navy);
  color: var(--cream);
}

.article-detail-hero {
  padding: 0 var(--side) 92px;
  background: var(--gray);
  color: var(--navy);
}

.article-detail-breadcrumbs {
  margin-bottom: 56px;
  color: rgba(19, 35, 59, .52);
}

.article-detail-breadcrumbs a {
  color: rgba(19, 35, 59, .78);
}

.article-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1130px) minmax(300px, 390px);
  gap: clamp(32px, 5vw, 92px);
  align-items: end;
}

.article-detail-copy {
  max-width: 1160px;
}

.article-detail-copy h1 {
  max-width: 1120px;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(68px, 5.2vw, 100px);
  font-weight: 400;
  line-height: .86;
}

.article-detail-copy p {
  max-width: 790px;
  margin: 30px 0 0;
  color: rgba(19, 35, 59, .72);
  font-size: 23px;
  line-height: 1.36;
}

.article-detail-author,
.article-detail-card,
.article-media-caption {
  border: 1px solid rgba(19, 35, 59, .08);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 70px rgba(19, 35, 59, .08);
  backdrop-filter: blur(14px);
}

.article-detail-author {
  padding: 30px;
  border-radius: 18px;
}

.article-detail-author span,
.article-help-card span {
  display: block;
  margin-bottom: 18px;
  color: rgba(19, 35, 59, .46);
  font-size: 13px;
  font-weight: 500;
}

.article-detail-author strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
}

.article-detail-author p {
  margin: 18px 0 0;
  color: rgba(19, 35, 59, .66);
  font-size: 15px;
  line-height: 1.4;
}

.article-detail-media {
  position: relative;
  min-height: 560px;
  margin-top: 68px;
  overflow: hidden;
  border-radius: 22px;
  background: #d7dadd;
}

.article-detail-media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.article-media-caption {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: min(360px, calc(100% - 64px));
  padding: 24px 26px;
  border-radius: 18px;
}

.article-media-caption span {
  display: block;
  margin-bottom: 12px;
  color: rgba(19, 35, 59, .48);
  font-size: 13px;
}

.article-media-caption strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: .95;
}

.article-detail-content {
  padding-top: 96px;
  background: var(--paper);
}

.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 930px);
  gap: clamp(46px, 6vw, 116px);
  align-items: start;
}

.article-detail-side {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 18px;
}

.article-detail-card {
  padding: 26px;
  border-radius: 18px;
}

.article-detail-card h3 {
  margin: 0 0 20px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: .95;
}

.article-detail-card p {
  color: rgba(19, 35, 59, .66);
  font-size: 16px;
  line-height: 1.45;
}

.article-detail-card .primary-button {
  width: 100%;
  margin-top: 12px;
}

.article-detail-body {
  max-width: 930px;
}

.article-detail-body .article-lead {
  margin-bottom: 52px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.34;
}

.article-detail-body h2 {
  max-width: 820px;
  margin: 62px 0 22px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: .9;
}

.article-detail-body p,
.article-detail-body li {
  color: rgba(19, 35, 59, .76);
  font-size: 21px;
  line-height: 1.56;
}

.article-detail-body ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding-left: 22px;
}

.article-detail-body blockquote {
  margin: 42px 0;
  padding: 40px 46px;
  border-radius: 20px;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.02;
}

.article-inline-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  margin: 50px 0 8px;
}

.article-inline-grid img {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  object-fit: cover;
}

.article-checklist {
  display: grid;
  gap: 0;
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid rgba(19, 35, 59, .10);
  border-radius: 20px;
  background: #fff;
}

.article-checklist > span {
  padding: 24px 28px 6px;
  color: rgba(19, 35, 59, .46);
  font-size: 13px;
  font-weight: 500;
}

.article-checklist div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 20px;
  padding: 24px 28px;
  border-top: 1px solid rgba(19, 35, 59, .08);
}

.article-checklist strong {
  color: var(--gold);
  font-size: 24px;
  font-weight: 500;
}

.article-checklist p {
  margin: 0;
  font-size: 19px;
}

.article-related-section {
  padding-top: 96px;
}

@media (max-width: 1280px) {
  .article-detail-hero {
    padding-bottom: 72px;
  }

  .article-detail-hero-grid,
  .article-detail-layout {
    grid-template-columns: 1fr;
  }

  .article-detail-copy h1 {
    max-width: 980px;
  }

  .article-detail-author {
    max-width: 520px;
  }

  .article-detail-media,
  .article-detail-media img {
    min-height: 460px;
    height: 460px;
  }

  .article-detail-side {
    position: static;
    order: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-detail-body {
    order: 1;
  }
}

@media (max-width: 760px) {
  .article-detail-hero {
    padding-top: 34px;
    padding-bottom: 56px;
  }

  .article-detail-breadcrumbs {
    margin-bottom: 32px;
  }

  .article-detail-copy h1 {
    font-size: 46px;
    line-height: .88;
  }

  .article-detail-copy p {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.32;
  }

  .article-detail-author,
  .article-detail-card {
    padding: 22px;
    border-radius: 16px;
  }

  .article-detail-media,
  .article-detail-media img {
    min-height: 268px;
    height: 268px;
    border-radius: 18px;
  }

  .article-detail-media {
    margin-top: 38px;
  }

  .article-media-caption {
    right: 14px;
    bottom: 14px;
    width: min(300px, calc(100% - 28px));
    padding: 18px;
    border-radius: 15px;
  }

  .article-media-caption strong {
    font-size: 25px;
  }

  .article-detail-content {
    padding-top: 58px;
  }

  .article-detail-layout {
    gap: 40px;
  }

  .article-detail-side {
    grid-template-columns: 1fr;
  }

  .article-detail-body .article-lead {
    margin-bottom: 38px;
    font-size: 19px;
    line-height: 1.42;
  }

  .article-detail-body h2 {
    margin-top: 46px;
    font-size: 40px;
    line-height: .92;
  }

  .article-detail-body p,
  .article-detail-body li {
    font-size: 16px;
    line-height: 1.55;
  }

  .article-detail-body blockquote {
    margin: 32px 0;
    padding: 26px 22px;
    border-radius: 18px;
    font-size: 26px;
    line-height: 1.08;
  }

  .article-inline-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
  }

  .article-inline-grid img {
    height: 230px;
    border-radius: 16px;
  }

  .article-checklist {
    margin-top: 42px;
    border-radius: 18px;
  }

  .article-checklist div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .article-checklist > span {
    padding: 20px 20px 0;
  }

  .article-checklist p {
    font-size: 16px;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(420px, 620px) minmax(420px, 1fr);
  gap: 40px;
}

.contacts-stack {
  display: grid;
  gap: 16px;
}

.contact-card {
  padding: 28px;
}

.contact-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(19, 35, 59, .45);
  font-size: 13px;
}

.contact-card h3 a {
  color: inherit;
}

.contact-card h3,
.info-card h3,
.screen-card h3,
.team-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
}

.map-box {
  min-height: 540px;
  overflow: hidden;
  border-radius: 20px;
}

.map-box img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.team-card {
  padding: 18px;
}

.team-photo {
  height: 250px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, .92) 0 34px, transparent 35px),
    linear-gradient(160deg, rgba(233, 227, 204, .95), rgba(190, 165, 117, .62) 48%, rgba(19, 35, 59, .92) 49%),
    var(--gray);
}

.page-owners .stat-card,
.page-about .stat-card {
  background: transparent;
  box-shadow: none;
}

.page-owners .form-panel,
.page-contacts .form-panel {
  scroll-margin-top: 80px;
}

.article-card .card-title {
  font-size: 22px;
}

.tabs {
  flex-wrap: wrap;
  gap: 8px;
}

.tab-button {
  border-color: var(--line);
  background: white;
  color: var(--navy);
}

.tab-button.active {
  background: var(--navy);
  color: white;
}

.screen-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 70px;
}

.plan-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 20px;
  background: var(--navy);
  color: white;
  box-shadow: 0 18px 42px rgba(19, 35, 59, .09);
}

.plan-card strong {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  font-size: 18px;
}

.plan-card h3 {
  margin: 0 0 12px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.plan-card p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.35;
}

.screen-card {
  padding: 24px;
}

.screen-card a {
  display: inline-flex;
  margin-top: 18px;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(11, 57, 44, .12);
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

.status-close {
  background: rgba(11, 57, 44, .12);
  color: var(--green);
}

.status-partial {
  background: rgba(190, 165, 117, .18);
  color: #8f6c27;
}

.status-draft {
  background: rgba(19, 35, 59, .10);
  color: rgba(19, 35, 59, .72);
}

.status-unchecked {
  background: rgba(143, 72, 32, .12);
  color: #8f4820;
}

.screens-bottom-links {
  padding-top: 72px;
  padding-bottom: 88px;
  background: #fff;
}

.screens-bottom-links h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(38px, 3.2vw, 58px);
  font-weight: 400;
  line-height: .92;
}

.screens-bottom-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.screens-bottom-link-list a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(19, 35, 59, .16);
  border-radius: 999px;
  background: #f4f5f6;
  color: var(--navy);
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.screens-bottom-link-list a:hover,
.screens-bottom-link-list a:focus-visible {
  border-color: var(--gold);
  background: rgba(190, 165, 117, .16);
  color: var(--green);
  outline: none;
}

.empty-state {
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 20px;
  background: white;
  padding: 48px;
}

.empty-state h2 {
  max-width: 680px;
  margin: 0 auto 22px;
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: .88;
}

.empty-state p {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.4;
}

.service-counter {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.service-counter span,
.service-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 400;
}

.service-counter span {
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  background: white;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
}

.service-code {
  margin-bottom: 20px;
  font-size: 90px;
  line-height: .85;
}

.service-empty,
.error-state {
  min-height: 500px;
}

.favorites-hero {
  position: relative;
  min-height: 620px;
  padding: 70px var(--side) 78px;
  overflow: hidden;
  background: var(--navy);
  color: var(--cream);
}

.favorites-hero-inner {
  position: relative;
  z-index: 1;
}

.favorites-hero .breadcrumbs {
  margin-bottom: 54px;
  color: rgba(233, 227, 204, .50);
}

.favorites-hero-grid {
  display: grid;
  grid-template-columns: minmax(460px, 880px) minmax(360px, 480px);
  gap: 80px;
  align-items: end;
  justify-content: space-between;
}

.favorites-kicker,
.favorites-toolbar span,
.favorites-summary > span,
.favorites-request-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(190, 165, 117, .16);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.favorites-copy h1 {
  max-width: 860px;
  margin: 22px 0 0;
  font-family: var(--font-display);
  font-size: 104px;
  font-weight: 400;
  line-height: .82;
  letter-spacing: 0;
}

.favorites-copy p {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(233, 227, 204, .76);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

.favorites-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.favorites-summary {
  min-height: 372px;
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 32px;
  border: 1px solid rgba(233, 227, 204, .16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(233, 227, 204, .12), rgba(233, 227, 204, .035)),
    rgba(255, 255, 255, .045);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .16);
}

.favorites-summary strong {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 400;
  line-height: .86;
}

.favorites-summary-stats {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(233, 227, 204, .12);
}

.favorites-summary-stats div {
  min-height: 66px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, .055);
}

.favorites-summary-stats small {
  color: rgba(233, 227, 204, .48);
  font-size: 12px;
}

.favorites-summary-stats b {
  color: var(--cream);
  font-size: 18px;
}

.favorites-summary .primary-button {
  margin-top: 4px;
}

.favorites-list-section {
  padding-top: 72px;
}

.favorites-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.favorites-toolbar .section-title {
  margin-top: 18px;
}

.favorites-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.favorites-toolbar-actions button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: white;
  color: rgba(19, 35, 59, .78);
  font-weight: 600;
  box-shadow: 0 14px 36px rgba(19, 35, 59, .07);
}

.favorites-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 28px;
  align-items: start;
}

.favorites-stack,
.favorites-aside {
  display: grid;
  gap: 18px;
}

.favorite-object-card {
  min-height: 276px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 20px;
  background: white;
  color: var(--navy);
  box-shadow: 0 18px 42px rgba(19, 35, 59, .07);
}

.favorite-object-media {
  position: relative;
  min-height: 276px;
  overflow: hidden;
  background: #dce1df;
}

.favorite-object-media img {
  width: 100%;
  height: 100%;
  min-height: 276px;
  object-fit: cover;
  transition: transform .28s ease;
}

.favorite-object-media-contain {
  display: grid;
  place-items: end center;
  padding: 22px 18px 0;
}

.favorite-object-media-contain img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
}

.favorite-object-card:hover .favorite-object-media img {
  transform: scale(1.035);
}

.favorite-object-media .badge {
  position: absolute;
  left: 18px;
  top: 18px;
}

.favorite-object-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px 26px 22px;
}

.favorite-object-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.favorite-object-head > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.favorite-remove {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef0f1;
  color: rgba(19, 35, 59, .62);
  font-size: 24px;
  line-height: 1;
}

.favorite-remove:hover,
.favorite-remove:focus-visible {
  background: var(--navy);
  color: white;
}

.favorite-object-body h3 {
  max-width: 620px;
  margin: 0 0 12px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: .94;
}

.favorite-object-body p {
  max-width: 640px;
  margin: 0;
  color: rgba(19, 35, 59, .68);
  font-size: 16px;
  line-height: 1.35;
}

.favorite-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
}

.favorite-meta span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  background: #eef0f1;
  color: rgba(19, 35, 59, .72);
  font-size: 12px;
}

.favorite-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
}

.favorite-card-footer strong {
  color: var(--navy);
  font-size: 27px;
  line-height: 1;
}

.favorite-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.favorite-compare {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 14px;
  background: #eef0f1;
  color: rgba(19, 35, 59, .72);
  font-size: 13px;
  font-weight: 600;
}

.favorite-compare input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--gold);
}

.favorites-aside {
  position: sticky;
  top: 24px;
}

.favorites-request-card,
.favorites-note-card {
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(19, 35, 59, .07);
}

.favorites-request-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: var(--navy);
  color: var(--cream);
}

.favorites-request-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 400;
  line-height: .92;
}

.favorites-request-card p {
  margin: 0;
  color: rgba(233, 227, 204, .72);
  font-size: 16px;
  line-height: 1.35;
}

.favorites-request-card .primary-button {
  margin-top: 6px;
}

.favorites-note-card {
  padding: 26px;
  background: white;
  color: var(--navy);
}

.favorites-note-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 400;
  line-height: .9;
}

.favorites-note-card p {
  margin: 0;
  color: rgba(19, 35, 59, .68);
  line-height: 1.35;
}

.favorites-empty-section {
  padding-top: 74px;
  padding-bottom: 82px;
}

.favorites-empty {
  min-height: 330px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(19, 35, 59, .08);
  border-radius: 20px;
  background: white;
  padding: 44px 22px;
  color: var(--navy);
}

.favorites-empty span {
  display: inline-grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(190, 165, 117, .18);
  color: var(--gold);
  font-size: 34px;
}

.favorites-empty h2 {
  max-width: 680px;
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: .9;
}

.favorites-empty p {
  max-width: 620px;
  margin: 0 0 26px;
  color: rgba(19, 35, 59, .68);
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .favorites-hero-grid,
  .favorites-layout {
    grid-template-columns: 1fr;
  }

  .favorites-hero-grid {
    gap: 46px;
  }

  .favorites-summary {
    min-height: auto;
  }

  .favorites-summary-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .favorites-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .favorite-object-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .favorites-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .favorites-toolbar-actions {
    justify-content: flex-start;
  }

  .favorites-aside {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .favorites-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .favorites-hero .breadcrumbs {
    margin-bottom: 34px;
  }

  .favorites-copy h1 {
    margin-top: 18px;
    font-size: 52px;
    line-height: .88;
  }

  .favorites-copy p {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.3;
  }

  .favorites-actions,
  .favorites-toolbar-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .favorites-toolbar-actions {
    margin-top: 0;
  }

  .favorites-summary {
    gap: 18px;
    padding: 24px;
    border-radius: 18px;
  }

  .favorites-summary strong {
    font-size: 46px;
  }

  .favorites-summary-stats {
    grid-template-columns: 1fr;
  }

  .favorites-list-section {
    padding-top: 56px;
  }

  .favorite-object-card {
    grid-template-columns: 1fr;
  }

  .favorite-object-media,
  .favorite-object-media img {
    min-height: 232px;
  }

  .favorite-object-body {
    padding: 22px 18px 20px;
  }

  .favorite-object-body h3 {
    font-size: 28px;
    line-height: .96;
  }

  .favorite-card-footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .favorite-card-actions {
    justify-content: flex-start;
  }

  .favorite-card-actions .dark-button,
  .favorite-compare {
    width: 100%;
  }

  .favorite-compare {
    justify-content: center;
  }

  .favorites-request-card {
    padding: 24px;
  }

  .favorites-request-card h3 {
    font-size: 32px;
  }

  .favorites-empty {
    min-height: 300px;
    padding: 36px 18px;
  }

  .favorites-empty h2 {
    font-size: 40px;
  }

  .favorites-empty p {
    font-size: 16px;
  }
}

.error-hero {
  position: relative;
  min-height: calc(100vh - 111px);
  padding: 70px var(--side) 88px;
  overflow: hidden;
  background: var(--navy);
  color: var(--cream);
}

.error-hero-inner {
  position: relative;
  z-index: 1;
}

.error-hero .breadcrumbs {
  margin-bottom: 56px;
  color: rgba(233, 227, 204, .50);
}

.error-hero-grid {
  display: grid;
  grid-template-columns: minmax(480px, 820px) minmax(420px, 620px);
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}

.error-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 24px;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(190, 165, 117, .16);
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.error-copy h1 {
  max-width: 800px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 108px;
  font-weight: 400;
  line-height: .82;
  letter-spacing: 0;
}

.error-copy p {
  max-width: 650px;
  margin: 34px 0 0;
  color: rgba(233, 227, 204, .76);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.ghost-on-dark-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  border: 1px solid rgba(233, 227, 204, .28);
  background: rgba(233, 227, 204, .08);
  color: var(--cream);
  font-weight: 700;
}

.error-code-panel {
  min-height: 432px;
  display: grid;
  align-content: center;
  gap: 26px;
  padding: 42px;
  border: 1px solid rgba(233, 227, 204, .18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(233, 227, 204, .12), rgba(233, 227, 204, .03)),
    rgba(255, 255, 255, .04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .16);
}

.error-code {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 174px;
  font-weight: 400;
  line-height: .76;
}

.error-panel-line {
  width: 100%;
  height: 1px;
  background: rgba(233, 227, 204, .18);
}

.error-code-panel span {
  max-width: 300px;
  color: rgba(233, 227, 204, .82);
  font-size: 24px;
  line-height: 1.08;
}

.error-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 78px;
}

.error-quick-card {
  min-height: 148px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(233, 227, 204, .12);
  border-radius: 18px;
  background: rgba(233, 227, 204, .07);
  color: var(--cream);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.error-quick-card:hover,
.error-quick-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(190, 165, 117, .46);
  background: rgba(190, 165, 117, .14);
}

.error-quick-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.error-quick-card strong {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: .92;
}

.error-quick-card small {
  color: rgba(233, 227, 204, .62);
  font-size: 14px;
  line-height: 1.25;
}

@media (max-width: 1280px) {
  .error-hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .error-code-panel {
    min-height: 300px;
  }

  .error-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
  }
}

@media (max-width: 760px) {
  .error-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .error-hero .breadcrumbs {
    margin-bottom: 34px;
  }

  .error-copy h1 {
    font-size: 52px;
    line-height: .88;
  }

  .error-copy p {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.3;
  }

  .error-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .error-code-panel {
    min-height: 212px;
    gap: 18px;
    padding: 24px;
    border-radius: 18px;
  }

  .error-code {
    font-size: 92px;
  }

  .error-code-panel span {
    font-size: 18px;
  }

  .error-quick-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }

  .error-quick-card {
    min-height: 116px;
    padding: 20px;
  }

  .error-quick-card strong {
    font-size: 28px;
  }
}

.search-panel {
  grid-template-columns: minmax(320px, 2fr) repeat(3, minmax(180px, 1fr)) auto;
}

.search-suggestions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.search-suggestions span {
  color: rgba(19, 35, 59, .48);
  font-size: 13px;
}

.search-suggestions a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: white;
  color: rgba(19, 35, 59, .72);
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(19, 35, 59, .06);
}

.pagination {
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.pagination a,
.pagination span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  color: var(--navy);
  font-weight: 700;
}

.pagination a.active {
  background: var(--navy);
  color: white;
}

.site-footer {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(220px, 360px) minmax(300px, 420px);
  gap: 70px;
  padding: 108px var(--side) 96px;
  background: var(--navy-deep);
  color: var(--cream);
}

.site-footer dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px 28px;
  margin: 42px 0 0;
}

.site-footer dt {
  color: rgba(233, 227, 204, .55);
}

.site-footer dd {
  margin: 0;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 16px 34px;
  align-content: start;
}

.footer-form h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: .95;
}

.footer-form p {
  color: rgba(233, 227, 204, .62);
}

.footer-form input {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: white;
  outline: none;
  padding: 0 18px;
}

.footer-form button {
  margin-top: 14px;
}

@media (max-width: 1540px) {
  .social-links {
    display: none;
  }
}

@media (max-width: 1440px) {
  .favorite-link span {
    display: none;
  }
}

@media (max-width: 1360px) {
  .header-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .mobile-menu {
    position: fixed;
    z-index: 40;
    top: 88px;
    right: 20px;
    width: min(340px, calc(100vw - 40px));
    display: grid;
    padding: 18px;
    border-radius: 20px;
    background: rgba(11, 23, 40, .96);
    color: var(--cream);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
  }

  .mobile-menu a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(233, 227, 204, .10);
  }

  .menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 1280px) {
  .header-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .mobile-menu {
    position: fixed;
    z-index: 40;
    top: 88px;
    right: 20px;
    width: min(340px, calc(100vw - 40px));
    display: grid;
    padding: 18px;
    border-radius: 20px;
    background: rgba(11, 23, 40, .96);
    color: var(--cream);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
  }

  .mobile-menu a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(233, 227, 204, .10);
  }

  .menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .social-links {
    display: none;
  }

  .hero-grid,
  .feature-grid,
  .form-panel,
  .article-layout,
  .contact-grid,
  .object-hero-grid,
  .object-info-grid,
  .object-location-grid,
  .village-intro-grid,
  .blog-featured,
  .article-hero-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .object-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .village-gallery-mini {
    grid-template-rows: repeat(2, 210px);
  }

  .blog-featured-copy {
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .favorite-link span {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 82px;
  }

  .brand-logo {
    width: 180px;
    height: 62px;
    gap: 10px;
  }

  .brand-emblem {
    width: 42px;
    height: 62px;
    flex-basis: 42px;
  }

  .brand-lockup {
    gap: 4px;
    padding-top: 6px;
  }

  .brand-wordmark {
    width: 132px;
    height: 40px;
  }

  .brand-tagline {
    width: 92px;
    height: 5px;
  }

  .icon-link,
  .favorite-link,
  .phone-link,
  .social-links {
    display: none;
  }

  .hero {
    min-height: 480px;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .object-hero {
    padding-top: 44px;
    padding-bottom: 34px;
  }

  .breadcrumbs {
    margin-bottom: 34px;
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: 50px;
    line-height: .88;
  }

  .object-hero-copy h1 {
    font-size: 46px;
    line-height: .86;
  }

  .hero-copy p {
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.2;
  }

  .object-hero-copy p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.28;
  }

  .object-actions {
    display: grid;
    grid-template-columns: 1fr 56px;
    margin-top: 26px;
  }

  .hero-card img,
  .hero-card {
    min-height: 260px;
  }

  .object-hero-media {
    min-height: 260px;
  }

  .object-hero-media img {
    height: 260px;
  }

  .hero-card .floating-price {
    position: static;
    min-width: 0;
    border-radius: 0;
  }

  .object-price-card {
    position: static;
    min-width: 0;
    border-radius: 0;
  }

  .object-price-card strong {
    font-size: 21px;
  }

  .object-facts {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .object-facts div {
    min-height: 72px;
    padding: 16px 18px;
  }

  .section {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .article-hero-page {
    padding-top: 52px;
    padding-bottom: 62px;
  }

  .section-head,
  .toolbar,
  .price-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-title,
  .feature-copy h2,
  .empty-state h2 {
    font-size: 42px;
    line-height: .9;
  }

  .blog-featured-copy h2,
  .article-hero-page h1 {
    font-size: 42px;
    line-height: .9;
  }

  .section-lead,
  .feature-copy p,
  .form-panel p,
  .empty-state p,
  .blog-featured-copy p,
  .article-hero-page p {
    font-size: 16px;
  }

  .filter-bar,
  .grid-3,
  .grid-2,
  .stat-grid,
  .team-grid,
  .plan-list,
  .screen-list,
  .process-list,
  .spec-table {
    grid-template-columns: 1fr;
  }

  .plan-list {
    margin-bottom: 44px;
  }

  .filter-bar {
    padding: 16px;
  }

  .property-media,
  .village-media,
  .article-media {
    height: 214px;
  }

  .blog-featured {
    gap: 22px;
    padding: 14px;
  }

  .blog-featured-media {
    min-height: 220px;
  }

  .blog-featured-media img {
    height: 220px;
  }

  .village-media {
    height: 230px;
  }

  .card-title {
    font-size: 20px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .gallery-grid img:first-child {
    grid-row: auto;
  }

  .object-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .object-gallery-grid img,
  .object-gallery-grid .is-large {
    grid-row: auto;
    height: 220px;
  }

  .object-description {
    padding: 34px 20px;
  }

  .object-description h2 {
    font-size: 42px;
    line-height: .9;
  }

  .object-description p {
    font-size: 16px;
  }

  .object-side-card {
    padding: 26px 18px;
  }

  .object-side-card h3 {
    font-size: 34px;
  }

  .village-gallery-mini {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .village-gallery-mini img,
  .village-gallery-mini img:first-child {
    grid-row: auto;
    height: 220px;
  }

  .form-panel {
    padding: 38px 18px;
  }

  .form-panel h2 {
    font-size: 42px;
  }

  .article-body h1 {
    font-size: 44px;
  }

  .article-body p,
  .article-body li {
    font-size: 16px;
  }

  .article-body blockquote {
    padding: 24px 20px;
    font-size: 25px;
  }

  .map-box,
  .map-box img {
    min-height: 330px;
  }

  .site-footer {
    min-height: auto;
    gap: 34px;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .site-footer dl,
  .footer-nav {
    grid-template-columns: 1fr;
  }
}

/* Footer, Frame 2087326745 */
.site-footer {
  --footer-side: var(--safe, var(--side, 60px));
  position: relative;
  min-height: 646px;
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(112px, 150px) minmax(150px, 214px) minmax(138px, 190px) minmax(310px, 430px);
  gap: clamp(34px, 3.5vw, 68px);
  align-items: start;
  padding: 92px var(--footer-side) 28px;
  overflow: hidden;
  background: #0b1b31;
  color: rgba(233, 227, 204, .74);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 56px 0 0 auto;
  width: min(760px, 46vw);
  opacity: .24;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 100% 100%, transparent 0 80px, rgba(233, 227, 204, .18) 81px 83px, transparent 84px),
    radial-gradient(circle at 0 100%, transparent 0 80px, rgba(233, 227, 204, .12) 81px 83px, transparent 84px);
  background-size: 238px 238px;
  background-position: right top;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: var(--footer-side);
  right: var(--footer-side);
  bottom: 74px;
  height: 1px;
  background: rgba(233, 227, 204, .14);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.footer-logo {
  width: 286px;
  height: 94px;
  gap: 17px;
  margin: 0 0 48px;
}

.site-footer .brand-emblem {
  width: 64px;
  height: 94px;
  flex-basis: 64px;
}

.site-footer .brand-lockup {
  gap: 7px;
  padding-top: 9px;
}

.site-footer .brand-wordmark {
  width: 202px;
  height: 61px;
}

.site-footer .brand-tagline {
  width: 141px;
  height: 8px;
}

.footer-contacts {
  display: grid;
  gap: 12px;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.25;
}

.footer-contacts a,
.footer-contacts strong {
  color: var(--cream);
  font-weight: 600;
}

.footer-contacts p {
  margin: 8px 0 0;
  color: rgba(233, 227, 204, .62);
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.footer-socials a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(233, 227, 204, .10);
  border: 1px solid rgba(233, 227, 204, .22);
  transition: background .2s ease, transform .2s ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: rgba(190, 165, 117, .82);
  transform: translateY(-2px);
}

.footer-socials img {
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding-top: 105px;
}

.footer-column h2,
.footer-form h2 {
  margin: 0 0 8px;
  color: var(--cream);
  font: 600 16px/1.12 var(--font-body);
}

.footer-column a {
  color: rgba(233, 227, 204, .58);
  font-size: 14px;
  line-height: 1.2;
  transition: color .2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--cream);
}

.footer-form {
  max-width: 430px;
  padding-top: 98px;
}

.footer-form h2 {
  max-width: 330px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.04;
}

.footer-form input {
  width: 100%;
  height: 32px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(233, 227, 204, .14);
  color: white;
  outline: none;
  padding: 0 18px;
  font-size: 13px;
}

.footer-form input::placeholder {
  color: rgba(233, 227, 204, .48);
}

.footer-form p {
  max-width: 360px;
  margin: 12px 0 18px;
  color: rgba(233, 227, 204, .42);
  font-size: 12px;
  line-height: 1.28;
}

.footer-form button {
  min-height: 36px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold);
  color: #0b1b31;
  border: 0;
  font-size: 12px;
  font-weight: 700;
}

.footer-bottom {
  grid-column: 1 / -1;
  align-self: end;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  margin-top: 82px;
  padding-top: 24px;
  color: rgba(233, 227, 204, .45);
  font-size: 12px;
  line-height: 1.2;
}

.footer-bottom a {
  color: rgba(233, 227, 204, .45);
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--cream);
}

@media (max-width: 1360px) {
  .site-footer {
    grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(130px, 1fr));
    min-height: 720px;
  }

  .footer-form {
    grid-column: 2 / -1;
    max-width: 560px;
    padding-top: 10px;
  }
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
    min-height: auto;
    padding: 58px 20px 28px;
  }

  .site-footer::before {
    inset: 140px -190px 0 auto;
    width: 560px;
    opacity: .18;
  }

  .site-footer::after {
    left: 20px;
    right: 20px;
    bottom: 104px;
  }

  .footer-brand,
  .footer-form,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: 260px;
    height: 99px;
    gap: 14px;
    margin-bottom: 38px;
  }

  .site-footer .brand-emblem {
    width: 76px;
    height: 99px;
    flex-basis: 76px;
  }

  .site-footer .brand-wordmark {
    width: 168px;
    height: 50px;
  }

  .site-footer .brand-tagline {
    width: 132px;
    height: 10px;
  }

  .footer-column {
    padding-top: 0;
  }

  .footer-form {
    padding-top: 4px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }
}

@media (max-width: 520px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .footer-socials {
    margin-top: 34px;
  }

  .footer-form input {
    height: 36px;
  }
}


/* Figma object pages, May 2026 refresh. Scoped to avoid changing the other static prototypes. */
.page-object,
.page-objectVillage {
  background: var(--gray);
  color: var(--ink);
}

.page-objectVillage {
  background: #fff;
}

.page-object .site-header,
.page-objectVillage .site-header {
  background: var(--gray);
  color: var(--ink);
}

.page-objectVillage .site-header {
  background: #fff;
}

.page-object .brand-emblem,
.page-object .brand-lockup,
.page-objectVillage .brand-emblem,
.page-objectVillage .brand-lockup,
.page-object .favorite-link img,
.page-object .social-links img,
.page-objectVillage .favorite-link img,
.page-objectVillage .social-links img,
.page-object .menu-toggle span,
.page-objectVillage .menu-toggle span {
  filter: brightness(0) saturate(100%) invert(12%) sepia(26%) saturate(1478%) hue-rotate(178deg) brightness(93%) contrast(92%);
}

.page-object .header-nav a,
.page-objectVillage .header-nav a,
.page-object .favorite-link,
.page-objectVillage .favorite-link,
.page-object .social-links a,
.page-objectVillage .social-links a {
  color: var(--ink);
}

.page-object .header-nav a:hover,
.page-objectVillage .header-nav a:hover {
  background: rgba(19, 35, 59, .06);
  border-color: transparent;
}

.page-object .phone-link,
.page-objectVillage .phone-link {
  background: #3b485c;
  color: #fff;
}

.figma-object-page .section-inner {
  width: min(1740px, calc(100vw - 2 * var(--side)));
}

.object-figma-hero {
  padding: 92px var(--side) 56px;
  background: var(--gray);
}

.object-figma-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 31px;
  color: rgba(19, 35, 59, .34);
  font-size: 16px;
  line-height: 1;
}

.object-figma-breadcrumbs span:last-child {
  color: var(--ink);
}

.object-figma-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 42px;
}

.object-figma-title-row h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(76px, 4.75vw, 91px);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.035em;
}

.figma-object-village .object-figma-title-row h1 {
  font-size: clamp(76px, 4.65vw, 90px);
}

.object-figma-title-actions,
.object-mobile-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.object-mobile-actions {
  display: none;
}

.object-id-pill {
  min-width: 136px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.object-heart-line {
  position: static;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: var(--gold);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.object-figma-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 860px) 262px minmax(420px, 565px);
  gap: 20px;
  align-items: stretch;
}

.object-gallery-main,
.object-gallery-thumbs,
.object-map,
.object-price-panel {
  min-width: 0;
}

.object-gallery-main {
  position: relative;
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  background: #d9dde4 var(--object-bg) center / cover no-repeat;
}

.object-facts-section {
  padding: 0 var(--side) 48px;
  background: var(--gray);
}

.object-facts-section .section-inner {
  display: grid;
  gap: 14px;
}

.object-facts-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.object-fact {
  min-width: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(19, 35, 59, .03);
}

.object-fact-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(197, 166, 99, .48);
  background: #fffdf8;
}

.object-fact-icon::before,
.object-fact-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
}

.object-fact-icon::before {
  top: 9px;
}

.object-fact-icon::after {
  top: 16px;
}

.object-fact span {
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  color: rgba(19, 35, 59, .48);
  font-size: 11px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.object-fact strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
}

.object-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.object-tag {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(19, 35, 59, .12);
  border-radius: 999px;
  background: #fff;
  color: rgba(19, 35, 59, .74);
  font-size: 11px;
  line-height: 1;
}

.object-tag.is-green {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.object-tag.is-gold {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

/* Contacts page Figma refresh */
body[data-screen="contacts"] {
  background: var(--navy);
}

.page-contacts {
  background: var(--navy);
}

.contacts-figma-page {
  background: #f7f7f4;
}

.contacts-figma-hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  padding: 92px var(--side) 72px;
  background: var(--navy);
  color: white;
}

.contacts-figma-inner {
  position: relative;
  z-index: 1;
}

.contacts-figma-hero .hero-pattern {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(55.21vw, 1060px);
  pointer-events: none;
  opacity: 1;
  background: url("/figma-home/assets/images/hero-side-pattern.svg") right top / auto 100% no-repeat;
}

.contacts-figma-breadcrumbs {
  margin-bottom: 35px;
  color: rgba(233, 227, 204, .8);
  font-size: 18px;
}

.contacts-figma-breadcrumbs a {
  color: rgba(233, 227, 204, .38);
}

.contacts-figma-layout {
  display: grid;
  grid-template-columns: minmax(560px, 820px) minmax(520px, 720px);
  grid-template-areas:
    "left right"
    "socials right";
  grid-template-rows: auto auto;
  justify-content: space-between;
  column-gap: 72px;
  row-gap: 0;
  align-items: start;
}

.contacts-figma-left {
  grid-area: left;
}

.contacts-figma-left h1 {
  margin: 0;
  color: white;
  font-family: var(--font-display);
  font-size: clamp(72px, 4.6vw, 92px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.015em;
}

.contacts-figma-left p {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(233, 227, 204, .72);
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.14;
  display: none;
}

.contacts-socials {
  grid-area: socials;
  display: flex;
  gap: 10px;
  margin-top: 56px;
}

.contacts-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
}

.contacts-socials img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(21%) saturate(1418%) hue-rotate(178deg) brightness(94%) contrast(91%);
}

.contacts-figma-right {
  grid-area: right;
  display: grid;
  gap: 36px;
  margin-top: 58px;
}

.contacts-figma-contact {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  color: white;
}

.contacts-figma-contact small {
  grid-column: 2;
  display: block;
  margin-bottom: 6px;
  color: rgba(233, 227, 204, .55);
  font-size: 18px;
  line-height: 1;
}

.contacts-figma-contact strong {
  grid-column: 2;
  display: block;
  color: white;
  font-family: var(--font-display);
  font-size: clamp(34px, 2.5vw, 50px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.012em;
  white-space: nowrap;
}

.contacts-icon {
  grid-row: 1 / span 2;
  grid-column: 1;
  width: 56px;
  height: 56px;
  display: block;
  background: var(--gold);
  -webkit-mask: var(--contacts-icon) center / contain no-repeat;
  mask: var(--contacts-icon) center / contain no-repeat;
}

.contacts-icon-phone {
  --contacts-icon: url("/figma-ui/assets/icons/contact-phone.svg");
}

.contacts-icon-email {
  --contacts-icon: url("/figma-ui/assets/icons/contact-email.svg");
}

.contacts-icon-address {
  --contacts-icon: url("/figma-ui/assets/icons/contact-address.svg");
}

.contacts-figma-map {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  background: #dfe5ef;
}

.contacts-figma-map img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 44%;
}

.contacts-map-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(44px, 8.2vw, 158px);
  width: clamp(286px, 18.1vw, 346px);
  min-height: 252px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 31px 34px 30px;
  border-radius: 13px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 16px 42px rgba(19, 35, 59, .16);
  transform: translateY(-35%);
}

.contacts-map-card-row small {
  display: block;
  margin-bottom: 5px;
  color: rgba(19, 35, 59, .42);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.05;
}

.contacts-map-card-row strong {
  display: block;
  color: var(--navy);
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.01em;
}

.contacts-route-button {
  width: fit-content;
  min-width: 196px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 22px;
  border-radius: 80px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(190, 165, 117, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contacts-route-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(190, 165, 117, .34);
}

.contacts-route-button img {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

@media (max-width: 1280px) {
  .contacts-figma-layout {
    grid-template-columns: minmax(430px, 1fr) minmax(430px, 1fr);
    column-gap: 44px;
    row-gap: 0;
  }

  .contacts-figma-right {
    margin-top: 64px;
  }

  .contacts-figma-contact strong {
    font-size: 40px;
  }

  .contacts-map-card {
    right: clamp(30px, 6vw, 86px);
  }
}

@media (max-width: 940px) {
  .contacts-figma-hero {
    min-height: auto;
    padding-bottom: 64px;
  }

  .contacts-figma-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "right"
      "socials";
    grid-template-rows: auto;
    gap: 42px;
  }

  .contacts-socials,
  .contacts-figma-right {
    margin-top: 24px;
  }

  .contacts-figma-left p {
    max-width: 620px;
  }

  .contacts-map-card {
    right: 28px;
    width: min(326px, calc(100% - 56px));
    transform: translateY(-34%);
  }
}

@media (max-width: 760px) {
  .contacts-figma-hero {
    padding: 19px 20px 52px;
  }

  .contacts-figma-breadcrumbs {
    gap: 5px;
    margin: 0 0 30px;
    font-size: 13px;
  }

  .contacts-figma-breadcrumbs a,
  .contacts-figma-breadcrumbs span:first-of-type {
    display: none;
  }

  .contacts-figma-breadcrumbs span:last-child::before {
    content: "<";
    margin-right: 7px;
    color: rgba(233, 227, 204, .42);
  }

  .contacts-figma-left h1 {
    max-width: 340px;
    font-size: 50px;
    line-height: .92;
  }

  .contacts-socials {
    gap: 10px;
    margin-top: 0;
  }

  .contacts-socials a {
    width: 36px;
    height: 36px;
  }

  .contacts-socials img {
    width: 20px;
    height: 20px;
  }

  .contacts-figma-right {
    gap: 26px;
    margin-top: 0;
  }

  .contacts-figma-contact {
    grid-template-columns: 44px 1fr;
    gap: 13px;
  }

  .contacts-icon {
    width: 42px;
    height: 42px;
  }

  .contacts-figma-contact small {
    font-size: 14px;
  }

  .contacts-figma-contact strong {
    font-size: 27px;
    white-space: normal;
  }

  .contacts-figma-left p {
    max-width: 330px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.18;
  }

  .contacts-figma-map {
    height: clamp(460px, 118vw, 520px);
  }

  .contacts-figma-map img {
    object-position: center top;
  }

  .contacts-map-card {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 18px;
    width: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 18px 16px;
    padding: 20px 16px 19px;
    border-radius: 12px;
    transform: none;
  }

  .contacts-map-card-row small {
    font-size: 12px;
  }

  .contacts-map-card-row strong {
    font-size: 14px;
    line-height: 1.12;
  }

  .contacts-route-button {
    grid-column: 1 / -1;
    width: fit-content;
    min-width: 178px;
    min-height: 43px;
    padding: 13px 18px;
    font-size: 12px;
  }

  .contacts-route-button img {
    width: 18px;
    height: 18px;
  }

  .contacts-figma-hero .hero-pattern {
    inset: 0;
    width: 100%;
    background: url("/figma-home/assets/images/hero-pattern-mobile.svg") right top / auto 100% no-repeat;
  }

  .contacts-figma-hero .hero-pattern::before,
  .contacts-figma-hero .hero-pattern::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 71px;
    pointer-events: none;
  }

  .contacts-figma-hero .hero-pattern::before {
    top: 0;
    background: linear-gradient(180deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
  }

  .contacts-figma-hero .hero-pattern::after {
    bottom: 0;
    background: linear-gradient(0deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
  }
}

@media (max-width: 360px) {
  .contacts-map-card {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .contacts-route-button {
    min-width: 168px;
  }
}

/* About page Figma refresh */
[data-screen="about"] {
  background: #12233b;
}

.page-about .site-header {
  background: var(--navy);
  color: var(--cream);
}

.page-about .site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 92% -18%, rgba(233, 227, 204, .14) 0 120px, transparent 121px),
    linear-gradient(90deg, rgba(19, 35, 59, 0), rgba(19, 35, 59, .18));
  opacity: .4;
}

.page-about .site-header > * {
  position: relative;
  z-index: 1;
}

.page-about .figma-header-shell .site-header.figma-header::before {
  content: none;
}

.about-figma-page {
  background: #f7f7f4;
}

.about-figma-page .section-dark {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--cream);
}

.about-figma-page .approach-section {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(100%, 1920px);
  max-width: 1920px;
  box-sizing: border-box;
  margin: 0 auto;
  grid-template-columns: minmax(620px, 850px) minmax(560px, 720px);
  justify-content: space-between;
  gap: clamp(72px, 7.2vw, 138px);
  align-items: start;
  height: 969px;
  min-height: 969px;
  padding: 0px 90px 0;
  overflow: hidden;
  isolation: isolate;
  background-color: #12233b;
  background-image: url("/figma-home/assets/images/approach-section-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.about-figma-page .approach-section::after {
  display: none;
}

.about-figma-page .about-approach-breadcrumbs {
  position: absolute;
  left: 90px;
  top: 91px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: rgba(233, 227, 204, .30);
  font-size: 18px;
  line-height: 1;
}

.about-figma-page .about-approach-breadcrumbs a {
  color: rgba(233, 227, 204, .30);
  text-decoration: none;
}

.about-figma-page .about-approach-breadcrumbs span:last-child {
  color: var(--cream);
}

.about-figma-page .approach-copy {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin-top: 126px;
}

.about-figma-page .approach h2 {
  margin: 0;
  width: 850px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 104px;
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.03em;
}

.about-figma-page .approach h2 span {
  display: block;
}

.about-figma-page .approach h2 span + span {
  color: var(--cream);
}

.about-figma-page .approach h2 span:last-child {
  color: var(--gold);
}

.about-figma-page .approach p {
  width: 714px;
  max-width: 100%;
  margin: 0;
  color: #e9e3cc;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.about-figma-page .approach p + p {
  width: 714px;
  margin-top: 24px;
  color: rgba(233, 227, 204, .55);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.about-figma-page .facts {
  display: grid;
  width: 630px;
  max-width: 100%;
  grid-template-columns: 210px 210px;
  gap: 38px 210px;
  margin: 52px 0 0;
}

.about-figma-page .facts strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 84px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.035em;
}

.about-figma-page .facts span {
  display: block;
  margin-top: 12px;
  color: rgba(233, 227, 204, .58);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.08;
}

.about-figma-page .approach-section .gold-link {
  display: none;
  align-items: center;
  justify-content: center;
  width: 221px;
  min-height: 70px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-family: "Gilroy", var(--font-body);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.about-figma-page .portrait-card {
  position: relative;
  z-index: 1;
  justify-self: end;
  display: grid;
  place-items: center;
  width: min(868px, 45.2vw);
  min-height: 850px;
  margin-top: 0;
  margin-right: -26px;
}

.about-figma-page .portrait-card::before {
  content: "";
  display: none;
}

.about-figma-page .portrait-shape {
  position: relative;
  z-index: 3;
  width: 484px;
  aspect-ratio: 484 / 705;
  overflow: hidden;
  border-radius: 50% / 45%;
  background: transparent;
  filter: none;
  transform: translateY(28px);
}

.about-figma-page .portrait-shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-figma-page .portrait-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  border: clamp(4px, .42vw, 8px) solid var(--gold);
  border-radius: inherit;
  pointer-events: none;
}

.about-figma-page .portrait-lettermark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 596px;
  height: 740px;
  max-width: none;
  object-fit: contain;
  opacity: .98;
  transform: translate(-50%, calc(-50% - 58px));
  pointer-events: none;
}

.about-figma-page .portrait-play {
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 4;
  width: 72px;
  height: 72px;
  background: transparent;
  box-shadow: none;
  transform: translate(-28%, calc(-50% + 28px));
  pointer-events: none;
}

.about-figma-page .portrait-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 48px solid var(--gold);
  transform: translate(-45%, -50%);
}

@media (max-width: 1860px) {
  .about-figma-page .approach-section {
    grid-template-columns: minmax(580px, 760px) minmax(500px, 640px);
    gap: clamp(56px, 5vw, 94px);
    padding-right: clamp(52px, 4.5vw, 84px);
    padding-left: clamp(52px, 4.5vw, 84px);
  }

  .about-figma-page .about-approach-breadcrumbs {
    left: clamp(52px, 4.5vw, 84px);
  }

  .about-figma-page .approach-copy {
    max-width: 760px;
  }

  .about-figma-page .approach h2 {
    width: min(760px, 100%);
    font-size: clamp(82px, 5.15vw, 96px);
  }

  .about-figma-page .facts {
    width: 560px;
    grid-template-columns: 190px 190px;
    gap: 34px 150px;
  }

  .about-figma-page .facts strong {
    font-size: clamp(68px, 4vw, 76px);
  }

  .about-figma-page .facts span {
    font-size: clamp(19px, 1.16vw, 22px);
  }

  .about-figma-page .portrait-card {
    width: min(640px, 38vw);
    min-height: 760px;
    margin-right: 0;
  }

  .about-figma-page .portrait-shape {
    width: clamp(390px, 25vw, 460px);
  }

  .about-figma-page .portrait-lettermark {
    width: clamp(480px, 31vw, 560px);
    height: clamp(596px, 38.5vw, 696px);
  }
}

@media (max-width: 1620px) {
  .about-figma-page .approach-section {
    grid-template-columns: minmax(650px, 760px) minmax(430px, 620px);
    justify-content: space-between;
    gap: clamp(42px, 5.6vw, 90px);
    height: auto;
    min-height: 969px;
    padding: 78px clamp(52px, 4.6875vw, 90px) 72px;
  }

  .about-figma-page .about-approach-breadcrumbs {
    left: clamp(52px, 4.6875vw, 90px);
    top: 136px;
  }

  .about-figma-page .approach-copy {
    margin-top: 148px;
  }

  .about-figma-page .approach h2 {
    margin-bottom: 0;
    width: min(760px, 100%);
    font-size: clamp(72px, 5.7vw, 92px);
  }

  .about-figma-page .approach p {
    width: 610px;
    font-size: clamp(18px, 1.25vw, 20px);
  }

  .about-figma-page .approach p + p {
    width: 610px;
    margin-top: 20px;
    font-size: clamp(16px, 1.04vw, 18px);
  }

  .about-figma-page .facts {
    width: 540px;
    grid-template-columns: 185px 185px;
    gap: 32px 170px;
    margin: 50px 0 0;
  }

  .about-figma-page .facts strong {
    font-size: clamp(60px, 4.2vw, 68px);
  }

  .about-figma-page .facts span {
    font-size: clamp(17px, 1.1vw, 19px);
  }

  .about-figma-page .approach-section .gold-link {
    width: 186px;
    min-height: 58px;
    font-size: 18px;
  }

  .about-figma-page .portrait-card {
    width: min(680px, 42vw);
    min-height: 690px;
    margin-top: -40px;
  }

  .about-figma-page .portrait-shape {
    width: clamp(330px, 25.2vw, 410px);
  }

  .about-figma-page .portrait-lettermark {
    width: clamp(405px, 31vw, 505px);
    height: clamp(503px, 38.54vw, 627px);
    transform: translate(-50%, calc(-50% - 44px));
  }

  .about-figma-page .portrait-play {
    width: clamp(56px, 3.75vw, 60px);
    height: clamp(56px, 3.75vw, 60px);
  }
}

@media (max-width: 760px) {
  .about-figma-page .approach-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
    min-height: 1129px;
    padding: 50px 20px 55px;
    overflow: visible;
  }

  .about-figma-page .about-approach-breadcrumbs {
    left: 20px;
    top: 18px;
    gap: 8px;
    font-size: 12px;
  }

  .about-figma-page .approach-copy {
    display: contents;
  }

  .about-figma-page .approach h2 {
    order: 1;
    width: 335px;
    margin: 0 0 37px;
    font-size: 37px;
    font-weight: 400;
    line-height: .9;
    letter-spacing: -.035em;
  }

  .about-figma-page .approach p {
    order: 2;
    width: 335px;
    color: #e9e3cc;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
  }

  .about-figma-page .approach p + p {
    order: 3;
    width: 337px;
    margin-top: 10px;
    color: rgba(233, 227, 204, .72);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
  }

  .about-figma-page .portrait-card {
    order: 4;
    align-self: center;
    width: 335px;
    height: 378px;
    min-height: 378px;
    margin: 40px 0 0;
  }

  .about-figma-page .portrait-shape {
    width: 236px;
    height: 344px;
    aspect-ratio: auto;
    transform: none;
  }

  .about-figma-page .portrait-lettermark {
    width: 300px;
    height: 373px;
    transform: translate(-50%, -50%);
  }

  .about-figma-page .portrait-play {
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
  }

  .about-figma-page .portrait-play::before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 18px;
  }

  .about-figma-page .facts {
    order: 5;
    width: 335px;
    grid-template-columns: 1fr 1fr;
    gap: 28px 34px;
    margin: 24px 0 31px;
  }

  .about-figma-page .facts strong {
    font-size: 40px;
    line-height: .9;
    letter-spacing: -.03em;
  }

  .about-figma-page .facts span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1;
  }

  .about-figma-page .approach-section .gold-link {
    order: 6;
    width: 149px;
    min-height: 48px;
    padding: 0 18px;
    font-size: 16px;
  }
}

.about-figma-hero {
  position: relative;
  height: 744px;
  min-height: 744px;
  overflow: hidden;
  padding: 92px var(--side) 30px;
  background: var(--navy);
  color: white;
}

.about-figma-hero::before {
  opacity: .23;
  background-image:
    radial-gradient(ellipse at 91% 8%, transparent 0 142px, rgba(233, 227, 204, .2) 143px 146px, transparent 147px),
    radial-gradient(ellipse at 95% 56%, transparent 0 165px, rgba(233, 227, 204, .16) 166px 169px, transparent 170px),
    radial-gradient(ellipse at 91% 79%, transparent 0 105px, rgba(233, 227, 204, .13) 106px 109px, transparent 110px);
  background-size: 540px 420px, 620px 520px, 460px 360px;
  background-position: right -80px top -110px, right 10px top 120px, right 40px bottom -50px;
}

.about-figma-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 740px;
  height: 520px;
  pointer-events: none;
  opacity: .18;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 0 58%, rgba(233, 227, 204, .5) 58.4% 59%, transparent 59.5%),
    radial-gradient(ellipse at 20% 70%, transparent 0 44%, rgba(233, 227, 204, .38) 44.4% 45%, transparent 45.5%);
  transform: rotate(-17deg);
}

.about-figma-hero-inner {
  position: relative;
  z-index: 1;
}

.about-figma-breadcrumbs {
  margin-bottom: 38px;
  color: rgba(233, 227, 204, .48);
  font-size: 18px;
}

.about-figma-breadcrumbs a {
  color: rgba(233, 227, 204, .36);
}

.about-figma-hero-grid {
  display: grid;
  grid-template-columns: minmax(620px, 850px) minmax(560px, 720px);
  grid-template-rows: auto 1fr;
  justify-content: space-between;
  gap: 0 70px;
  align-items: start;
}

.about-figma-copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.about-figma-copy h1 {
  margin: 0;
  color: white;
  font-family: var(--font-display);
  font-size: clamp(78px, 4.8vw, 94px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.02em;
}

.about-figma-copy h1 span {
  color: var(--gold);
}

.about-figma-stats {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 250px));
  gap: 38px 40px;
  margin-top: clamp(118px, 16vh, 150px);
}

.about-figma-stats div {
  display: grid;
  gap: 10px;
}

.about-figma-stats p {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 0;
}

.about-figma-stats strong {
  display: inline-flex;
  align-items: flex-start;
  color: white;
  font-family: var(--font-display);
  font-size: clamp(70px, 4.45vw, 88px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.02em;
}

.about-figma-stats small {
  margin: 12px 0 0 8px;
  font-family: var(--font-body);
  font-size: .36em;
  line-height: 1;
}

.about-figma-stats em {
  margin-bottom: 4px;
  color: white;
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.about-figma-stats span {
  color: rgba(233, 227, 204, .72);
  font-size: 26px;
  font-weight: 300;
  line-height: 1.05;
}

.about-figma-video {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  justify-content: center;
  min-width: 0;
  margin-top: -176px;
  padding-right: 28px;
}

.about-video-orbit {
  position: relative;
  width: clamp(540px, 34vw, 660px);
  height: clamp(650px, 39vw, 760px);
}

.about-video-orbit img {
  position: absolute;
  left: 50%;
  top: 176px;
  z-index: 2;
  width: min(500px, 75%);
  max-width: none;
  transform: translateX(-50%);
}

.about-video-ring {
  position: absolute;
  left: 50%;
  top: 24px;
  z-index: 3;
  width: min(720px, 108%);
  height: auto;
  overflow: visible;
  transform: translateX(-50%) rotate(-16deg);
  pointer-events: none;
}

.about-video-ring text {
  fill: var(--gold);
  font-family: var(--font-display);
  font-size: 63px;
  font-weight: 400;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.about-video-play {
  position: absolute;
  left: 50%;
  top: 65%;
  z-index: 4;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 48px solid var(--gold);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .18));
  transform: translate(-32%, -50%);
}

.about-figma-intro {
  overflow: hidden;
  min-height: 1013px;
  padding: 0;
  background: #F9F9F9;
}

.about-figma-intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: 600px minmax(0, 1fr);
  grid-template-rows: 734px auto;
  gap: 0 72px;
  align-items: start;
  max-width: none;
  min-height: 1013px;
  padding: 116px 90px 0;
}

.about-figma-intro-copy span {
  display: inline-flex;
  margin-bottom: 78px;
  color: rgba(19, 35, 59, .45);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

.about-figma-intro-copy h2 {
  margin: 0;
  position: relative;
  z-index: 2;
  width: 858px;
  max-width: none;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.015em;
}

.about-figma-team-photo {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  min-height: 0;
  padding-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.about-figma-team-photo img {
  width: 1243px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

.about-figma-lead {
  grid-column: 1;
  grid-row: 2;
  width: 490px;
  max-width: 100%;
  margin: 0;
  color: var(--navy);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.16;
}

.about-figma-group {
  position: relative;
  overflow: hidden;
  min-height: 479px;
  padding: 0 90px;
  background: #f7f7f4;
}

.about-figma-group::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 4;
  left: -10vw;
  right: -10vw;
  bottom: -1px;
  height: clamp(30px, 4.9vw, 94px);
  pointer-events: none;
  background: #e7e9eb;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  opacity: 1;
}

.about-figma-group-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 497px minmax(0, 1fr);
  gap: 18px 90px;
  align-items: start;
  max-width: none;
  min-height: 479px;
  padding-top: 32px;
  border-top: 1px solid rgba(19, 35, 59, .18);
}

.about-figma-group-inner > p {
  grid-column: 1;
  max-width: 365px;
  margin: 0;
  padding-top: 68px;
  border-top: 0;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.16;
}

.about-business-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-business-grid article {
  min-height: 272px;
  padding: 45px 40px 42px;
  border-radius: 20px;
  background: #e7e9eb;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-business-grid h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.about-business-grid p {
  margin: 0;
  max-width: 260px;
  font-size: 16px;
  line-height: 1.1;
}

.about-figma-sales {
  position: relative;
  overflow: hidden;
  min-height: 1115px;
  padding: 190px 90px 120px;
  background: #e7e9eb;
}

.about-figma-sales::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 4;
  left: -10vw;
  right: -10vw;
  bottom: -1px;
  height: clamp(30px, 4.9vw, 94px);
  pointer-events: none;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  opacity: 1;
}

.about-figma-sales-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 64px;
}

.about-sales-head {
  display: grid;
  grid-template-columns: minmax(620px, 922px) minmax(420px, 565px);
  gap: 36px 72px;
  align-items: start;
}

.about-sales-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(44px, 2.9vw, 50px);
  font-weight: 400;
  line-height: .9;
}

.about-sales-head p {
  margin: 0;
  color: var(--navy);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.about-sales-accordion {
  display: grid;
  gap: 15px;
}

.about-sales-row {
  border-radius: 20px;
  background: white;
  padding: 30px 40px;
}

.about-sales-row header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.about-sales-row h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(34px, 2.6vw, 50px);
  font-weight: 400;
  line-height: .9;
}

.about-sales-row header span,
.about-career-accordion article span {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.about-sales-row header span::before,
.about-sales-row header span::after,
.about-career-accordion article span::before,
.about-career-accordion article span::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #13233b;
}

.about-sales-row header span::before,
.about-career-accordion article span::before {
  left: 14px;
  transform: rotate(45deg);
}

.about-sales-row header span::after,
.about-career-accordion article span::after {
  right: 14px;
  transform: rotate(-45deg);
}

.about-sales-row.open header span::before {
  transform: rotate(-45deg);
}

.about-sales-row.open header span::after {
  transform: rotate(45deg);
}

.about-sales-row header span::before {
  left: 50%;
  top: 50%;
  width: 20px;
  height: 25px;
  border: 0;
  border-radius: 0;
  background: transparent url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 20 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.5L10 14.5L15 9.5' stroke='%2313233B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.about-sales-row header span::after {
  display: none;
}

.about-sales-row.open header span::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.about-sales-row.open header span::after {
  display: none;
}

.about-sales-row > div {
  display: none;
}

.about-sales-row.open > div {
  display: grid;
  gap: 40px;
  margin-top: 30px;
  max-width: 1113px;
  padding-bottom: 10px;
}

.about-sales-row.open p {
  max-width: 1015px;
  margin: 0;
  color: rgba(19, 35, 59, .7);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.about-gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border-radius: 80px;
  background: var(--gold);
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background .25s ease;
}

.about-gold-button:hover {
  background: #b19561;
}

.about-gold-button.large {
  font-size: 25px;
}

.about-figma-team-list {
  position: relative;
  overflow: hidden;
  min-height: 1633px;
  padding: 47px 90px 112px;
  background: white;
}

.about-figma-team-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 590px;
  opacity: .48;
  pointer-events: none;
  background: url("/figma-home/assets/images/exclusive-offers-pattern.svg") left top / 705px auto no-repeat;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0%, #000 72%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0%, #000 72%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 86%, transparent 100%);
  mask-composite: intersect;
}

.about-figma-team-list::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 4;
  left: -10vw;
  right: -10vw;
  bottom: -1px;
  height: clamp(30px, 4.9vw, 94px);
  pointer-events: none;
  background: #e7e9eb;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.about-figma-team-list-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 497px minmax(0, 1fr);
  gap: 0 90px;
  align-items: start;
  max-width: none;
  margin: 0;
}

.about-team-kicker {
  grid-column: 1;
  margin: 0;
  color: rgba(19, 35, 59, .4);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.about-team-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-team-card {
  width: 100%;
  min-width: 0;
}

.about-team-photo {
  position: relative;
  aspect-ratio: 371 / 594;
  border-radius: 20px;
  overflow: visible;
  background: transparent;
}

.about-team-photo::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 115px;
  bottom: 0;
  z-index: 0;
  border-radius: 20px;
  background: #e7e9eb;
}

.about-team-photo img {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: calc(100% + 115px);
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
}

.about-team-card h3 {
  margin: 24px 0 8px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.about-team-card em {
  color: var(--gold);
  font-style: normal;
}

.about-team-card p {
  max-width: 220px;
  margin: 0;
  color: rgba(19, 35, 59, .6);
  font-size: 16px;
  line-height: 1.05;
}

.about-team-card:nth-child(4) {
  grid-column: 2;
  margin-top: 0;
}

.about-team-card:nth-child(5) {
  grid-column: 3;
  margin-top: 0;
}

.about-figma-career {
  position: relative;
  overflow: hidden;
  min-height: 1022px;
  padding: 110px 90px;
  background: #e7e9eb;
}

.about-figma-career::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 4;
  left: -10vw;
  right: -10vw;
  bottom: -1px;
  height: clamp(62px, 4.9vw, 94px);
  pointer-events: none;
  background: #e7e9eb;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.about-figma-career-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 66px;
}

.about-career-head {
  display: grid;
  grid-template-columns: minmax(520px, 769px) minmax(420px, 696px);
  gap: 24px 207px;
  align-items: start;
}

.about-career-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(58px, 4.7vw, 90px);
  font-weight: 400;
  line-height: .75;
}

.about-career-head h3 {
  margin: 20px 0 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(34px, 2.6vw, 50px);
  font-weight: 400;
  line-height: .9;
}

.about-career-head p {
  margin: 0;
  color: var(--navy);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.about-career-accordion {
  display: grid;
  gap: 10px;
}

.about-career-accordion article {
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
  gap: 16px;
  min-height: 90px;
  padding: 20px 40px;
  border-radius: 20px;
  background: white;
  cursor: pointer;
}

.about-career-accordion h4 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: .9;
}

.about-career-accordion article span::before {
  left: 50%;
  top: 50%;
  width: 20px;
  height: 25px;
  border: 0;
  border-radius: 0;
  background: transparent url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 20 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.5L10 14.5L15 9.5' stroke='%2313233B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.about-career-accordion article span::after {
  display: none;
}

.about-career-accordion article.open span::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.about-career-accordion article.open span::after {
  display: none;
}

.about-career-accordion article > div {
  display: none;
  grid-column: 1 / -1;
  max-width: 980px;
  padding: 0 88px 12px 0;
}

.about-career-accordion article.open > div {
  display: block;
}

.about-career-accordion article > div p {
  margin: 0;
  color: rgba(19, 35, 59, .7);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
}

.about-career-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.about-career-footer p {
  max-width: 696px;
  margin: 0;
  color: var(--navy);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.about-figma-blog {
  position: relative;
  overflow: hidden;
  padding: 143px var(--side) 64px;
  background: linear-gradient(to bottom, #f7f7f4 0 81px, #e7e9eb 81px 100%);
}

.about-figma-blog::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 81px;
  background:
    radial-gradient(100% 220px at 50% 100%, #d4d6d9 0 52%, transparent 52.2%),
    #f7f7f4;
}

.about-figma-blog-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 52px;
}

.about-blog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.about-blog-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(58px, 4.7vw, 90px);
  font-weight: 400;
  line-height: .75;
}

.about-blog-head a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.about-blog-head a span {
  font-size: 24px;
}

.about-blog-track {
  display: flex;
  gap: 21px;
  overflow-x: auto;
  padding: 0 78px 6px 0;
  scrollbar-width: none;
}

.about-blog-track::-webkit-scrollbar {
  display: none;
}

.about-blog-card {
  position: relative;
  flex: 0 0 567px;
  width: 567px;
  min-height: 411px;
  border-radius: 20px;
  overflow: hidden;
  color: #13233b;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, .22) 0 2px, transparent 3px),
    radial-gradient(circle at 61% 33%, rgba(255, 255, 255, .16) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 74%, rgba(255, 255, 255, .18) 0 2px, transparent 3px),
    linear-gradient(160deg, rgba(19, 35, 59, .18), rgba(19, 35, 59, .05)),
    #e7e9eb;
}

.about-blog-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 26px 27px 20px;
}

.about-blog-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 10px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .95);
  color: rgba(19, 35, 59, .8);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.about-blog-meta {
  position: absolute;
  top: 30px;
  right: 28px;
  display: inline-flex;
  gap: 28px;
  color: #13233b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
}

.about-blog-card h3 {
  margin: 62px 0 15px;
  color: #13233b;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: .9;
}

.about-blog-card p {
  margin: 0 0 28px;
  color: #13233b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
}

.about-blog-card .about-gold-button {
  margin-top: auto;
  align-self: flex-start;
}

.about-blog-next {
  position: absolute;
  right: 0;
  top: 56%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 999px;
  background: #13233b;
  color: white;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.about-figma-principles {
  position: relative;
  padding: 104px var(--side);
  overflow: hidden;
  background: var(--navy);
  color: var(--cream);
}

.about-figma-principles .section-head {
  position: relative;
  z-index: 1;
}

.about-figma-principles .section-lead {
  color: rgba(233, 227, 204, .72);
}

.about-figma-principles .info-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .08);
  color: var(--cream);
}

.about-figma-principles .info-card h3 {
  color: var(--cream);
}

.about-figma-principles .info-card p {
  color: rgba(233, 227, 204, .72);
}

@media (max-width: 1480px) {
  .about-figma-hero-grid {
    grid-template-columns: minmax(520px, 720px) minmax(500px, 620px);
  }

  .about-figma-copy h1 {
    font-size: clamp(68px, 5vw, 82px);
  }

  .about-figma-stats span {
    font-size: 23px;
  }

  .about-video-orbit {
    width: 560px;
    height: 675px;
  }
}

@media (max-width: 1860px) and (min-width: 1181px) {
  .about-figma-intro-grid {
    grid-template-columns: minmax(520px, 720px) minmax(0, 1fr);
    gap: 0 clamp(42px, 4.4vw, 72px);
    padding-right: clamp(52px, 4.5vw, 84px);
    padding-left: clamp(52px, 4.5vw, 84px);
  }

  .about-figma-intro-copy h2 {
    width: min(720px, 100%);
    font-size: clamp(42px, 2.7vw, 48px);
  }

  .about-figma-team-photo img {
    width: clamp(930px, 66vw, 1160px);
  }

  .about-figma-group,
  .about-figma-sales,
  .about-figma-team-list,
  .about-figma-career {
    padding-right: clamp(52px, 4.5vw, 84px);
    padding-left: clamp(52px, 4.5vw, 84px);
  }

  .about-figma-group-inner,
  .about-figma-team-list-inner {
    grid-template-columns: minmax(360px, 460px) minmax(0, 1fr);
    gap: 0 clamp(44px, 4.7vw, 80px);
  }

  .about-business-grid article {
    min-height: 248px;
    padding: 36px 30px 34px;
  }

  .about-business-grid h3 {
    font-size: clamp(24px, 1.55vw, 30px);
  }

  .about-team-card h3 {
    font-size: clamp(21px, 1.35vw, 25px);
  }
}

@media (max-width: 1620px) and (min-width: 1181px) {
  .about-figma-intro {
    min-height: 900px;
  }

  .about-figma-intro-grid {
    grid-template-columns: minmax(440px, 620px) minmax(0, 1fr);
    grid-template-rows: 650px auto;
    min-height: 900px;
    padding-top: 96px;
  }

  .about-figma-intro-copy span {
    margin-bottom: 56px;
    font-size: 30px;
  }

  .about-figma-intro-copy h2 {
    width: min(620px, 100%);
    font-size: clamp(36px, 2.55vw, 42px);
  }

  .about-figma-team-photo img {
    width: clamp(760px, 62vw, 980px);
  }

  .about-figma-lead,
  .about-figma-group-inner > p,
  .about-sales-head p,
  .about-career-head p,
  .about-career-footer p {
    font-size: clamp(20px, 1.45vw, 24px);
  }

  .about-figma-group-inner,
  .about-figma-team-list-inner {
    grid-template-columns: minmax(310px, 380px) minmax(0, 1fr);
    gap: 0 clamp(32px, 3.8vw, 62px);
  }

  .about-business-grid {
    gap: 14px;
  }

  .about-business-grid article {
    min-height: 228px;
    padding: 30px 24px;
  }

  .about-business-grid p {
    font-size: 15px;
  }

  .about-figma-team-list {
    min-height: 1360px;
    padding-top: 58px;
  }

  .about-team-grid {
    gap: 18px;
  }

  .about-team-photo::before {
    top: 88px;
  }

  .about-team-photo img {
    height: calc(100% + 88px);
  }
}

@media (max-width: 1180px) {
  .about-figma-hero {
    height: auto;
    min-height: auto;
  }

  .about-figma-hero-grid,
  .about-figma-intro-grid {
    grid-template-columns: 1fr;
  }

  .about-figma-video {
    grid-column: auto;
    grid-row: auto;
    margin-top: 10px;
    padding-right: 0;
  }

  .about-figma-team-photo {
    grid-column: auto;
    grid-row: auto;
    padding-top: 0;
    justify-content: flex-start;
  }

  .about-figma-lead {
    grid-column: auto;
    grid-row: auto;
  }

  .about-figma-group-inner {
    grid-template-columns: 1fr;
  }

  .about-business-grid {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .about-sales-head,
  .about-career-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-sales-row.open > div {
    max-width: none;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .about-team-card {
    max-width: none;
  }

  .about-team-card:nth-child(4),
  .about-team-card:nth-child(5) {
    grid-column: auto;
  }

  .about-career-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-blog-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-blog-card {
    flex-basis: min(80vw, 540px);
    width: min(80vw, 540px);
  }
}

@media (max-width: 1150px) and (min-width: 761px) {
  .about-figma-intro {
    min-height: 0;
  }

  .about-figma-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 34px;
    min-height: 0;
    padding: 78px 44px 70px;
  }

  .about-figma-intro-copy span {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .about-figma-intro-copy h2 {
    width: min(760px, 100%);
    font-size: clamp(36px, 4.4vw, 48px);
    line-height: .92;
  }

  .about-figma-team-photo {
    margin: 0 -44px;
    overflow: hidden;
    justify-content: center;
  }

  .about-figma-team-photo img {
    width: min(1040px, 118vw);
    max-width: none;
  }

  .about-figma-lead {
    width: min(620px, 100%);
    font-size: 24px;
    line-height: 1.08;
  }

  .about-figma-group {
    min-height: 0;
    padding: 0 44px;
  }

  .about-figma-group-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    min-height: 0;
    padding: 32px 0 122px;
  }

  .about-figma-group-inner > p {
    max-width: 620px;
    padding-top: 0;
    font-size: 23px;
  }

  .about-business-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .about-business-grid article {
    min-height: 220px;
    padding: 28px 22px;
  }

  .about-business-grid h3 {
    font-size: 22px;
  }

  .about-business-grid p {
    font-size: 14px;
  }

  .about-figma-team-list {
    min-height: 0;
    padding: 58px 44px 98px;
  }

  .about-figma-team-list::before {
    width: 100%;
    max-width: 620px;
    height: 820px;
    background-size: 640px auto;
    opacity: .34;
  }

  .about-figma-team-list-inner {
    display: block;
    max-width: 760px;
    margin: 0 auto;
  }

  .about-team-kicker {
    margin: 0 0 28px;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .about-team-photo {
    aspect-ratio: 168 / 216;
    border-radius: 12px;
  }

  .about-team-photo::before {
    top: 48px;
    border-radius: 12px;
  }

  .about-team-photo img {
    height: calc(100% + 44px);
  }

  .about-team-card h3 {
    margin-top: 16px;
    font-size: clamp(18px, 2.35vw, 24px);
    line-height: .94;
  }

  .about-team-card p {
    max-width: 180px;
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .page-about .site-header {
    min-height: 82px;
    padding: 14px 20px 0;
  }

  .about-figma-hero {
    min-height: auto;
    padding: 19px 20px 34px;
  }

  .about-figma-hero::before {
    opacity: .26;
    background-size: 320px 300px, 360px 340px, 320px 300px;
    background-position: right -130px top 80px, right -105px top 315px, right -80px bottom 140px;
  }

  .about-figma-breadcrumbs {
    gap: 5px;
    margin: 0 0 28px;
    font-size: 13px;
  }

  .about-figma-breadcrumbs a,
  .about-figma-breadcrumbs span:first-of-type {
    display: none;
  }

  .about-figma-breadcrumbs span:last-child::before {
    content: "<";
    margin-right: 7px;
    color: rgba(233, 227, 204, .42);
  }

  .about-figma-copy h1 {
    max-width: 345px;
    font-size: clamp(37px, 10.5vw, 42px);
    line-height: .86;
    letter-spacing: -.01em;
  }

  .about-figma-video {
    margin: 22px 0 0;
    justify-content: center;
  }

  .about-figma-stats {
    grid-column: auto;
    grid-row: auto;
  }

  .about-video-orbit {
    width: min(100%, 360px);
    height: 385px;
  }

  .about-video-orbit img {
    top: 58px;
    width: 252px;
  }

  .about-video-ring {
    top: 12px;
    width: 354px;
    transform: translateX(-50%) rotate(-19deg);
  }

  .about-video-ring text {
    font-size: 42px;
    letter-spacing: 4px;
  }

  .about-video-play {
    top: 57%;
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 32px;
  }

  .about-figma-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 30px;
    margin-top: 20px;
  }

  .about-figma-stats strong {
    font-size: 42px;
    line-height: .85;
  }

  .about-figma-stats p {
    gap: 7px;
  }

  .about-figma-stats small {
    margin: 5px 0 0 4px;
  }

  .about-figma-stats em {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .about-figma-stats span {
    font-size: 16px;
    line-height: 1.05;
  }

  .about-figma-intro {
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .about-figma-intro-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    min-height: 0;
    padding: 45px 28px 0;
  }

  .about-figma-intro-copy span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }

  .about-figma-intro-copy h2 {
    width: calc(100vw - 56px);
    max-width: 520px;
    font-size: clamp(28px, 7.75vw, 31px);
    line-height: .92;
    letter-spacing: -.025em;
  }

  .about-figma-team-photo {
    min-height: 0;
    margin: 42px 0 0;
    overflow: visible;
    justify-content: center;
  }

  .about-figma-team-photo img {
    width: min(100%, 520px);
    max-width: 100%;
    flex: 0 1 auto;
    aspect-ratio: 1158 / 830;
    object-fit: contain;
  }

  .about-figma-lead {
    width: 100%;
    margin: 42px 0 0;
    font-size: clamp(20px, 5.6vw, 23px);
    font-weight: 500;
    line-height: 1.05;
  }

  .about-figma-group {
    padding: 20px 20px 100px;
  }

  .about-figma-group-inner {
    gap: 24px;
  }

  .about-figma-group-inner > p {
    padding-top: 22px;
    font-size: 16px;
  }

  .about-business-grid {
    gap: 12px;
  }

  .about-business-grid article {
    min-height: 190px;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .about-business-grid h3 {
    margin-bottom: 34px;
    font-size: 21px;
  }

  .about-business-grid p {
    font-size: 16px;
  }

  .about-figma-principles {
    padding: 58px 20px;
  }

  .about-figma-sales {
    padding: 5px 20px 60px;
  }

  .about-sales-head {
    gap: 20px;
  }

  .about-sales-head h2 {
    font-size: clamp(20px, 6.6vw, 38px);
  }

  .about-sales-head p {
    font-size: 16px;
  }

  .about-sales-accordion {
    gap: 10px;
  }

  .about-sales-row {
    padding: 18px 20px;
    border-radius: 14px;
  }

  .about-sales-row h3 {
    font-size: 20px;
  }

  .about-sales-row header span,
  .about-career-accordion article span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .about-sales-row header span::before,
  .about-sales-row header span::after,
  .about-career-accordion article span::before,
  .about-career-accordion article span::after {
    top: 14px;
    width: 8px;
  }

  .about-sales-row header span::before,
  .about-career-accordion article span::before {
    left: 8px;
  }

  .about-sales-row header span::after,
  .about-career-accordion article span::after {
    right: 8px;
  }

  .about-sales-row.open > div {
    gap: 22px;
    margin-top: 20px;
  }

  .about-sales-row.open p {
    font-size: 14px;
  }

  .about-gold-button {
    min-height: 35px;
    max-width: 135px;
    padding: 11px 0;
    font-size: 12px;
  }

  .about-gold-button.large {
    font-size: 18px;
  }

  .about-figma-team-list {
    min-height: auto;
    padding: 34px 20px 62px;
  }

  .about-figma-team-list::before {
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 540px;
    opacity: .38;
    background-position: left -104px top -16px;
    background-size: 520px auto;
    transform: none;
  }

  .about-figma-team-list::after {
    left: -10vw;
    right: -10vw;
    bottom: -1px;
    height: clamp(30px, 4.9vw, 94px);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #e7e9eb;
  }

  .about-team-kicker {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .about-figma-team-list-inner {
    display: block;
    max-width: none;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .about-team-photo {
    aspect-ratio: 168 / 216;
    border-radius: 8px;
  }

  .about-team-photo::before {
    top: 44px;
  }

  .about-team-photo img {
    height: calc(100% + 38px);
    object-fit: contain;
  }

  .about-career-accordion article span::before {
    left: 50%;
    top: 50%;
    width: 20px;
    height: 25px;
    border: 0;
    background: transparent url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 20 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.5L10 14.5L15 9.5' stroke='%2313233B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: translate(-50%, -50%);
  }

  .about-sales-row header span::before {
    left: 50%;
    top: 50%;
    width: 20px;
    height: 25px;
    border: 0;
    background: transparent url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 20 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.5L10 14.5L15 9.5' stroke='%2313233B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: translate(-50%, -50%);
  }

  .about-sales-row.open header span::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .about-sales-row header span::after,
  .about-sales-row.open header span::after {
    display: none;
  }

  .about-career-accordion article.open span::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .about-career-accordion article span::after,
  .about-career-accordion article.open span::after {
    display: none;
  }

  .about-team-card h3 {
    margin-top: 14px;
    font-size: 16px;
  }

  .about-team-card p {
    font-size: 12px;
  }

  .about-team-card:nth-child(4),
  .about-team-card:nth-child(5) {
    grid-column: auto;
    margin-top: 0;
  }

  .about-figma-career {
    padding: 58px 20px;
  }

  .about-career-head h2 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .82;
  }

  .about-career-head h3 {
    margin-top: 10px;
    font-size: clamp(26px, 7vw, 34px);
  }

  .about-career-head p,
  .about-career-footer p {
    font-size: 16px;
  }

  .about-career-accordion {
    gap: 8px;
  }

  .about-career-accordion article {
    grid-template-columns: 1fr 30px;
    min-height: 60px;
    padding: 16px 20px;
    border-radius: 14px;
  }

  .about-career-accordion h4 {
    font-size: 24px;
  }

  .about-career-accordion article > div {
    padding: 0 0 4px;
  }

  .about-career-accordion article > div p {
    font-size: 16px;
  }

  .about-career-footer {
    gap: 24px;
  }

  .about-figma-blog {
    padding: 58px 20px 48px;
    background: linear-gradient(to bottom, #f7f7f4 0 42px, #e7e9eb 42px 100%);
  }

  .about-figma-blog::before {
    height: 42px;
    background:
      radial-gradient(100% 140px at 50% 100%, #d4d6d9 0 52%, transparent 52.2%),
      #f7f7f4;
  }

  .about-figma-blog-inner {
    gap: 28px;
  }

  .about-blog-head h2 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .82;
  }

  .about-blog-head a {
    gap: 8px;
    font-size: 16px;
  }

  .about-blog-head a span {
    font-size: 16px;
  }

  .about-blog-track {
    gap: 10px;
    padding-right: 0;
  }

  .about-blog-card {
    flex-basis: min(86vw, 340px);
    width: min(86vw, 340px);
    min-height: 350px;
  }

  .about-blog-card-inner {
    padding: 14px 14px 18px;
  }

  .about-blog-date {
    min-height: 28px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .about-blog-meta {
    top: 22px;
    right: 16px;
    gap: 16px;
    font-size: 14px;
  }

  .about-blog-card h3 {
    margin-top: 48px;
    font-size: 22px;
  }

  .about-blog-card p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .about-blog-next {
    display: none;
  }
}

@media (max-width: 600px) {
  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-team-card:first-child {
    grid-column: 1 / -1;
  }

  .about-team-card:first-child .about-team-photo {
    max-width: 265px;
    margin: 0 auto;
    aspect-ratio: 265 / 360;
  }

  .about-team-card:first-child h3,
  .about-team-card:first-child p {
    max-width: 265px;
    margin-right: auto;
    margin-left: auto;
  }
}
.object-gallery-main img,
.object-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.object-gallery-main img,
.object-map img {
  opacity: 0;
}

.object-map-open img {
  opacity: 1;
}

.object-gallery-thumbs {
  position: relative;
  display: grid;
  grid-auto-rows: 158.67px;
  gap: 20px;
  height: 516px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 10px 0 0;
  scrollbar-width: none;
  --gallery-scrollbar-size: 5px;
  --gallery-scrollbar-track: #fff;
  --gallery-scrollbar-thumb: var(--gold);
  --gallery-scrollbar-thumb-offset: 0px;
  --gallery-scrollbar-thumb-size: 86px;
}

.object-gallery-thumbs::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.object-gallery-thumbs::-webkit-scrollbar-button {
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

.object-gallery-thumbs::-webkit-scrollbar-button:single-button,
.object-gallery-thumbs::-webkit-scrollbar-button:vertical:start:decrement,
.object-gallery-thumbs::-webkit-scrollbar-button:vertical:end:increment,
.object-gallery-thumbs::-webkit-scrollbar-button:horizontal:start:decrement,
.object-gallery-thumbs::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.object-gallery-thumbs::-webkit-scrollbar-track {
  background: rgba(19, 35, 59, .08);
  border-radius: 999px;
}

.object-gallery-thumbs::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 999px;
}

.object-gallery-thumbs::before,
.object-gallery-thumbs::after {
  content: "";
  position: absolute;
  display: none;
  z-index: 4;
  pointer-events: none;
  border-radius: 999px;
}

.object-gallery-thumbs.has-custom-scrollbar::before,
.object-gallery-thumbs.has-custom-scrollbar::after {
  display: block;
}

.object-gallery-thumbs[data-scrollbar-axis="y"]::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--gallery-scrollbar-size);
  background: var(--gallery-scrollbar-track);
}

.object-gallery-thumbs[data-scrollbar-axis="y"]::after {
  top: var(--gallery-scrollbar-thumb-offset);
  right: 0;
  width: var(--gallery-scrollbar-size);
  height: var(--gallery-scrollbar-thumb-size);
  background: var(--gallery-scrollbar-thumb);
}

.object-gallery-thumbs[data-scrollbar-axis="x"]::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: var(--gallery-scrollbar-track);
}

.object-gallery-thumbs[data-scrollbar-axis="x"]::after {
  left: var(--gallery-scrollbar-thumb-offset);
  bottom: 0;
  width: var(--gallery-scrollbar-thumb-size);
  height: 6px;
  background: var(--gallery-scrollbar-thumb);
}

.object-thumb {
  display: block;
  min-height: 158.67px;
  border: 0;
  border-radius: 12px;
  background: #d9dde4 var(--thumb-bg) center / cover no-repeat;
  cursor: pointer;
}

.object-thumb.active {
  box-shadow: 0 0 0 3px var(--gold) inset;
}

.object-gallery-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.object-gallery-prev {
  left: 24px;
}

.object-gallery-next {
  right: 24px;
}

.object-gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.object-gallery-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
}

.object-gallery-dots span:first-child,
.object-gallery-dots span.active {
  background: #fff;
}

.object-map {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #e8edf5 var(--object-map) center / cover no-repeat;
}

.object-map-large {
  height: 516px;
}

.object-map-pin {
  position: absolute;
  left: var(--pin-x, 51%);
  top: var(--pin-y, 48%);
  width: 34px;
  height: 34px;
  border: 9px solid var(--gold);
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.object-map button,
.object-map-open {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  font-size: 36px;
  text-decoration: none;
}

.object-price-panel {
  position: relative;
  min-height: 516px;
  padding: 52px 30px 28px;
  border-radius: 16px;
  background: #fff;
}

.object-exclusive {
  position: absolute;
  left: -10px;
  top: -24px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.object-old-price {
  color: rgba(19, 35, 59, .38);
  font-size: 24px;
  line-height: 1;
  text-decoration: line-through;
}

.object-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.object-price-row strong {
  color: var(--ink);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.object-price-row span {
  color: rgba(19, 35, 59, .32);
  font-size: 30px;
}

.object-currency {
  position: absolute;
  top: 84px;
  right: 23px;
  display: flex;
  gap: 10px;
}

.object-currency button {
  width: 51px;
  height: 51px;
  border: 0;
  border-radius: 50%;
  background: #eef0f2;
  color: var(--ink);
  font-size: 18px;
}

.object-currency button.active {
  background: var(--gold);
  color: #fff;
}

.object-price-panel .object-map {
  height: 269px;
  margin-top: 27px;
}

.object-panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.object-green-button,
.object-gold-button,
.object-video-pill {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.object-green-button,
.object-video-pill {
  background: var(--green);
}

.object-gold-button {
  background: var(--gold);
}

.object-section-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.object-video-section,
.object-request-section {
  padding: 78px var(--side);
  background: var(--gray);
}

.object-video-section {
  padding-top: 0;
}

.object-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.object-video-grid h2,
.object-request-form h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(52px, 3.6vw, 72px);
  font-weight: 400;
  line-height: .94;
}

.object-video-grid p,
.object-request-form p {
  margin: 24px 0 32px;
  max-width: 520px;
  color: rgba(19, 35, 59, .68);
  font-size: 18px;
  line-height: 1.45;
}

.object-video-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 16px;
  background: #d9dde4 var(--object-bg) center / cover no-repeat;
}

.object-video-card span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(5, 61, 43, .82);
  color: #fff;
  font-size: 34px;
  transform: translate(-50%, -50%);
}

.object-request-form {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  padding: 48px;
  border-radius: 18px;
  background: #fff;
}

.object-request-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.object-request-fields label {
  display: grid;
  gap: 8px;
  color: rgba(19, 35, 59, .6);
  font-size: 13px;
}

.object-comment,
.object-consent {
  grid-column: 1 / -1;
}

.object-request-fields input,
.object-request-fields textarea {
  width: 100%;
  border: 1px solid rgba(19, 35, 59, .12);
  border-radius: 12px;
  padding: 0 18px;
  background: #f4f6f7;
  color: var(--ink);
  font: inherit;
}

.object-request-fields input {
  height: 54px;
}

.object-request-fields textarea {
  min-height: 110px;
  padding-top: 16px;
  resize: vertical;
}

.object-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: rgba(19, 35, 59, .68);
  font-size: 13px;
  line-height: 1.3;
}

.object-request-fields .object-consent input[type="checkbox"] {
  appearance: none;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin: 1px 0 0;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid rgba(19, 35, 59, .28);
  border-radius: 4px;
  background: #fff;
}

.object-request-fields .object-consent input[type="checkbox"]:checked {
  border-color: var(--gold);
  background-color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.1 4.4 8.4 11 1' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.object-request-fields .object-gold-button {
  width: max-content;
  min-width: 210px;
  border: 0;
  cursor: pointer;
}

.object-figma-details {
  padding: 68px var(--side) 80px;
  background: #fff;
}

.figma-object-sale .object-figma-details {
  background: #fff;
}

.object-figma-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
  gap: clamp(72px, 9vw, 180px);
  align-items: start;
  justify-content: space-between;
}

.object-figma-description {
  max-width: 820px;
}

.object-figma-details h2 {
  margin: 0 0 25px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 400;
  line-height: .95;
}

.object-figma-details p {
  margin: 0 0 0;
  color: rgba(19, 35, 59, .88);
  font-size: 15px;
  line-height: 1.22;
}

.object-figma-details p + p {
  margin-top: 14px;
}

.object-read-more {
  margin-top: 24px;
  border: 0;
  background: transparent;
  color: rgba(19, 35, 59, .46);
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  line-height: 1;
}

.object-read-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  line-height: 1;
  transform: translateY(-1px);
}

.object-accordion {
  display: grid;
  gap: 15px;
}

.object-accordion details {
  border-radius: 10px;
  background: #e3e5e8;
  color: var(--ink);
}

.object-accordion summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  list-style: none;
  font-family: var(--font-display);
  font-size: 19px;
  text-transform: uppercase;
  cursor: pointer;
}

.object-accordion summary::-webkit-details-marker {
  display: none;
}

.object-accordion summary::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg) translate(-2px, -2px);
}

.object-accordion details[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.object-accordion details > div {
  display: grid;
  gap: 6px;
  padding: 0 20px 20px;
}

.object-accordion span {
  margin-top: 10px;
  color: rgba(19, 35, 59, .46);
  font-size: 13px;
}

.object-accordion strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.object-figma-related {
  padding: 76px var(--side) 88px;
  background: var(--gray);
}

.figma-object-village .object-figma-related {
  background: #fff;
}

.figma-villages-page .object-figma-layout-village {
  grid-template-columns: minmax(0, 1.08fr) minmax(190px, 262px) minmax(330px, .72fr);
}

.figma-villages-page .object-map-open img {
  width: 27px;
  height: 27px;
  display: block;
  object-fit: contain;
  opacity: 1;
  pointer-events: none;
}

.page-villages .site-header {
  background: var(--gray);
  color: var(--ink);
}

.page-villages .site-header .brand-emblem,
.page-villages .site-header .brand-lockup,
.page-villages .site-header .favorite-link img,
.page-villages .site-header .social-links img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(967%) hue-rotate(178deg) brightness(90%) contrast(94%);
}

.page-villages .site-header .header-nav a,
.page-villages .site-header .favorite-link,
.page-villages .site-header .social-links a {
  color: var(--ink);
}

.page-villages .site-header .icon-link,
.page-villages .site-header .phone-link {
  background: #3b485c;
  color: #fff;
}

.page-villages .site-header .icon-link img {
  filter: none;
}

.object-plans-section,
.object-settlement-section,
.object-villages-cloud {
  padding: 74px var(--side);
  background: #fff;
}

.object-plans-section h2,
.object-settlement-section h2,
.object-see-section h2,
.object-villages-cloud h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  line-height: .95;
}

.object-plans-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, .95fr);
  gap: 18px;
  margin-top: 38px;
}

.object-plan-card {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 26px;
  align-items: end;
  padding: 24px;
  border-radius: 18px;
  background: #e3e6e9;
  overflow: hidden;
}

.object-plan-tabs {
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  gap: 10px;
}

.object-plan-tabs button {
  min-width: 82px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
}

.object-plan-tabs button:hover {
  color: var(--gold);
}

.object-plan-tabs button.active {
  background: var(--gold);
  color: #fff;
}

.object-plan-card p {
  max-width: 300px;
  margin: 0;
  color: rgba(19, 35, 59, .64);
  font-size: 14px;
  line-height: 1.25;
}

.object-plan-scheme {
  position: relative;
  min-height: 250px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(19, 35, 59, .22) 24% 24.8%, transparent 24.8% 100%),
    linear-gradient(90deg, transparent 0 52%, rgba(19, 35, 59, .22) 52% 52.8%, transparent 52.8% 100%),
    linear-gradient(0deg, transparent 0 36%, rgba(19, 35, 59, .22) 36% 36.8%, transparent 36.8% 100%),
    linear-gradient(0deg, transparent 0 68%, rgba(19, 35, 59, .22) 68% 68.8%, transparent 68.8% 100%),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(19, 35, 59, .12);
}

.object-plan-scheme span {
  position: absolute;
  border: 2px solid rgba(19, 35, 59, .55);
  background: rgba(197, 166, 99, .11);
}

.object-plan-scheme span:nth-child(1) { left: 8%; top: 18%; width: 28%; height: 22%; }
.object-plan-scheme span:nth-child(2) { left: 40%; top: 14%; width: 24%; height: 28%; }
.object-plan-scheme span:nth-child(3) { left: 67%; top: 18%; width: 22%; height: 22%; }
.object-plan-scheme span:nth-child(4) { left: 9%; top: 48%; width: 34%; height: 28%; }
.object-plan-scheme span:nth-child(5) { left: 48%; top: 50%; width: 19%; height: 30%; }
.object-plan-scheme span:nth-child(6) { left: 70%; top: 50%; width: 20%; height: 30%; }

.object-plan-scheme.is-second span:nth-child(1) { left: 8%; top: 14%; width: 20%; height: 26%; }
.object-plan-scheme.is-second span:nth-child(2) { left: 32%; top: 14%; width: 18%; height: 26%; }
.object-plan-scheme.is-second span:nth-child(3) { left: 54%; top: 14%; width: 36%; height: 26%; }
.object-plan-scheme.is-second span:nth-child(4) { left: 8%; top: 48%; width: 30%; height: 32%; }
.object-plan-scheme.is-second span:nth-child(5) { left: 42%; top: 48%; width: 22%; height: 32%; }
.object-plan-scheme.is-second span:nth-child(6) { left: 68%; top: 48%; width: 22%; height: 32%; }

.object-plan-open {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.object-plan-photo {
  min-height: 360px;
  border-radius: 18px;
  background: #d9dde4 var(--object-bg) center / cover no-repeat;
}

.object-settlement-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(420px, 1fr);
  gap: 78px;
  align-items: start;
}

.object-settlement-section p {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(19, 35, 59, .88);
  font-size: 15px;
  line-height: 1.22;
}

.object-settlement-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 32px;
}

.object-settlement-actions .object-gold-button {
  min-width: 170px;
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
}

.object-settlement-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 14px;
}

.object-settlement-main,
.object-settlement-thumbs span {
  border-radius: 12px;
  background: #d9dde4 var(--object-bg) center / cover no-repeat;
}

.object-settlement-main {
  min-height: 330px;
}

.object-settlement-thumbs {
  display: grid;
  gap: 12px;
}

.object-settlement-thumbs span {
  min-height: 102px;
}

.object-see-section {
  position: relative;
  padding: 82px var(--side) 72px;
  overflow: hidden;
  background: var(--gray);
}

.object-see-section::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -74px;
  height: 132px;
  border-radius: 50% 50% 0 0;
  background: #fff;
  pointer-events: none;
  z-index: 0;
}

.object-see-section > .section-inner {
  position: relative;
  z-index: 1;
}

.object-see-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.object-see-head h2 {
  font-size: clamp(58px, 4vw, 80px);
}

.object-see-tabs {
  display: inline-flex;
  padding: 5px;
  border-radius: 999px;
  background: #fff;
}

.object-see-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: transparent;
  color: rgba(19, 35, 59, .72);
  font-size: 13px;
}

.object-see-tabs button.active {
  background: var(--gold);
  color: #fff;
}

.object-see-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 1fr);
  gap: 18px;
  margin-top: 38px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
}

.object-see-track .property-card {
  min-width: 310px;
  scroll-snap-align: start;
}

.object-villages-cloud-grid {
  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(0, 1fr);
  gap: 90px;
  align-items: start;
}

.object-village-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.object-village-tags a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #eef0f2;
  color: rgba(19, 35, 59, .76);
  font-size: 13px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.object-village-tags a:hover {
  background: #e1e4e8;
  color: var(--ink);
}

.object-village-tags a:last-child {
  background: var(--gold);
  color: #fff;
}

@media (max-width: 1180px) {
  .object-figma-layout {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .figma-villages-page .object-figma-layout-village {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .object-facts-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .object-price-panel,
  .object-map-large {
    grid-column: 1 / -1;
  }

  .figma-villages-page .object-map-large {
    height: 320px;
  }

  .object-price-panel {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .page-object .site-header,
  .page-objectVillage .site-header {
    min-height: 80px;
    padding: 9px 20px 0;
  }

  .page-object .brand-logo,
  .page-objectVillage .brand-logo {
    width: 166px;
    height: 49px;
    gap: 8px;
  }

  .page-object .brand-emblem,
  .page-objectVillage .brand-emblem {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
  }

  .page-object .brand-wordmark,
  .page-objectVillage .brand-wordmark {
    width: 111px;
    height: 31px;
  }

  .page-object .brand-tagline,
  .page-objectVillage .brand-tagline {
    width: 89px;
    height: 6px;
  }

  .page-object .icon-link.search-link,
  .page-objectVillage .icon-link.search-link {
    width: 46px;
    height: 46px;
    display: inline-grid;
    background: #3b485c;
  }

  .page-object .icon-link.search-link img,
  .page-objectVillage .icon-link.search-link img {
    filter: none;
  }

  .page-object .menu-toggle,
  .page-objectVillage .menu-toggle {
    display: inline-grid;
    width: 31px;
    height: 31px;
    background: transparent;
  }

  .page-object .menu-toggle span,
  .page-objectVillage .menu-toggle span {
    left: 0;
    width: 31px;
    height: 2px;
    background: var(--ink);
    filter: none;
  }

  .page-object .menu-toggle span:first-child,
  .page-objectVillage .menu-toggle span:first-child {
    top: 8px;
  }

  .page-object .menu-toggle span:last-child,
  .page-objectVillage .menu-toggle span:last-child {
    bottom: 8px;
  }

  .object-figma-hero {
    padding: 19px 20px 0;
  }

  .object-facts-section {
    padding: 18px 20px 34px;
  }

  .object-facts-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .object-fact {
    min-height: 54px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
  }

  .object-fact-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }

  .object-fact span {
    font-size: 10px;
  }

  .object-fact strong {
    font-size: 12px;
  }

  .object-tags-row {
    gap: 6px;
  }

  .object-tag {
    min-height: 22px;
    padding: 0 9px;
    font-size: 10px;
  }

  .object-figma-breadcrumbs {
    gap: 8px;
    margin-bottom: 21px;
    font-size: 12px;
  }

  .object-figma-breadcrumbs a:not(:first-child),
  .object-figma-breadcrumbs span:not(:first-child) {
    display: none;
  }

  .object-figma-breadcrumbs::before {
    content: "‹";
    color: rgba(19, 35, 59, .42);
    font-size: 20px;
    line-height: 1;
  }

  .object-figma-title-row {
    display: block;
    margin-bottom: 16px;
  }

  .object-figma-title-row h1 {
    font-size: 40px;
    line-height: .83;
    letter-spacing: -.04em;
  }

  .figma-object-village .object-figma-title-row h1 {
    font-size: 42px;
  }

  .object-figma-title-actions {
    display: none;
  }

  .object-mobile-actions {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }

  .figma-object-village .object-mobile-actions {
    display: none;
  }

  .object-id-pill {
    min-width: 77px;
    min-height: 37px;
    font-size: 12px;
  }

  .object-heart-line {
    width: 37px;
    height: 37px;
    font-size: 24px;
  }

  .object-video-pill {
    min-height: 37px;
    justify-content: space-between;
    padding: 0 5px 0 14px;
    font-size: 11px;
  }

  .object-video-pill span {
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    display: grid;
    place-items: center;
  }

  .object-figma-layout,
  .object-figma-layout-sale {
    display: block;
  }

  .object-gallery-main {
    height: 196px;
    border-radius: 10px;
  }

  .object-gallery-arrow {
    width: 44px;
    height: 44px;
    font-size: 26px;
  }

  .object-gallery-prev {
    left: 16px;
  }

  .object-gallery-next {
    right: 16px;
  }

  .object-gallery-dots {
    bottom: 8px;
    gap: 6px;
  }

  .object-gallery-dots span {
    width: 6px;
    height: 6px;
  }

  .object-gallery-thumbs {
    display: flex;
    gap: 6px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 8px;
    margin-top: 5px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .object-gallery-thumbs::-webkit-scrollbar {
    display: none;
  }

  .object-gallery-thumbs:not(.has-custom-scrollbar)::before,
  .object-gallery-thumbs:not(.has-custom-scrollbar)::after {
    display: none;
  }

  .object-thumb {
    flex: 0 0 116px;
    height: 98px;
    min-height: 98px;
    border-radius: 9px;
    scroll-snap-align: start;
  }

  .object-price-panel {
    min-height: 0;
    margin-top: 24px;
    padding: 31px 12px 13px;
    border-radius: 14px;
  }

  .object-exclusive {
    left: 0;
    top: -4px;
    min-height: 25px;
    padding: 0 11px;
    border-radius: 6px;
    font-size: 13px;
  }

  .object-old-price {
    font-size: 14px;
  }

  .object-price-row {
    margin-top: 8px;
  }

  .object-price-row strong {
    font-size: 22px;
  }

  .object-price-row span {
    font-size: 20px;
  }

  .object-currency {
    top: 43px;
    right: 13px;
    gap: 7px;
  }

  .object-currency button {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .object-price-panel .object-map,
  .object-map-large {
    height: 140px;
    margin-top: 14px;
    border-radius: 10px;
  }

  .object-map button,
  .object-map-open {
    right: 9px;
    bottom: 9px;
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .object-map-pin {
    width: 23px;
    height: 23px;
    border-width: 7px;
  }

  .object-panel-actions {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 16px;
  }

  .object-green-button,
  .object-gold-button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
    white-space: normal;
  }

  .object-figma-details {
    padding: 47px 20px 60px;
  }

  .object-figma-details-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .object-figma-details h2 {
    font-size: 32px;
  }

  .object-figma-details p {
    font-size: 14px;
  }

  .object-accordion summary {
    font-size: 17px;
  }

  .object-figma-related {
    padding: 58px 20px 70px;
  }

  .object-video-section,
  .object-request-section {
    padding: 48px 20px;
  }

  .object-video-section {
    padding-top: 0;
  }

  .object-video-grid,
  .object-request-form {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .object-video-grid h2,
  .object-request-form h2 {
    font-size: 34px;
  }

  .object-video-grid p,
  .object-request-form p {
    margin: 16px 0 22px;
    font-size: 14px;
  }

  .object-video-card {
    min-height: 210px;
    border-radius: 12px;
  }

  .object-request-form {
    padding: 24px 14px;
    border-radius: 14px;
  }

  .object-request-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .object-request-fields .object-gold-button {
    width: 100%;
  }

  .object-plans-section,
  .object-settlement-section,
  .object-villages-cloud {
    padding: 48px 20px;
  }

  .object-plans-section h2,
  .object-settlement-section h2,
  .object-see-section h2,
  .object-villages-cloud h2 {
    font-size: 32px;
    line-height: 1;
  }

  .object-plans-grid,
  .object-settlement-grid,
  .object-villages-cloud-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .object-plans-grid {
    margin-top: 24px;
  }

  .object-plan-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 68px 14px 14px;
    border-radius: 14px;
  }

  .object-plan-tabs {
    left: 14px;
    top: 14px;
  }

  .object-plan-tabs button {
    min-width: 72px;
    min-height: 32px;
    font-size: 12px;
  }

  .object-plan-card p {
    max-width: none;
    font-size: 13px;
  }

  .object-plan-scheme {
    min-height: 184px;
  }

  .object-plan-open {
    right: 14px;
    bottom: 14px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .object-plan-photo {
    min-height: 220px;
    border-radius: 14px;
  }

  .object-settlement-grid {
    align-items: stretch;
  }

  .object-settlement-section p {
    max-width: none;
    margin-top: 18px;
    font-size: 14px;
  }

  .object-settlement-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .object-settlement-actions .object-gold-button {
    min-width: 170px;
  }

  .object-settlement-gallery {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .object-settlement-main {
    min-height: 230px;
  }

  .object-settlement-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .object-settlement-thumbs span {
    min-height: 74px;
    border-radius: 9px;
  }

  .object-see-section {
    padding: 52px 20px 46px;
  }

  .object-see-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .object-see-head h2 {
    font-size: 42px;
  }

  .object-see-tabs {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .object-see-tabs::-webkit-scrollbar {
    display: none;
  }

  .object-see-tabs button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 14px;
    font-size: 11px;
  }

  .object-see-track {
    grid-auto-columns: minmax(260px, 82vw);
    gap: 12px;
    margin-top: 22px;
    scrollbar-width: none;
  }

  .object-see-track::-webkit-scrollbar {
    display: none;
  }

  .object-see-track .property-card {
    min-width: 0;
  }

  .object-villages-cloud-grid {
    gap: 24px;
  }

  .object-village-tags {
    gap: 8px;
  }

  .object-village-tags a {
    min-height: 30px;
    padding: 0 12px;
    font-size: 11px;
  }
}



/* About page mobile spacing refinements, 2026-06-15. */
@media (max-width: 760px) {
  .about-figma-page .approach-section {
    min-height: 910px;
  }

  .about-figma-page .approach h2 {
    margin: 0 0 0;
  }

  .about-figma-page .portrait-card {
    margin: 55px 0 0;
  }

  .about-figma-page .portrait-lettermark {
    top: 38%;
    width: 275px;
  }

  .about-figma-sales {
    min-height: 1030px;
  }
}

/* Blog page Figma refresh */
.page-blog {
  --blog-side: clamp(20px, 4.6875vw, 90px);
  --blog-card-radius: 10px;
  background: #fff;
  color: var(--navy);
}

.page-blog .figma-header-shell .site-header.figma-header {
  width: 100%;
  height: 78px;
  margin: 0;
  padding: 0 var(--blog-side);
  background: #e7e9eb;
  color: var(--navy);
}

.page-blog .figma-header-shell .brand-logo::after {
  opacity: 1;
}

.page-blog .figma-header-shell .brand-emblem,
.page-blog .figma-header-shell .brand-lockup {
  opacity: 0;
}

.page-blog .figma-header-shell .header-nav a,
.page-blog .figma-header-shell .favorite-link,
.page-blog .figma-header-shell .social-links a {
  color: var(--navy);
}

.page-blog .figma-header-shell .favorite-link img,
.page-blog .figma-header-shell .social-links img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(967%) hue-rotate(178deg) brightness(90%) contrast(94%);
}

.page-blog .figma-header-shell .header-nav a[data-sale-trigger] {
  color: var(--gold);
}

.page-blog .figma-header-shell .icon-link,
.page-blog .figma-header-shell .phone-link {
  background: #344258;
  color: #fff;
}

.page-blog .figma-header-shell .menu-toggle span,
.page-blog .figma-header-shell .menu-toggle::before {
  background: var(--navy);
}

.page-blog .figma-header-shell .menu-toggle {
  color: var(--navy);
}

.blog-figma-page {
  background: #fff;
  overflow: hidden;
}

.blog-figma-page a {
  color: inherit;
  text-decoration: none;
}

.blog-figma-hero {
  padding: 44px var(--blog-side) 92px;
  background: #fff;
  color: var(--navy);
}

.blog-figma-inner,
.blog-latest-inner,
.blog-popular-inner {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
}

.blog-figma-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(19, 35, 59, .45);
  font-size: 14px;
  line-height: 1;
}

.blog-figma-breadcrumbs a {
  color: rgba(19, 35, 59, .35);
}

.blog-figma-hero h1,
.blog-latest-section h2,
.blog-popular-section h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.015em;
}

.blog-figma-hero h1 {
  font-size: clamp(54px, 4.35vw, 84px);
  line-height: .95;
}

.blog-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.blog-category-pills a {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e7e9eb;
  color: rgba(19, 35, 59, .7);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.blog-category-pills a.active {
  background: var(--gold);
  color: #fff;
}

.blog-category-pills span {
  min-width: 20px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background: #fff;
  color: var(--gold);
  font-size: 10px;
  line-height: 1;
}

.blog-featured-card {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 3.5vw, 68px);
  align-items: stretch;
  margin-top: 36px;
}

.blog-featured-image,
.blog-featured-image img,
.blog-news-card img,
.blog-latest-image,
.blog-latest-image img {
  display: block;
  width: 100%;
}

.blog-featured-image img {
  height: clamp(285px, 24.2vw, 465px);
  object-fit: cover;
  border-radius: var(--blog-card-radius);
}

.blog-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 7px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  color: rgba(19, 35, 59, .55);
  font-size: 12px;
  line-height: 1;
}

.blog-card-date {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #e7e9eb;
  color: rgba(19, 35, 59, .72);
}

.blog-card-time {
  margin-left: auto;
}

.blog-card-time::before,
.blog-card-views::before {
  margin-right: 5px;
  color: var(--gold);
}

.blog-card-time::before {
  content: "◴";
}

.blog-card-views::before {
  content: "⊙";
}

.blog-featured-copy h2,
.blog-news-card h2,
.blog-latest-copy h3,
.blog-popular-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.01em;
}

.blog-featured-copy h2 {
  max-width: 410px;
  margin-top: 34px;
  font-size: clamp(26px, 1.72vw, 33px);
  line-height: .98;
}

.blog-featured-copy p,
.blog-news-card p,
.blog-latest-copy p,
.blog-popular-card p {
  margin: 0;
  color: rgba(19, 35, 59, .74);
  font-weight: 300;
}

.blog-featured-copy p {
  max-width: 410px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.16;
}

.blog-gold-link,
.blog-popular-card span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.blog-featured-copy .blog-gold-link {
  margin-top: auto;
}

.blog-figma-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 28px;
  margin-top: 70px;
}

.blog-news-card a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.blog-news-card img {
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  border-radius: var(--blog-card-radius);
}

.blog-news-card .blog-card-meta {
  margin-top: 14px;
}

.blog-news-card h2 {
  margin-top: 18px;
  font-size: clamp(21px, 1.3vw, 25px);
  line-height: .98;
}

.blog-news-card p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.18;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 64px;
  color: rgba(19, 35, 59, .45);
  font-size: 13px;
}

.blog-pagination a,
.blog-pagination span {
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.blog-pagination span {
  color: var(--navy);
}

.blog-latest-section {
  padding: 78px var(--blog-side) 86px;
  background: #e7e9eb;
}

.blog-latest-section h2,
.blog-popular-section h2 {
  font-size: clamp(34px, 2.7vw, 52px);
  line-height: .94;
}

.blog-latest-list {
  display: grid;
  gap: 0;
  margin-top: 46px;
}

.blog-latest-row {
  display: grid;
  grid-template-columns: minmax(360px, 44.5%) minmax(320px, 1fr);
  gap: clamp(30px, 4.1vw, 78px);
  align-items: center;
  padding: 0 0 42px;
  border-bottom: 1px solid rgba(19, 35, 59, .14);
}

.blog-latest-row + .blog-latest-row {
  padding-top: 42px;
}

.blog-latest-image img {
  height: clamp(205px, 15.5vw, 298px);
  object-fit: cover;
  border-radius: var(--blog-card-radius);
}

.blog-latest-copy {
  max-width: 620px;
}

.blog-latest-copy h3 {
  max-width: 520px;
  margin-top: 18px;
  font-size: clamp(24px, 1.55vw, 30px);
  line-height: .98;
}

.blog-latest-copy p {
  max-width: 560px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.18;
}

.blog-latest-copy .blog-gold-link {
  margin-top: 20px;
}

.blog-popular-section {
  padding: 76px var(--blog-side) 84px;
  background: #fff;
}

.blog-popular-rail-wrap {
  position: relative;
  margin-top: 44px;
}

.blog-popular-rail {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 0 84px 4px 0;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.blog-popular-rail::-webkit-scrollbar {
  display: none;
}

.blog-popular-card {
  flex: 0 0 min(430px, 31vw);
  min-width: 360px;
  min-height: 245px;
  scroll-snap-align: start;
}

.blog-popular-card a {
  position: relative;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 24px 28px 24px;
  overflow: hidden;
  border-radius: 10px;
  background: #e7e9eb;
  isolation: isolate;
}

.blog-popular-card a::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 72%;
  z-index: -1;
  background: url("/figma-home/assets/images/blog-card-pattern.svg") left bottom / 100% auto no-repeat;
  opacity: .18;
  filter: brightness(.5);
}

.blog-popular-card h3 {
  margin-top: 26px;
  font-size: 24px;
  line-height: .98;
}

.blog-popular-card p {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.17;
}

.blog-popular-card span {
  align-self: flex-end;
  margin-top: auto;
}

.blog-popular-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--navy);
  color: #fff;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}


@media (max-width: 1500px) and (min-width: 1181px) {
  .page-blog .figma-header-shell .site-header.figma-header {
    padding-left: clamp(28px, 3vw, 48px);
    padding-right: clamp(28px, 3vw, 48px);
  }

  .page-blog .figma-header-shell .header-nav {
    margin-left: 22px;
  }

  .page-blog .figma-header-shell .header-nav a {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
  }

  .page-blog .figma-header-shell .header-actions {
    gap: 10px;
  }

  .page-blog .figma-header-shell .phone-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
}
@media (max-width: 1320px) {
  .blog-featured-card {
    grid-template-columns: minmax(420px, 1fr) minmax(280px, 380px);
  }

  .blog-figma-grid {
    gap: 42px 22px;
  }

  .blog-popular-card {
    flex-basis: 390px;
    min-width: 340px;
  }
}

@media (max-width: 1020px) {
  .blog-featured-card,
  .blog-latest-row {
    grid-template-columns: 1fr;
  }

  .blog-featured-copy .blog-gold-link {
    margin-top: 24px;
  }

  .blog-figma-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-blog {
    --blog-side: 20px;
  }

  .page-blog .figma-header-shell .site-header.figma-header {
    height: 78px;
    padding: 0 var(--blog-side);
    background: #e7e9eb;
  }

  .blog-figma-hero {
    padding: 30px var(--blog-side) 58px;
  }

  .blog-figma-breadcrumbs {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .blog-figma-hero h1 {
    max-width: 320px;
    font-size: 50px;
    line-height: .92;
  }

  .blog-category-pills {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 22px calc(var(--blog-side) * -1) 0;
    padding: 0 var(--blog-side) 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .blog-category-pills::-webkit-scrollbar {
    display: none;
  }

  .blog-featured-card {
    gap: 20px;
    margin-top: 24px;
  }

  .blog-featured-image img {
    height: auto;
    aspect-ratio: 1.72 / 1;
  }

  .blog-featured-copy h2 {
    margin-top: 22px;
    font-size: 27px;
  }

  .blog-featured-copy p {
    font-size: 14px;
  }

  .blog-figma-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 42px;
  }

  .blog-news-card h2 {
    font-size: 24px;
  }

  .blog-pagination {
    margin-top: 44px;
  }

  .blog-latest-section {
    padding: 56px var(--blog-side) 60px;
  }

  .blog-latest-list {
    margin-top: 30px;
  }

  .blog-latest-row {
    gap: 20px;
    padding-bottom: 30px;
  }

  .blog-latest-row + .blog-latest-row {
    padding-top: 30px;
  }

  .blog-latest-image img {
    height: auto;
    aspect-ratio: 1.72 / 1;
  }

  .blog-popular-section {
    padding: 56px var(--blog-side) 64px;
  }

  .blog-popular-rail {
    gap: 14px;
    margin: 0 calc(var(--blog-side) * -1);
    padding: 0 82px 0 var(--blog-side);
  }

  .blog-popular-card {
    flex: 0 0 min(312px, calc(100vw - 72px));
    min-width: 0;
  }

  .blog-popular-card h3 {
    font-size: 22px;
  }

  .blog-popular-next {
    right: 0;
    width: 48px;
    height: 48px;
  }
}
/* 404 page: Figma node 42:75268, mobile node 88:55761 */
.page-notFound {
  --error-side: clamp(20px, 6.25vw, 90px);
  background: var(--navy);
}

.page-notFound .site-header {
  padding-right: var(--error-side);
  padding-left: var(--error-side);
  background: var(--navy);
  color: #fff;
}

.page-notFound .phone-link {
  display: inline-flex;
}

.page-notFound .social-links {
  display: flex;
}

.page-notFound .favorite-link span {
  display: inline;
}

.page-notFound .site-footer {
  --footer-side: var(--error-side);
}

.error-figma-page {
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.error-figma-hero {
  position: relative;
  height: 969px;
  min-height: 969px;
  padding: 0 var(--error-side);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(28, 54, 85, .48), rgba(19, 35, 59, 0) 45%),
    var(--navy);
}

.error-figma-hero::before,
.error-figma-hero::after {
  content: "";
  position: absolute;
  display: none;
  z-index: 0;
  background: url("/figma-ui/assets/images/logo-emblem.svg") center / contain no-repeat;
  opacity: .045;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.error-figma-hero::before {
  left: -245px;
  top: -32px;
  width: 870px;
  height: 870px;
  transform: rotate(-18deg);
}

.error-figma-hero::after {
  display: none;
}

.error-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: url("/figma-404/assets/error-left-pattern.svg") left top / cover no-repeat;
  pointer-events: none;
}

.error-hero-pattern::before,
.error-hero-pattern::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 218px;
  pointer-events: none;
}

.error-hero-pattern::before {
  top: 0;
  background: linear-gradient(180deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
}

.error-hero-pattern::after {
  bottom: 0;
  background: linear-gradient(0deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
}

.error-figma-inner {
  position: relative;
  z-index: 1;
  height: 969px;
  min-height: 969px;
}

.error-figma-copy {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 218px;
  width: 769px;
  max-width: min(769px, 43vw);
  padding: 0;
}

.error-figma-copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 96px;
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.02em;
}

.error-home-button {
  width: 379px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 56px;
  padding: 0 32px;
  border-radius: 999px;
  background: #c4ab77;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(190, 165, 117, .12);
}

.error-home-button span {
  font-size: 30px;
  line-height: 1;
}

.error-figma-code {
  position: absolute;
  left: 802px;
  top: 218px;
  z-index: 2;
  width: 930.5px;
  height: 468px;
  opacity: 1;
  pointer-events: none;
}

.error-code-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.error-code-digits {
  position: absolute;
  left: 0;
  top: 2.86%;
  width: 100%;
  height: 94.35%;
  max-width: none;
}

.error-digit {
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  width: 34.5%;
  height: 100%;
  overflow: hidden;
  color: rgba(177, 190, 207, .31);
  font-family: var(--font-body);
  font-size: clamp(250px, 31vw, 500px);
  font-weight: 300;
  line-height: .78;
  letter-spacing: -.08em;
  white-space: nowrap;
}

.error-digit:first-child {
  left: 0;
}

.error-digit:last-child {
  left: 69.9%;
  width: 30.1%;
}

.error-zero {
  position: absolute;
  left: 34.5%;
  top: 0;
  width: 35.57%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: #3b485c;
}

.error-zero img {
  position: absolute;
  left: 4.21%;
  top: 2.78%;
  width: 91.65%;
  height: 94.57%;
  max-width: none;
  object-fit: fill;
  opacity: 1;
  filter: none;
}

@media (max-width: 1880px) and (min-width: 761px) {
  .error-figma-hero,
  .error-figma-inner {
    height: clamp(720px, 50.5vw, 969px);
    min-height: clamp(720px, 50.5vw, 969px);
  }

  .error-figma-copy {
    top: clamp(168px, 11.36vw, 218px);
    max-width: min(680px, 43vw);
  }

  .error-figma-copy h1 {
    font-size: clamp(70px, 5vw, 96px);
  }

  .error-home-button {
    width: clamp(300px, 19.75vw, 379px);
    min-height: clamp(58px, 3.65vw, 70px);
    margin-top: clamp(42px, 3.07vw, 59px);
    font-size: clamp(19px, 1.3vw, 25px);
  }

  .error-figma-code {
    left: min(46.1%, 802px);
    top: clamp(168px, 11.36vw, 218px);
    width: min(53.5%, 930.5px);
    height: auto;
    aspect-ratio: 930.5 / 468;
  }

  .error-code-digits {
    top: 2.86%;
    width: 100%;
    height: 94.35%;
  }


  .error-zero {
    left: 34.5%;
    width: 35.57%;
    height: 100%;
    border-radius: 999px;
  }

  .error-zero img {
    left: 4.21%;
    top: 2.78%;
    width: 91.65%;
    height: 94.57%;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .page-notFound {
    --error-side: 18px;
  }

  .page-notFound .phone-link,
  .page-notFound .social-links {
    display: none;
  }

  .error-figma-copy {
    top: 90px;
    max-width: min(560px, 52vw);
  }

  .error-figma-copy h1 {
    font-size: 58px;
    line-height: .92;
  }

  .error-home-button {
    width: 245px;
    min-height: 44px;
    gap: 10px;
    margin-top: 32px;
    padding: 0 24px;
    font-size: 16px;
  }

  .error-home-button span {
    font-size: 23px;
  }

  .error-figma-code {
    left: 44.2%;
    top: 90px;
    width: 53.5%;
    opacity: 1;
  }
}

@media (max-width: 760px) {
  .page-notFound {
    --error-side: 20px;
  }

  .page-notFound .site-header {
    min-height: 70px;
    height: 70px;
    padding-right: 18px;
    padding-left: 20px;
  }

  .page-notFound .brand-logo {
    width: 178px;
    height: 62px;
  }

  .page-notFound .header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
  }

  .page-notFound .icon-link.search-link {
    width: 50px;
    height: 50px;
    display: inline-grid;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #3b485c;
  }

  .page-notFound .menu-toggle {
    width: 34px;
    height: 50px;
    display: inline-grid;
    flex: 0 0 34px;
    border-radius: 0;
    background: transparent;
  }

  .page-notFound .icon-link.search-link img {
    width: 20px;
    height: 20px;
  }

  .page-notFound .menu-toggle span {
    left: 2px;
    width: 30px;
    height: 2px;
    background: #e9e3cc;
  }

  .page-notFound .menu-toggle span:first-child {
    top: 17px;
  }

  .page-notFound .menu-toggle span:last-child {
    bottom: 17px;
  }

  .page-notFound .favorite-link,
  .page-notFound .phone-link,
  .page-notFound .social-links {
    display: none;
  }

  .error-figma-hero {
    height: 510px;
    min-height: 510px;
    padding: 0 var(--error-side);
  }

  .error-figma-hero::before {
    left: 312px;
    top: -8px;
    width: 250px;
    height: 250px;
    opacity: .03;
    transform: rotate(-18deg);
  }

  .error-figma-hero::after {
    left: 208px;
    top: 126px;
    width: 310px;
    height: 310px;
    opacity: .05;
    transform: rotate(18deg);
  }

  .error-figma-inner {
    height: 510px;
    min-height: 510px;
  }

  .error-figma-copy {
    left: 0;
    top: 67px;
    width: 343px;
    max-width: calc(100vw - 40px);
  }

  .error-figma-copy h1 {
    max-width: 343px;
    font-size: 42px;
    line-height: .72;
    letter-spacing: -.02em;
  }

  .error-home-button {
    position: absolute;
    left: 0;
    top: 328px;
    width: 274.5px;
    min-height: 58px;
    margin-top: 0;
    padding: 0 27px;
    justify-content: center;
    gap: 12px;
    font-size: 17px;
    border-radius: 80px;
  }

  .error-home-button span {
    font-size: 22px;
  }

  .error-figma-code {
    left: -.5px;
    top: 171px;
    width: 335.5px;
    height: 168.74px;
    opacity: 1;
  }

  .error-code-digits {
    top: 2.86%;
    width: 100%;
    height: 94.35%;
  }

  .error-digit {
    top: 2.86%;
    width: 34.5%;
    height: 94.35%;
    font-size: min(57vw, 272px);
  }

  .error-digit:first-child {
    left: 0;
  }

  .error-digit:last-child {
    left: 69.9%;
    width: 30.1%;
  }

  .error-zero {
    left: 34.5%;
    width: 35.57%;
    height: 100%;
    border-radius: 999px;
  }

  .error-zero img {
    left: 4.21%;
    top: 2.78%;
    width: 91.65%;
    height: 94.57%;
  }
}

@media (max-width: 360px) {
  .error-figma-code {
    width: calc(100vw - 40px);
    height: auto;
    aspect-ratio: 335.5 / 168.74;
  }

  .error-home-button {
    width: min(274.5px, calc(100vw - 40px));
  }
}

/* Owners page: Figma node 42:73995 */
.page-owners {
  --owners-side: clamp(20px, 6.25vw, 90px);
  background: #12223b;
}

.page-owners .site-footer {
  --footer-side: var(--owners-side);
}

.owners-figma-page {
  overflow: hidden;
  background: #fff;
  color: var(--navy);
}

.owners-figma-hero {
  position: relative;
  min-height: 970px;
  padding: 50px var(--owners-side) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 48%, rgba(15, 35, 59, .9), rgba(14, 30, 50, 0) 42%),
    var(--navy);
  color: #fff;
}

.owners-figma-hero .hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  background: url("/figma-home/assets/images/hero-side-pattern.svg") right top / auto 100% no-repeat;
}

.owners-figma-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 878px;
}

.owners-figma-breadcrumbs {
  margin-bottom: 66px;
  gap: 18px;
  color: rgba(255, 255, 255, .42);
  font-size: 17px;
}

.owners-figma-breadcrumbs a {
  color: rgba(255, 255, 255, .42);
}

.owners-figma-breadcrumbs span:last-child {
  color: rgba(255, 255, 255, .9);
}

.owners-figma-copy {
  position: relative;
  z-index: 3;
  width: min(760px, 57vw);
}

.owners-figma-copy h1,
.owners-figma-copy h2,
.owners-sales-section h2,
.owners-description-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
}

.owners-figma-copy h1 {
  color: #fff;
  font-size: clamp(72px, 5.95vw, 96px);
  line-height: .92;
  letter-spacing: -.02em;
}

.owners-figma-copy h2 {
  max-width: 630px;
  margin-top: 96px;
  color: #fff;
  font-size: clamp(42px, 3.9vw, 62px);
  line-height: .9;
  letter-spacing: -.02em;
}

.owners-goals {
  display: grid;
  gap: 12px;
  width: min(568px, 100%);
  margin-top: 84px;
}

.owners-goals span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 0 26px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .95);
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.15;
  backdrop-filter: blur(22px);
}

.owners-hero-art {
  position: absolute;
  top: 8px;
  right: -2px;
  z-index: 1;
  width: min(48vw, 680px);
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.owners-portrait-card {
  position: absolute;
  top: -33px;
  right: -2px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(720px, 41vw);
  min-height: 740px;
  pointer-events: none;
  user-select: none;
}

.owners-portrait-card::before {
  content: "";
  display: none;
}

.owners-portrait-card .portrait-shape {
  position: relative;
  z-index: 3;
  width: min(365px, 24vw);
  aspect-ratio: 484 / 705;
  overflow: hidden;
  border-radius: 50% / 45%;
  background: #f7f7f3;
  filter: none;
  transform: translateY(38px);
}

.owners-portrait-card .portrait-shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.owners-portrait-card .portrait-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  border: clamp(5px, .42vw, 8px) solid var(--gold);
  border-radius: inherit;
  pointer-events: none;
}

.owners-portrait-card .portrait-lettermark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(515px, 34vw);
  height: auto;
  max-width: none;
  object-fit: contain;
  opacity: .98;
  transform: translate(-50%, calc(-50% - 50px));
  pointer-events: none;
}

.owners-portrait-card .portrait-play {
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 4;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(190, 165, 117, .88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .20);
  transform: translate(-50%, calc(-50% + 28px));
  pointer-events: none;
}

.owners-portrait-card .portrait-play::before {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 24px solid #fff;
  transform: translate(-45%, -50%);
}

.owners-sales-section {
  position: relative;
  padding: 128px var(--owners-side) 136px;
  overflow: hidden;
  background: #e7e9eb;
}

.owners-sales-inner,
.owners-description-inner {
  position: relative;
  z-index: 1;
}

.owners-sales-section h2 {
  color: var(--navy);
  font-size: clamp(72px, 6.5vw, 96px);
  line-height: .92;
  letter-spacing: -.025em;
}

.owners-sales-slider {
  position: relative;
  margin-top: 62px;
  margin-right: calc(var(--owners-side) * -1);
  overflow: hidden;
}

.owners-sales-track {
  display: flex;
  gap: 20px;
  width: auto;
  overflow-x: auto;
  padding: 0 max(var(--owners-side), 90px) 12px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.owners-sales-track::-webkit-scrollbar {
  display: none;
}

.owners-sales-track:focus-visible {
  outline: 2px solid rgba(190, 165, 117, .55);
  outline-offset: 8px;
}

.owners-sales-card {
  width: 374px;
  height: 480px;
  flex: 0 0 374px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 40px 34px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 72px rgba(19, 35, 59, .06);
  scroll-snap-align: start;
}

.owners-sales-arrow {
  position: absolute;
  top: calc(50% - 6px);
  z-index: 4;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(19, 35, 59, .14);
  color: var(--navy);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.owners-sales-arrow::before {
  content: "→";
  font-family: var(--font-text);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.owners-sales-arrow:hover {
  box-shadow: 0 22px 50px rgba(19, 35, 59, .20);
  transform: translateY(-50%) scale(1.04);
}

.owners-sales-arrow:disabled {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.86);
}

.owners-sales-prev {
  left: clamp(18px, 3.8vw, 64px);
}

.owners-sales-prev::before {
  content: "←";
}

.owners-sales-next {
  right: clamp(26px, 4.6vw, 72px);
}

.owners-sales-card h3 {
  margin: 0;
  color: #6d7787;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.owners-card-icon {
  position: relative;
  width: 92px;
  height: 92px;
  color: rgba(190, 165, 117, .34);
}

.owners-card-icon::before,
.owners-card-icon::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.owners-icon-audience::before {
  left: 31px;
  top: 25px;
  width: 30px;
  height: 30px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.owners-icon-audience::after {
  left: 21px;
  top: 58px;
  width: 50px;
  height: 24px;
  border: 4px solid currentColor;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom: 0;
}

.owners-icon-board::before {
  left: 18px;
  top: 18px;
  width: 58px;
  height: 58px;
  border: 4px solid currentColor;
  border-radius: 4px;
}

.owners-icon-board::after {
  left: 28px;
  top: 8px;
  width: 38px;
  height: 18px;
  border: 4px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.owners-icon-camera::before {
  left: 13px;
  top: 29px;
  width: 68px;
  height: 48px;
  border: 4px solid currentColor;
  border-radius: 11px;
}

.owners-icon-camera::after {
  left: 34px;
  top: 42px;
  width: 26px;
  height: 26px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.owners-icon-video::before {
  left: 16px;
  top: 30px;
  width: 62px;
  height: 46px;
  border: 4px solid currentColor;
  border-radius: 8px;
}

.owners-icon-video::after {
  left: 16px;
  top: 17px;
  width: 62px;
  height: 22px;
  border: 4px solid currentColor;
  border-radius: 8px 8px 2px 2px;
  transform: skewY(-12deg);
}

.owners-icon-megaphone::before {
  left: 18px;
  top: 32px;
  width: 58px;
  height: 34px;
  border: 4px solid currentColor;
  border-left-width: 18px;
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}

.owners-icon-megaphone::after {
  left: 31px;
  top: 62px;
  width: 20px;
  height: 22px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-12deg);
}

.owners-icon-handshake::before {
  left: 12px;
  top: 37px;
  width: 68px;
  height: 28px;
  border-top: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: skewX(-22deg);
}

.owners-icon-handshake::after {
  left: 28px;
  top: 25px;
  width: 36px;
  height: 42px;
  border: 4px solid currentColor;
  border-radius: 9px;
  transform: rotate(45deg);
}

.owners-card-icon {
  background: var(--owners-card-icon, none) center / contain no-repeat;
}

.owners-card-icon::before,
.owners-card-icon::after {
  content: none;
  display: none;
}

.owners-icon-audience {
  --owners-card-icon: url("/figma-ui/assets/icons/owners-audience.svg");
}

.owners-icon-board {
  --owners-card-icon: url("/figma-ui/assets/icons/owners-board.svg");
}

.owners-icon-camera {
  --owners-card-icon: url("/figma-ui/assets/icons/owners-camera.svg");
}

.owners-icon-video {
  --owners-card-icon: url("/figma-ui/assets/icons/owners-video.svg");
}

.owners-icon-megaphone {
  --owners-card-icon: url("/figma-ui/assets/icons/owners-megaphone.svg");
}

.owners-icon-handshake::before,
.owners-icon-handshake::after {
  content: "";
  display: block;
}

.owners-description-section {
  position: relative;
  padding: 116px var(--owners-side) 118px;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.owners-description-pattern {
  position: absolute;
  z-index: 0;
  left: -22px;
  top: 0;
  bottom: 0;
  width: 705px;
  opacity: 1;
  pointer-events: none;
  background: url("/figma-home/assets/images/exclusive-offers-pattern.svg") left top / 705px auto no-repeat;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, rgba(0, 0, 0, .82) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 0 58%, rgba(0, 0, 0, .82) 72%, transparent 100%);
}

.owners-description-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 15%),
    linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 15%),
    linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 16%),
    linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 16%);
}

.owners-description-section h2 {
  color: var(--navy);
  font-size: clamp(70px, 6.4vw, 96px);
  line-height: .92;
  letter-spacing: -.025em;
}

.owners-stage-table {
  margin-top: 110px;
}

.owners-stage-row {
  display: grid;
  grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
  min-height: 110px;
  border-bottom: 1px solid rgba(19, 35, 59, .12);
}

.owners-stage-label {
  padding: 34px 40px 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1;
}

.owners-stage-content {
  min-width: 0;
  padding: 0;
}

.owners-stage-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 110px;
  border: 0;
  padding: 0 42px 0 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
}

.owners-stage-toggle span {
  max-width: 760px;
  font-family: var(--font-text);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.owners-stage-toggle i {
  position: relative;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-left: 28px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  transition: transform .24s ease;
}

.owners-stage-toggle[aria-expanded="true"] i {
  transform: rotate(225deg) translateY(-3px);
}

.owners-stage-toggle:focus-visible {
  outline: 2px solid rgba(190, 165, 117, .58);
  outline-offset: 6px;
}

.owners-stage-row-open {
  min-height: 520px;
}

.owners-stage-row-open .owners-stage-content {
  padding-top: 0;
}

.owners-stage-panel {
  padding: 0 42px 45px 0;
}

.owners-stage-panel[hidden] {
  display: none;
}

.owners-stage-panel ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.owners-stage-panel li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  padding: 17px 0 18px;
  border-top: 1px solid rgba(19, 35, 59, .11);
}

.owners-stage-panel li:first-child {
  border-top: 0;
}

.owners-stage-panel li span {
  color: rgba(109, 119, 135, .36);
  font-size: 26px;
  line-height: 1.18;
}

.owners-stage-panel li p {
  max-width: 760px;
  margin: 0;
  color: #5e697a;
  font-size: 25px;
  line-height: 1.18;
}

@media (max-width: 1180px) {
  .owners-hero-art {
    right: -170px;
    width: 640px;
    opacity: .72;
  }

  .owners-portrait-card {
    top: -120px;
    right: -2px;
    width: min(580px, 41vw);
    min-height: 650px;
    opacity: 1;
  }

  .owners-portrait-card .portrait-shape {
    width: min(330px, 27vw);
  }

  .owners-portrait-card .portrait-lettermark {
    width: min(470px, 37vw);
  }

  .owners-figma-copy {
    width: min(680px, 76vw);
  }

  .owners-sales-track {
    padding-right: max(var(--owners-side), 48px);
    scroll-snap-type: x mandatory;
  }
}

@media (max-width: 760px) {
  .page-owners {
    --owners-side: 18px;
  }

  .owners-figma-hero {
    min-height: 790px;
    padding-top: 44px;
  }

  .owners-figma-hero .hero-pattern {
    background: url("/figma-home/assets/images/hero-pattern-mobile.svg") right top / auto 100% no-repeat;
  }

  .owners-figma-hero .hero-pattern::before,
  .owners-figma-hero .hero-pattern::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 71px;
    pointer-events: none;
    background: linear-gradient(180deg, #13233B 0%, rgba(19, 35, 59, 0) 100%);
  }

  .owners-figma-hero .hero-pattern::before {
    top: 0;
  }

  .owners-figma-hero .hero-pattern::after {
    bottom: 0;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }

  .owners-figma-hero-inner {
    min-height: 720px;
  }

  .owners-figma-breadcrumbs {
    margin-bottom: 44px;
    font-size: 14px;
  }

  .owners-figma-copy {
    width: 100%;
  }

  .owners-figma-copy h1 {
    font-size: 54px;
  }

  .owners-figma-copy h2 {
    max-width: 340px;
    margin-top: 64px;
    font-size: 36px;
    line-height: .94;
  }

  .owners-goals {
    margin-top: 52px;
  }

  .owners-goals span {
    min-height: 58px;
    padding: 0 18px;
    font-size: 17px;
  }

  .owners-hero-art {
    top: 78px;
    right: -330px;
    width: 560px;
    opacity: .34;
  }

  .owners-portrait-card {
    top: 144px;
    right: -318px;
    width: 560px;
    min-height: 560px;
    opacity: .34;
  }

  .owners-portrait-card .portrait-shape {
    width: 280px;
  }

  .owners-portrait-card .portrait-lettermark {
    width: 410px;
  }

  .owners-portrait-card .portrait-play {
    width: 54px;
    height: 54px;
  }

  .owners-portrait-card .portrait-play::before {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 18px;
  }

  .owners-sales-section {
    padding-top: 74px;
    padding-bottom: 86px;
  }

  .owners-sales-section h2,
  .owners-description-section h2 {
    font-size: 48px;
    line-height: .95;
  }

  .owners-sales-slider {
    margin-top: 42px;
    margin-right: calc(var(--owners-side) * -1);
  }

  .owners-sales-track {
    margin-top: 0;
    gap: 14px;
    padding-right: 52px;
  }

  .owners-sales-arrow {
    top: 50%;
    width: 48px;
    height: 48px;
  }

  .owners-sales-arrow::before {
    font-size: 24px;
  }

  .owners-sales-prev {
    left: 10px;
  }

  .owners-sales-next {
    right: 18px;
  }

  .owners-sales-card {
    width: 278px;
    height: 340px;
    flex-basis: 278px;
    padding: 28px 28px 26px;
    border-radius: 16px;
  }

  .owners-sales-card h3 {
    font-size: 22px;
  }

  .owners-card-icon {
    transform: scale(.74);
    transform-origin: left top;
  }

  .owners-description-section {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .owners-description-pattern {
    width: 100%;
    background: url("/figma-home/assets/images/exclusive-offers-pattern.svg") left -120px top / 420px auto no-repeat;
  }

  .owners-stage-table {
    margin-top: 54px;
  }

  .owners-stage-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .owners-stage-label {
    padding: 24px 0 10px;
    font-size: 20px;
  }

  .owners-stage-content {
    padding: 0;
  }

  .owners-stage-toggle {
    min-height: 76px;
    padding-right: 0;
  }

  .owners-stage-toggle span {
    font-size: 28px;
  }

  .owners-stage-toggle i {
    width: 11px;
    height: 11px;
    margin-left: 18px;
  }

  .owners-stage-panel {
    padding: 0 0 26px;
  }

  .owners-stage-panel li {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 15px 0;
  }

  .owners-stage-panel li span {
    font-size: 18px;
  }

  .owners-stage-panel li p {
    font-size: 16px;
    line-height: 1.35;
  }
}
/* Agreement page: Figma node 42:76186 */
.page-agreement,
.page-privacy {
  --agreement-side: clamp(20px, 4.7vw, 90px);
  background: #fff;
}

.page-agreement .site-header,
.page-privacy .site-header {
  padding-left: var(--agreement-side);
  padding-right: var(--agreement-side);
}

.page-agreement .site-footer,
.page-privacy .site-footer {
  --footer-side: var(--agreement-side);
}

.agreement-figma-page {
  background: #fff;
  color: var(--ink);
}

.agreement-hero {
  position: relative;
  min-height: 514px;
  padding: 92px var(--agreement-side) 90px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.agreement-hero::before {
  inset: 0 0 0 auto;
  width: min(55.21vw, 1060px);
  opacity: 1;
  background: url("/figma-home/assets/images/hero-side-pattern.svg") right top / auto 100% no-repeat;
}

.agreement-hero-inner,
.agreement-copy {
  max-width: 1740px;
  margin: 0 auto;
}

.agreement-breadcrumbs {
  margin-bottom: 108px;
  color: rgba(233, 227, 204, .54);
  font-size: 18px;
}

.agreement-breadcrumbs a {
  color: rgba(233, 227, 204, .38);
}

.agreement-hero-grid {
  display: grid;
  grid-template-columns: minmax(780px, 1120px) minmax(360px, 520px);
  gap: clamp(58px, 6vw, 104px);
  align-items: start;
}

.agreement-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(74px, 5vw, 96px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.01em;
}

.agreement-hero p {
  max-width: 510px;
  margin: 15px 0 0;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.06;
}

.agreement-intro-section {
  padding: 86px var(--agreement-side) 100px;
  background: #fff;
}

.agreement-lead {
  max-width: 1740px;
  margin: 0 0 70px;
  font-size: 29px;
  line-height: 1.06;
}

.agreement-copy a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.agreement-two-column {
  display: grid;
  grid-template-columns: minmax(300px, 505px) minmax(0, 1fr);
  gap: clamp(70px, 9vw, 170px);
  align-items: start;
}

.agreement-two-column h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
}

.agreement-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agreement-list li {
  position: relative;
  min-height: 72px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 18px 0 20px;
  border-top: 1px solid rgba(19, 35, 59, .17);
  font-size: 27px;
  line-height: 1.05;
}

.agreement-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: .34em;
  border-radius: 50%;
  background: #e1e5e9;
}

.agreement-list li:first-child {
  border-top: 0;
}

.agreement-data-section {
  position: relative;
  overflow: hidden;
  padding: 118px var(--agreement-side) 124px;
  background: #e7e9eb;
}

.agreement-data-section::before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -260px;
  width: 760px;
  height: 760px;
  opacity: .23;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 100% 100%, transparent 0 108px, rgba(19, 35, 59, .12) 109px 112px, transparent 113px),
    radial-gradient(circle at 0 100%, transparent 0 108px, rgba(19, 35, 59, .08) 109px 112px, transparent 113px);
  background-size: 320px 320px;
}

.agreement-data-section > * {
  position: relative;
  z-index: 1;
}

.agreement-list-light li {
  border-top-color: rgba(19, 35, 59, .14);
}

.agreement-list-light li::before {
  background: #fff;
}

.agreement-card {
  margin-top: 92px;
  padding: 60px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 32px 70px rgba(19, 35, 59, .06);
}

.agreement-card .agreement-list li::before {
  background: #e1e5e9;
}

.agreement-text-section {
  padding: 82px var(--agreement-side) 98px;
  background: #fff;
}

.agreement-text-section p {
  max-width: 1740px;
  margin: 0 0 40px;
  font-size: 28px;
  line-height: 1.08;
}

.agreement-callout {
  margin: 34px 0 64px;
  padding: 20px 42px;
  border-left: 7px solid #a9b2bc;
  border-radius: 8px;
  background: #e2e5e8;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.18;
}

@media (max-width: 1180px) {
  .agreement-hero-grid,
  .agreement-two-column {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .agreement-hero p {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .page-agreement,
  .page-privacy {
    --agreement-side: 20px;
  }

  .agreement-hero {
    min-height: 430px;
    padding-top: 58px;
    padding-bottom: 60px;
  }

  .agreement-hero::before {
    inset: 0;
    width: 100%;
    background: url("/figma-home/assets/images/hero-pattern-mobile.svg") right top / auto 100% no-repeat;
  }

  .agreement-breadcrumbs {
    margin-bottom: 62px;
    gap: 9px;
    font-size: 14px;
    white-space: nowrap;
  }

  .agreement-hero h1 {
    font-size: 48px;
    line-height: .86;
  }

  .agreement-hero p {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.12;
  }

  .agreement-intro-section,
  .agreement-data-section,
  .agreement-text-section {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  .agreement-lead,
  .agreement-text-section p {
    font-size: 19px;
    line-height: 1.16;
  }

  .agreement-lead {
    margin-bottom: 48px;
  }

  .agreement-two-column h2 {
    font-size: 25px;
  }

  .agreement-list li {
    min-height: 0;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 17px;
    padding: 16px 0 18px;
    font-size: 18px;
    line-height: 1.18;
  }

  .agreement-list li::before {
    width: 10px;
    height: 10px;
  }

  .agreement-card {
    margin-top: 54px;
    padding: 28px 20px;
    border-radius: 14px;
  }

  .agreement-callout {
    margin: 24px 0 42px;
    padding: 16px 18px;
    border-left-width: 5px;
    font-size: 18px;
  }
}

/* Footer parity with Figma node 42:53097 */
.site-footer {
  min-height: 742px;
  grid-template-columns: minmax(300px, 390px) minmax(150px, 190px) minmax(255px, 310px) minmax(220px, 270px) minmax(360px, 440px);
  gap: clamp(34px, 3.2vw, 62px);
  padding-top: 106px;
  background: #13233b;
  color: rgba(233, 227, 204, .68);
}

.site-footer::before {
  inset: 0 0 0 auto;
  width: min(860px, 48vw);
  opacity: .19;
  background-size: 238px 238px;
  background-position: right 0 top 0;
}

.site-footer::after {
  bottom: 74px;
  background: rgba(233, 227, 204, .22);
}

.footer-logo {
  margin-bottom: 62px;
}

.footer-contacts {
  gap: 6px;
  max-width: 310px;
}

.footer-contacts span {
  margin-top: 18px;
  color: rgba(233, 227, 204, .38);
  font-size: 14px;
  line-height: 1;
}

.footer-contacts span:first-child {
  margin-top: 0;
}

.footer-contacts a,
.footer-contacts p {
  margin: 0;
  color: var(--cream);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
}

.footer-contacts strong {
  display: none;
}

.footer-socials {
  gap: 12px;
  margin-top: 66px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--cream);
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: var(--gold);
}

.footer-socials img {
  width: 17px;
  height: 17px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(967%) hue-rotate(178deg) brightness(90%) contrast(94%);
}

.footer-column {
  gap: 19px;
  padding-top: 200px;
}

.footer-column h2,
.footer-form h2 {
  color: var(--cream);
  font-weight: 500;
}

.footer-column h2 {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 1.05;
}

.footer-column a {
  color: rgba(233, 227, 204, .44);
  font-size: 20px;
  line-height: 1.16;
}

.footer-column:first-of-type a {
  color: var(--cream);
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--gold);
}

.footer-form {
  max-width: 430px;
  padding-top: 186px;
}

.footer-form h2 {
  max-width: 390px;
  margin-bottom: 26px;
  font-size: 25px;
  line-height: 1.05;
}

.footer-form input[type="email"] {
  height: 52px;
  padding: 0 30px;
  background: rgba(233, 227, 204, .18);
  color: var(--cream);
  font-size: 16px;
}

.footer-form input[type="email"]::placeholder {
  color: rgba(233, 227, 204, .55);
}

.footer-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 13px;
  color: rgba(233, 227, 204, .58);
  font-size: 11px;
  line-height: 1.25;
}

.footer-form .footer-consent input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid rgba(233, 227, 204, .35);
  border-radius: 4px;
  background: transparent;
  flex: 0 0 auto;
}

.footer-form .footer-consent input[type="checkbox"]:checked {
  background: var(--gold);
  border-color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.1 4.4 8.4 11 1' fill='none' stroke='%2313233b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.footer-consent a {
  color: rgba(233, 227, 204, .58);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-form p {
  display: none;
}

.footer-form button {
  min-height: 44px;
  margin-top: 20px;
  padding: 0 28px;
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.footer-bottom {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 72px;
  padding-top: 24px;
  color: rgba(233, 227, 204, .44);
  font-size: 15px;
}

.footer-bottom a,
.footer-bottom span {
  color: rgba(233, 227, 204, .44);
}

.footer-bottom .footer-dev {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 1360px) {
  .site-footer {
    min-height: auto;
    grid-template-columns: minmax(250px, 1fr) repeat(3, minmax(150px, 1fr));
  }

  .footer-column,
  .footer-form {
    padding-top: 70px;
  }

  .footer-form {
    grid-column: 2 / -1;
    max-width: 560px;
  }
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding-top: 58px;
  }

  .footer-logo {
    margin-bottom: 38px;
  }

  .footer-contacts a,
  .footer-contacts p {
    font-size: 21px;
  }

  .footer-socials {
    margin-top: 36px;
  }

  .footer-column,
  .footer-form {
    padding-top: 0;
  }

  .footer-form {
    grid-column: 1 / -1;
    max-width: none;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
}

@media (max-width: 520px) {
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-column a {
    font-size: 18px;
  }

  .footer-form input[type="email"] {
    height: 48px;
  }
}

@media (max-width: 760px) {
  .page-objectVillage .site-header {
    min-height: 70px;
    padding: 8px 20px 9px;
  }

  .page-objectVillage .brand-logo {
    width: 159px;
    height: 53px;
    gap: 8px;
  }

  .page-objectVillage .brand-emblem {
    width: 36px;
    height: 52px;
    flex-basis: 36px;
  }

  .page-objectVillage .brand-wordmark {
    width: 114px;
    height: 34px;
  }

  .page-objectVillage .brand-tagline {
    width: 80px;
    height: 5px;
  }

  .page-objectVillage .object-figma-hero {
    padding-top: 20px;
  }

  .figma-object-village .object-figma-breadcrumbs {
    margin-bottom: 24px;
  }

  .figma-object-village .object-figma-title-row {
    margin-bottom: 14px;
  }

  .figma-object-village .object-figma-title-row h1 {
    font-size: 40px;
    line-height: .84;
    letter-spacing: 0;
  }

  .figma-object-village .object-map-large {
    height: 142px;
    margin-top: 10px;
  }

  .figma-object-village .object-figma-details {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .figma-object-village .object-figma-details-grid {
    gap: 34px;
  }

  .figma-object-village .object-figma-related {
    padding: 52px 20px 54px;
    overflow: hidden;
  }

  .figma-object-village .object-figma-related .section-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .figma-object-village .object-figma-related .section-title {
    font-size: 42px;
    line-height: .9;
  }

  .figma-object-village .object-figma-related .section-lead {
    font-size: 16px;
    line-height: 1.35;
  }

  .figma-object-village .object-figma-related .grid-3 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 86vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .figma-object-village .object-figma-related .grid-3::-webkit-scrollbar {
    display: none;
  }

  .figma-object-village .object-figma-related .property-card {
    min-width: 0;
    min-height: 610px;
    scroll-snap-align: start;
  }

  .figma-object-village .object-figma-related .property-media {
    height: 260px;
  }

  .page-objectVillage .site-footer {
    min-height: 1175px;
    height: 1175px;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    padding: 58px 20px 28px;
  }

  .page-objectVillage .footer-brand {
    order: 1;
  }

  .page-objectVillage .site-footer .footer-logo {
    width: 276px;
    height: 96px;
    gap: 14px;
    margin-bottom: 22px;
  }

  .page-objectVillage .site-footer .brand-emblem,
  .page-objectVillage .site-footer .brand-lockup {
    filter: none;
  }

  .page-objectVillage .site-footer .footer-logo .brand-emblem {
    width: 76px;
    height: 96px;
    flex-basis: 76px;
  }

  .page-objectVillage .site-footer .footer-logo .brand-wordmark {
    width: 198px;
    height: 60px;
  }

  .page-objectVillage .site-footer .footer-logo .brand-tagline {
    width: 137px;
    height: 8px;
  }

  .page-objectVillage .footer-contacts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px 20px;
    max-width: none;
  }

  .page-objectVillage .footer-contacts span {
    margin: 0;
    font-size: 14px;
  }

  .page-objectVillage .footer-contacts a,
  .page-objectVillage .footer-contacts p {
    margin: 0;
    font-size: 20px;
    line-height: 1.18;
  }

  .page-objectVillage .footer-contacts a:nth-child(2) {
    font-size: 18px;
    white-space: nowrap;
  }

  .page-objectVillage .footer-contacts span:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .page-objectVillage .footer-contacts a:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .page-objectVillage .footer-contacts span:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .page-objectVillage .footer-contacts a:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .page-objectVillage .footer-contacts span:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
  }

  .page-objectVillage .footer-contacts p:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .page-objectVillage .footer-socials {
    gap: 10px;
    margin-top: 31px;
  }

  .page-objectVillage .footer-form {
    order: 2;
    max-width: none;
    margin-top: 35px;
    padding-top: 16px;
    border-top: 1px solid rgba(233, 227, 204, .22);
  }

  .page-objectVillage .footer-form h2 {
    max-width: 335px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.05;
  }

  .page-objectVillage .footer-form h2 br:first-of-type {
    display: none;
  }

  .page-objectVillage .footer-form input[type="email"] {
    height: 39px;
    padding: 0 30px;
    font-size: 12px;
  }

  .page-objectVillage .footer-consent {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 10px;
    margin-top: 13px;
    font-size: 12px;
    line-height: 1;
  }

  .page-objectVillage .footer-form .footer-consent input[type="checkbox"] {
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
  }

  .page-objectVillage .footer-form button {
    min-width: 156px;
    min-height: 36px;
    margin-top: 18px;
    padding: 0 24px;
    font-size: 14px;
  }

  .page-objectVillage .footer-column {
    order: 3;
    gap: 10px;
    padding-top: 23px;
    border-top: 1px solid rgba(233, 227, 204, .22);
  }

  .page-objectVillage .footer-column + .footer-column {
    order: 4;
    margin-top: 20px;
  }

  .page-objectVillage .footer-column:nth-of-type(3) {
    order: 5;
  }

  .page-objectVillage .footer-column h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .page-objectVillage .footer-column a {
    font-size: 12px;
    line-height: 1.05;
  }

  .page-objectVillage .footer-column:first-of-type a {
    font-size: 16px;
    line-height: 1.35;
  }

  .page-objectVillage .footer-bottom {
    order: 6;
    gap: 8px;
    margin-top: 20px;
    padding-top: 13px;
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  .screens-bottom-links {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .screens-bottom-link-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-villages .figma-route-page + .site-footer {
    min-height: 1175px;
    height: 1175px;
    overflow: hidden;
  }
}

@media (max-width: 760px) {
  .site-wrap .figma-listing-card {
    height: 466px !important;
    min-height: 466px !important;
  }

  .site-wrap .figma-listing-card .property-media {
    aspect-ratio: auto !important;
    flex: 0 0 253px !important;
    height: 253px !important;
    min-height: 253px !important;
  }

.page-objectVillage .figma-object-village .object-figma-related .grid-3,
  .page-villages .figma-route-page .route-results {
    gap: 22px !important;
  }
}

@media (max-width: 760px) {
  .about-career-footer .about-gold-button.large {
    width: 197px;
    max-width: 100%;
    min-height: 35px;
    justify-content: space-between;
    gap: 10px;
    padding: 3px 3px 3px 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  .about-career-footer .about-gold-button.large::after {
    content: "";
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    border-radius: 50%;
    background: url("/figma-about/assets/career-vacancy-arrow.svg") center / contain no-repeat;
  }
}

/* Article detail parity refresh, 2026-06-09 */
.page-article {
  background: #fff;
}

.page-article .site-header {
  background: #e7e9eb;
}

.article-detail-hero {
  padding: 84px var(--side) 104px;
  background: #fff;
}

.article-detail-breadcrumbs {
  margin-bottom: 38px;
  font-size: 14px;
}

.article-detail-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 250px);
  gap: clamp(28px, 4.4vw, 78px);
  align-items: start;
}

.article-detail-copy {
  max-width: 1370px;
}

.article-detail-copy h1 {
  max-width: 1370px;
  font-size: clamp(64px, 5.65vw, 108px);
  line-height: .84;
  letter-spacing: -.065em;
}

.article-detail-meta-panel {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 24px;
  padding-top: 6px;
  color: var(--navy);
}

.article-detail-date {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: #eef0f1;
  color: rgba(19, 35, 59, .68);
  font-size: 11px;
  line-height: 1;
}

.article-detail-stats {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: rgba(19, 35, 59, .72);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.article-detail-stats span::before {
  margin-right: 7px;
  color: var(--gold);
  font-size: 13px;
}

.article-detail-time::before {
  content: "\25F7";
}

.article-detail-views::before {
  content: "\25CC";
}

.article-detail-author-mini {
  display: grid;
  gap: 6px;
  padding-top: 2px;
}

.article-detail-author-mini span {
  color: rgba(19, 35, 59, .42);
  font-size: 12px;
  line-height: 1;
}

.article-detail-author-mini strong {
  color: var(--navy);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
}

.article-detail-media {
  min-height: 0;
  margin-top: 76px;
  border-radius: 22px;
}

.article-detail-media img {
  height: clamp(430px, 31.65vw, 608px);
}

.article-media-caption {
  display: none;
}

.article-detail-content {
  padding-top: 110px;
  padding-bottom: 116px;
  background: #fff;
}

.article-detail-layout {
  grid-template-columns: minmax(270px, 405px) minmax(0, 1010px);
  gap: clamp(54px, 6.8vw, 132px);
}

.article-detail-card {
  border: 1px solid rgba(19, 35, 59, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(19, 35, 59, .08);
}

.article-nav-card {
  gap: 0;
}

.article-nav-card a {
  min-height: 0;
  width: max-content;
  max-width: 100%;
  display: inline;
  margin: 0 0 15px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(19, 35, 59, .72);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.article-nav-card a:last-child {
  margin-bottom: 0;
}

.article-nav-card a:hover,
.article-nav-card a:focus-visible {
  color: var(--gold);
  outline: none;
}

.article-detail-body {
  max-width: 1010px;
}

.article-detail-body h2:first-child {
  margin-top: 0;
  font-family: var(--font-sans);
  font-size: clamp(36px, 2.15vw, 42px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.article-detail-body .article-lead {
  margin: 34px 0 48px;
  font-size: 22px;
  line-height: 1.36;
}

.article-detail-body h2 {
  max-width: 900px;
  font-family: var(--font-sans);
  font-size: clamp(34px, 2.05vw, 40px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.article-detail-body p,
.article-detail-body li {
  font-size: 21px;
  line-height: 1.38;
}

.article-detail-body p strong {
  color: var(--navy);
  font-weight: 700;
}

.article-detail-body blockquote {
  padding: 24px 30px;
  border-left: 8px solid rgba(19, 35, 59, .24);
  border-radius: 6px;
  background: #e7e9eb;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
}

.article-compare-table {
  display: grid;
  margin: 30px 0 34px;
  overflow: hidden;
  border-radius: 4px;
  background: #e7e9eb;
  color: rgba(19, 35, 59, .76);
  font-size: 15px;
  line-height: 1.24;
}

.article-compare-table div {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1.35fr 1.7fr;
  gap: 22px;
  padding: 18px 20px;
  border-top: 1px solid rgba(19, 35, 59, .08);
}

.article-compare-table div:first-child {
  border-top: 0;
  color: var(--navy);
  font-weight: 600;
}

.article-checklist {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.article-checklist > span {
  padding: 0 0 20px;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: clamp(34px, 2.05vw, 40px);
  font-weight: 500;
  line-height: 1.08;
}

.article-checklist div {
  grid-template-columns: 130px 1fr;
  margin-top: 16px;
  padding: 22px 26px;
  border-top: 0;
  border-left: 8px solid rgba(19, 35, 59, .22);
  border-radius: 6px;
  background: #e7e9eb;
}

.article-checklist strong {
  color: var(--navy);
  font-size: 21px;
  font-weight: 700;
}

.article-checklist p {
  font-size: 21px;
  line-height: 1.28;
}

.page-article .figma-blog-component.article-related-blog {
  background: #e7e9eb;
}

.page-article .figma-blog-component.article-related-blog .blog-head {
  padding-top: 102px;
}

.page-article .figma-blog-component.article-related-blog .blog-head h2 {
  font-size: clamp(52px, 4vw, 78px);
  letter-spacing: -.06em;
}

.page-article .figma-blog-component.article-related-blog .blog-card {
  box-shadow: none;
}

@media (max-width: 1280px) {
  .article-detail-hero {
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .article-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .article-detail-meta-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
  }

  .article-detail-author-mini {
    padding-left: 24px;
    border-left: 1px solid rgba(19, 35, 59, .14);
  }

  .article-detail-layout {
    grid-template-columns: 1fr;
  }

  .article-detail-side {
    position: static;
    order: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-detail-body {
    order: 1;
  }
}

@media (max-width: 760px) {
  .article-detail-hero {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .article-detail-breadcrumbs {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .article-detail-copy h1 {
    font-size: clamp(43px, 12vw, 58px);
    line-height: .88;
    letter-spacing: -.06em;
  }

  .article-detail-meta-panel {
    gap: 13px 18px;
  }

  .article-detail-stats {
    gap: 14px;
    font-size: 13px;
  }

  .article-detail-author-mini {
    flex-basis: 100%;
    padding-left: 0;
    border-left: 0;
  }

  .article-detail-media {
    margin-top: 34px;
    border-radius: 18px;
  }

  .article-detail-media img {
    height: 268px;
    min-height: 268px;
    border-radius: 18px;
  }

  .article-detail-content {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .article-detail-side {
    grid-template-columns: 1fr;
  }

  .article-detail-body h2:first-child,
  .article-detail-body h2,
  .article-checklist > span {
    font-size: 29px;
    line-height: 1.02;
  }

  .article-detail-body .article-lead,
  .article-detail-body p,
  .article-detail-body li,
  .article-checklist p,
  .article-checklist strong {
    font-size: 16px;
    line-height: 1.42;
  }

  .article-detail-body blockquote {
    padding: 20px;
    font-size: 18px;
  }

  .article-compare-table {
    overflow-x: auto;
    border-radius: 10px;
    font-size: 13px;
  }

  .article-compare-table div {
    min-width: 720px;
    gap: 14px;
    padding: 14px;
  }

  .article-checklist div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 20px;
  }

  .page-article .figma-blog-component.article-related-blog .blog-head {
    padding-top: 44px;
  }
}

/* Final village catalog overrides must stay after legacy route mobile rules. */
.figma-villages-page .village-catalog-section {
  background: #e7e9eb !important;
}

.figma-villages-page .village-property-card .property-meta span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.figma-villages-page .object-villages-cloud {
  background: #fff;
}

.figma-villages-page .object-village-tags[data-object-village-tags] {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.figma-villages-page .object-village-tags__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  max-height: 480px;
  overflow: hidden;
  transition: max-height .28s ease;
}

.figma-villages-page .object-village-tags[data-object-village-tags]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .76) 46%, #fff 100%);
  opacity: 1;
  transition: opacity .22s ease;
  z-index: 1;
}

.figma-villages-page .object-village-tags.is-expanded .object-village-tags__list {
  max-height: 900px;
}

.figma-villages-page .object-village-tags.is-expanded::after {
  opacity: 0;
}

.figma-villages-page .object-village-tags .object-village-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 0;
  border-radius: 50px;
  background: var(--gray);
  color: var(--ink);
  font-size: 13px;
  text-decoration: none;
}

.figma-villages-page .object-village-tags .object-village-pill:last-child {
  background: var(--gray);
  color: var(--ink);
}

.figma-villages-page .object-village-pill em {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--gold);
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.figma-villages-page .object-village-more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  padding: 0 22px;
  border: 0;
  border-radius: 80px;
  background: var(--gold);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.figma-villages-page .object-village-more span {
  width: 9px;
  height: 9px;
  display: inline-block;
  font-size: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-1px, -2px);
}

.figma-villages-page .object-village-tags.is-expanded .object-village-more span {
  transform: rotate(225deg) translate(0, -1px);
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .figma-villages-page .object-villages-cloud-grid {
    grid-template-columns: minmax(360px, 40%) minmax(0, 1fr);
    gap: 56px;
  }
}

@media (min-width: 1501px) {
  .figma-villages-page .object-villages-cloud {
    min-height: 540px;
    padding: 110px var(--side) 0;
    box-sizing: border-box;
  }

  .figma-villages-page .object-villages-cloud-grid {
    grid-template-columns: minmax(430px, 703px) minmax(0, 860px);
    gap: clamp(90px, 9.2vw, 177px);
  }

  .figma-villages-page .object-villages-cloud h2 {
    max-width: 703px;
  }

  .figma-villages-page .object-village-tags .object-village-pill {
    min-height: 60px;
    gap: 20px;
    padding: 0 20px;
    font-size: 18px;
  }

  .figma-villages-page .object-village-pill em {
    min-width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .figma-villages-page .object-village-more {
    min-height: 48px;
    gap: 20px;
    padding: 0 30px;
    font-size: 18px;
  }
}

@media (max-width: 760px) {
  .figma-villages-page .village-catalog-section {
    height: auto !important;
    overflow: visible !important;
    background: #e7e9eb !important;
  }

  .figma-villages-page .object-villages-cloud {
    padding: 44px 20px 40px;
  }

  .figma-villages-page .object-village-tags[data-object-village-tags] {
    padding-bottom: 46px;
  }

  .figma-villages-page .object-village-tags__list {
    gap: 8px;
    max-height: 480px;
  }

  .figma-villages-page .object-village-tags[data-object-village-tags]::after {
    bottom: 40px;
    height: 76px;
  }
}

/* Village page catalog block */
.figma-villages-page .village-catalog-section {
  padding: 40px var(--side) 88px;
  background: #e7e9eb;
}

.figma-villages-page .village-catalog-inner {
  width: min(1740px, 100%);
  margin: 0 auto;
}

.figma-villages-page .village-catalog-filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 42px;
}

.figma-villages-page .village-filter-select {
  position: relative;
  min-width: 0;
  height: 44px;
  display: block;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  color: rgba(19, 35, 59, .72);
  box-shadow: 0 1px 0 rgba(19, 35, 59, .04);
}

.figma-villages-page .village-filter-select.is-open {
  z-index: 70;
}

.figma-villages-page .village-filter-select::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 46px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #d1b57c;
  border-bottom: 1.5px solid #d1b57c;
  pointer-events: none;
  transform: translateY(-60%) rotate(45deg);
  transition: transform .18s ease;
}

.figma-villages-page .village-filter-select.is-open::after {
  transform: translateY(-25%) rotate(225deg);
}

.figma-villages-page .village-filter-trigger {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  border: 0;
  padding: 0 12px 0 20px;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.figma-villages-page .village-filter-trigger .village-filter-label {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.figma-villages-page .village-filter-trigger strong {
  display: none;
}

.figma-villages-page .village-filter-trigger b {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border-radius: 50%;
  background: #d1b57c;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.figma-villages-page .village-filter-select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.figma-villages-page .village-filter-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: min(420px, calc(100vw - 40px));
  display: none;
  padding: 7px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(19, 35, 59, .18);
}

.figma-villages-page .village-filter-select:nth-child(4n) .village-filter-dropdown {
  left: auto;
  right: 0;
}

.figma-villages-page .village-filter-select.is-open .village-filter-dropdown {
  display: block;
}

.figma-villages-page .village-filter-dropdown-head {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 13px;
  border-radius: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.figma-villages-page .village-filter-dropdown-head span {
  color: rgba(19, 35, 59, .42);
}

.figma-villages-page .village-filter-dropdown-head strong {
  min-width: 0;
  overflow: hidden;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.figma-villages-page .village-filter-dropdown-head i {
  width: 22px;
  margin-left: auto;
  color: var(--ink);
  font-style: normal;
  font-size: 27px;
  line-height: 1;
}

.figma-villages-page .village-filter-options {
  display: grid;
  gap: 6px;
  max-height: 266px;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-color: var(--gold) #fff;
  scrollbar-width: thin;
}

.figma-villages-page .village-filter-options::-webkit-scrollbar {
  width: 5px;
}

.figma-villages-page .village-filter-options::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.figma-villages-page .village-filter-options::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #fff;
}

.figma-villages-page .village-filter-options::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--gold);
}

.figma-villages-page .village-filter-option {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 9px;
  padding: 0 20px;
  background: #e6e8eb;
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}

.figma-villages-page .village-filter-option:hover {
  background: #dfe3e7;
}

.figma-villages-page .village-filter-option.is-selected,
.figma-villages-page .village-filter-option[aria-selected="true"] {
  background: #ebe2c6;
}

.figma-villages-page .village-filter-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
}

.figma-villages-page .village-filter-reset {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: rgba(19, 35, 59, .42);
  font-size: 12px;
  line-height: 1;
}

.figma-villages-page .village-filter-reset span {
  font-size: 18px;
  line-height: .8;
}

.figma-villages-page .village-filter-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.figma-villages-page .village-currency {
  display: flex;
  align-items: center;
  gap: 7px;
}

.figma-villages-page .village-currency button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef0f2;
  color: #13233b;
  font-size: 13px;
  line-height: 1;
}

.figma-villages-page .village-currency button.active {
  background: #d1b57c;
  color: #fff;
}

.figma-villages-page .village-id-search {
  position: relative;
  width: min(390px, 31vw);
  height: 34px;
  display: block;
}

.figma-villages-page .village-id-search input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0 48px 0 20px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  outline: none;
}

.figma-villages-page .village-id-search input::placeholder {
  color: rgba(19, 35, 59, .4);
}

.figma-villages-page .village-id-search button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #314158;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.figma-villages-page .village-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 28px;
}

.figma-villages-page .village-sort-control {
  position: relative;
  z-index: 41;
  width: 320px;
  max-width: 100%;
}

.figma-villages-page .village-sort-button {
  width: 100%;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  cursor: pointer;
}

.figma-villages-page .village-sort-button span {
  color: rgba(19, 35, 59, .4);
}

.figma-villages-page .village-sort-button b {
  color: var(--ink);
  font: inherit;
  font-weight: 400;
  white-space: nowrap;
}

.figma-villages-page .village-sort-button i {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: inline-block;
  margin-left: auto;
  background: url('../assets/sort-arrows.svg') center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.figma-villages-page .village-sort-dropdown {
  position: absolute;
  z-index: 20;
  left: 0;
  top: calc(100% + 6px);
  width: 100%;
  min-width: 220px;
  padding: 6px;
  display: grid;
  gap: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 42px rgba(19, 35, 59, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.figma-villages-page .village-sort-control.is-open .village-sort-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.figma-villages-page .village-sort-dropdown button {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: #e6e8eb;
  color: var(--ink);
  font-size: 14px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}

.figma-villages-page .village-sort-dropdown button:hover,
.figma-villages-page .village-sort-dropdown button:focus-visible {
  background: #dfe3e7;
  color: var(--ink);
}

.figma-villages-page .village-sort-dropdown button[aria-selected="true"] {
  background: #ebe2c6;
  color: var(--ink);
}

.figma-villages-page .village-results-toolbar p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(19, 35, 59, .42);
  font-size: 13px;
  line-height: 1;
}

.figma-villages-page .village-results-toolbar strong {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.figma-villages-page .village-property-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px !important;
}

.figma-villages-page .village-property-card {
  position: relative;
  min-width: 0;
  height: 533px;
  min-height: 533px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}

.figma-villages-page .village-property-card .property-media {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #d8ddd9;
}

.figma-villages-page .village-property-card .property-media img {
  width: 100%;
  height: 354px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translateY(-57px);
  transition: transform .36s ease;
}

.figma-villages-page .village-property-card:hover .property-media img {
  transform: translateY(-57px) scale(1.045);
}

.figma-villages-page .village-property-card .gallery-dots {
  position: absolute;
  left: 50%;
  top: 220px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
}

.figma-villages-page .village-property-card .gallery-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(233, 227, 204, .55);
}

.figma-villages-page .village-property-card .gallery-dots span:first-child {
  background: #fff;
}

.figma-villages-page .village-property-card .exclusive-pill {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 19px;
  border-radius: 0 80px 80px 0;
  background: var(--green);
  color: var(--cream);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.figma-villages-page .village-property-card .favorite-button {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gray);
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}

.figma-villages-page .village-property-card .id-pill {
  position: absolute;
  right: 25px;
  top: 223px;
  z-index: 2;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.figma-villages-page .village-property-card .property-body {
  min-height: 293px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 29px 25px 25px;
}

.figma-villages-page .village-property-card .property-title {
  max-width: 426px;
  margin: 0 0 13px;
  color: var(--ink);
  font-family: var(--font-sans, var(--font-body));
  font-size: 25px;
  font-weight: 400;
  line-height: .9;
  text-transform: none;
}

.figma-villages-page .village-property-card .property-description {
  max-width: 376px;
  height: 29px;
  margin: 0 0 13px;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
}

.figma-villages-page .village-property-card .property-meta {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 13px;
  overflow: hidden;
}

.figma-villages-page .village-property-card .property-meta span {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: rgba(19, 35, 59, .5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.figma-villages-page .village-property-card .property-meta i {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: grid;
  place-items: center;
  color: rgba(19, 35, 59, .38);
  font-style: normal;
  font-size: 13px;
}

.figma-villages-page .village-property-card .property-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.figma-villages-page .village-property-card .property-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gray);
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.figma-villages-page .village-property-card .property-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.figma-villages-page .village-property-card .old-price {
  display: block;
  margin-bottom: 5px;
  color: #a1a7b1;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}

.figma-villages-page .village-property-card .current-price {
  display: block;
  color: var(--ink);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.figma-villages-page .village-property-card .details-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

/* Village help section copied from catalog help-section. */
.figma-villages-page .help-section {
  position: relative;
  height: 818px;
  padding: 94px var(--side) 194px;
  background: #ffffff;
  overflow: hidden;
}

.figma-villages-page .help-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -8vw;
  right: -8vw;
  bottom: -1px;
  height: clamp(68px, 5.521vw, 106px);
  pointer-events: none;
  background: rgb(231, 233, 235);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.figma-villages-page .help-card {
  position: relative;
  z-index: 1;
  width: min(1740px, 100%);
  height: 530px;
  min-height: 530px;
  margin: 0 auto;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background:
    url("images/help-form-desktop-bg.svg") center / 100% 100% no-repeat,
    var(--navy);
  color: var(--cream);
  overflow: hidden;
}

.figma-villages-page .help-card > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.figma-villages-page .help-card > div:first-child {
  position: absolute;
  left: 90px;
  top: 86px;
  width: 896px;
}

.figma-villages-page .help-card h2 {
  width: 896px;
  max-width: 100%;
  margin: 0 0 43px;
  font-family: var(--font-display);
  font-size: 90px;
  font-weight: 400;
  line-height: .855;
}

.figma-villages-page .help-card p {
  width: 718px;
  max-width: 100%;
  margin: 0;
  color: var(--cream);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.figma-villages-page .help-form {
  position: absolute;
  left: 915px;
  top: 120px;
  width: 544px;
  display: block;
}

.figma-villages-page .help-form label {
  display: grid;
  gap: 0;
}

.figma-villages-page .help-form > label:not(.agreement) + label:not(.agreement) {
  margin-top: 9px;
}

.figma-villages-page .help-form > label:not(.agreement) > span {
  display: none;
}

.figma-villages-page .help-form input[type="text"],
.figma-villages-page .help-form input[type="tel"] {
  width: 100%;
  height: 63px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
  outline: none;
  padding: 0 40px;
  font-family: inherit;
  font-size: 25px;
}

.figma-villages-page .help-form input[type="text"]::placeholder,
.figma-villages-page .help-form input[type="tel"]::placeholder {
  color: #9da5b3;
  opacity: 1;
}

.figma-villages-page .messengers {
  display: none;
}

.figma-villages-page .help-form .agreement {
  width: 419px;
  max-width: 100%;
  min-height: 15px;
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 20px;
  color: rgba(233, 227, 204, .4);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.figma-villages-page .help-form .agreement + .agreement {
  margin-top: 10px;
}

.figma-villages-page .help-form .agreement span {
  display: block;
  min-width: 0;
}

.figma-villages-page .help-form .agreement input[type="checkbox"] {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid rgba(233, 227, 204, .4);
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
}

.figma-villages-page .help-form .agreement input[type="checkbox"]:checked {
  border-color: var(--gold);
  background: var(--gold);
}

.figma-villages-page .help-form .agreement a {
  color: rgba(233, 227, 204, .4);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.figma-villages-page .help-form button {
  width: 275px;
  min-height: 70px;
  margin-top: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: white;
  padding: 0 32px;
  font-family: inherit;
  font-size: 25px;
  font-weight: 400;
  cursor: pointer;
}

.figma-villages-page .seo-section {
  position: relative;
  min-height: 742px;
  padding: 80px var(--side) 62px;
  overflow: hidden;
  background:
    url("images/seo-section-bg.svg") center top / 100% 100% no-repeat,
    var(--gray);
  color: var(--navy);
}

.figma-villages-page .seo-section::before,
.figma-villages-page .seo-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.figma-villages-page .seo-section::before {
  top: 0;
  height: 308px;
  background: linear-gradient(180deg, #E7E9EB 0%, rgba(231, 233, 235, 0) 100%);
}

.figma-villages-page .seo-section::after {
  bottom: 0;
  height: 205px;
  background: linear-gradient(0deg, #E7E9EB 0%, rgba(231, 233, 235, 0) 100%);
}

.figma-villages-page .seo-copy {
  position: relative;
  z-index: 1;
  max-width: 1110px;
}

.figma-villages-page .seo-copy h2 {
  width: 775px;
  max-width: 100%;
  margin: 0 0 40px;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 400;
  line-height: .865;
}

.figma-villages-page .seo-copy h3 {
  width: 746px;
  max-width: 100%;
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.figma-villages-page .seo-copy p {
  width: 1006px;
  max-width: 100%;
  margin: 0 0 18px;
  color: rgba(19, 35, 59, .72);
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 1500px) {
  .figma-villages-page .help-section {
    height: auto;
    padding: 72px var(--side) 92px;
  }

  .figma-villages-page .help-card {
    height: auto;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 56px 46px;
  }

  .figma-villages-page .help-card > div:first-child,
  .figma-villages-page .help-form {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .figma-villages-page .help-card h2 {
    width: min(896px, 100%);
    font-size: clamp(52px, 6vw, 76px);
  }

  .figma-villages-page .help-card p {
    font-size: 21px;
  }

  .figma-villages-page .seo-section {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .figma-villages-page .seo-copy h2 {
    font-size: 42px;
    line-height: .9;
  }

  .figma-villages-page .seo-copy h3 {
    font-size: 22px;
  }

  .figma-villages-page .seo-copy p {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .figma-villages-page .help-section {
    height: 561px;
    padding: 40px 16px 66px;
  }

  .figma-villages-page .help-card {
    width: min(339px, 100%);
    height: 455px;
    min-height: 455px;
    gap: 18px;
    padding: 27px 20px 22px;
    border-radius: 12px;
    background:
      url("images/help-form-mobile-bg.svg") center / 100% 100% no-repeat,
      var(--navy);
  }

  .figma-villages-page .help-card h2 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: .9;
  }

  .figma-villages-page .help-card p {
    font-size: 16px;
    line-height: 1.1;
  }

  .figma-villages-page .help-form {
    display: grid;
    gap: 8px;
  }

  .figma-villages-page .help-form > label:not(.agreement) + label:not(.agreement) {
    margin-top: 0;
  }

  .figma-villages-page .help-form input[type="text"],
  .figma-villages-page .help-form input[type="tel"] {
    height: 35px;
    padding: 0 18px;
    font-size: 13px;
  }

  .figma-villages-page .help-form .agreement {
    width: 100%;
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 8px;
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.12;
  }

  .figma-villages-page .help-form .agreement + .agreement {
    margin-top: 0;
  }

  .figma-villages-page .help-form button {
    width: 179px;
    min-height: 39px;
    margin-top: 7px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 400;
  }

  .figma-villages-page .seo-section {
    height: 491px;
    min-height: 491px;
    padding: 41px 20px 36px;
  }

  .figma-villages-page .seo-copy h2 {
    font-size: 28px;
    line-height: .8;
    margin-bottom: 22px;
  }

  .figma-villages-page .seo-copy h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 21px;
  }

  .figma-villages-page .seo-copy p {
    font-size: 15px;
    line-height: 1.06;
  }
}

.figma-villages-page .village-pagination {
  margin: 58px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(19, 35, 59, .5);
  font-size: 13px;
}

.figma-villages-page .village-pagination a,
.figma-villages-page .village-pagination span {
  min-width: 18px;
  color: inherit;
  text-align: center;
}

.figma-villages-page .village-pagination .active {
  color: var(--ink);
}

.figma-villages-page .village-pagination .page-arrow {
  color: var(--gold);
  font-size: 18px;
}

.figma-villages-page .route-cloud-section .object-village-tags a {
  gap: 9px;
}

.figma-villages-page .route-cloud-section .object-village-tags span {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #d1b57c;
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 1180px) {
  .figma-villages-page .village-catalog-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .figma-villages-page .village-filter-select:nth-child(even) .village-filter-dropdown {
    left: auto;
    right: 0;
  }

  .figma-villages-page .village-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .figma-villages-page .village-catalog-section {
    height: auto !important;
    overflow: visible !important;
    padding: 26px 20px 54px;
    background: #e7e9eb;
  }

  .figma-villages-page .village-catalog-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 22px;
  }

  .figma-villages-page .village-filter-select {
    height: 36px;
    padding: 0;
    border-radius: 6px;
  }

  .figma-villages-page .village-filter-trigger {
    gap: 24px;
    padding: 0 9px 0 12px;
  }

  .figma-villages-page .village-filter-select::after {
    right: 36px;
    width: 6px;
    height: 6px;
  }

  .figma-villages-page .village-filter-trigger .village-filter-label {
    font-size: 12px;
  }

  .figma-villages-page .village-filter-trigger b {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    font-size: 9px;
  }

  .figma-villages-page .village-filter-dropdown {
    top: calc(100% + 6px);
    width: min(330px, calc(100vw - 40px));
    padding: 5px;
    border-radius: 10px;
  }

  .figma-villages-page .village-filter-select:nth-child(even) .village-filter-dropdown {
    left: auto;
    right: 0;
  }

  .figma-villages-page .village-filter-dropdown-head {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .figma-villages-page .village-filter-dropdown-head i {
    width: 18px;
    font-size: 22px;
  }

  .figma-villages-page .village-filter-options {
    gap: 5px;
    max-height: 210px;
  }

  .figma-villages-page .village-filter-option {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 12px;
  }

  .figma-villages-page .village-filter-bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .figma-villages-page .village-filter-actions {
    justify-content: space-between;
    gap: 10px;
  }

  .figma-villages-page .village-id-search {
    width: min(207px, 58vw);
    height: 34px;
  }

  .figma-villages-page .village-results-toolbar {
    max-width: 100%;
    gap: 14px;
    margin-bottom: 18px;
  }

  .figma-villages-page .village-sort-control {
    width: auto;
    max-width: 175px;
  }

  .figma-villages-page .village-sort-button {
    width: auto;
    max-width: 185px;
    min-height: 32px;
    gap: 5px;
    padding: 0;
    font-size: 13px;
    white-space: nowrap;
  }

  .figma-villages-page .village-sort-button span {
    display: block;
  }

  .figma-villages-page .village-sort-button b {
    max-width: 92px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .figma-villages-page .village-sort-button i {
    margin-left: 4px;
  }

  .figma-villages-page .village-sort-dropdown {
    min-width: 175px;
    width: 175px;
    right: 0;
    left: auto;
  }

  .figma-villages-page .village-sort-dropdown button {
    min-height: 30px;
    font-size: 12px;
  }

  .figma-villages-page .village-results-toolbar p {
    gap: 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .figma-villages-page .village-results-toolbar strong {
    min-height: 28px;
    padding: 0 14px;
  }

  .figma-villages-page .village-property-grid {
    grid-template-columns: 1fr;
    gap: 20px !important;
  }

  .figma-villages-page .village-property-card {
    width: 100%;
    height: 468px !important;
    min-height: 468px !important;
    border-radius: 8px;
  }

  .figma-villages-page .village-property-card:nth-child(n+8) {
    display: none;
  }

  .figma-villages-page .village-property-card .property-media {
    height: 220px !important;
    border-radius: 8px 8px 0 0;
  }

  .figma-villages-page .village-property-card .property-media img {
    height: 270px;
    transform: translateY(-25px);
  }

  .figma-villages-page .village-property-card:hover .property-media img {
    transform: translateY(-25px);
  }

  .figma-villages-page .village-property-card .gallery-dots {
    top: 198px;
    gap: 7px;
  }

  .figma-villages-page .village-property-card .gallery-dots span {
    width: 6px;
    height: 6px;
  }

  .figma-villages-page .village-property-card .exclusive-pill {
    top: 9px;
    min-height: 18px;
    padding: 5px 9px;
    gap: 7px;
    border-radius: 0 80px 80px 0;
    font-size: 14px;
  }

  .figma-villages-page .village-property-card .favorite-button {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    font-size: 31px;
  }

  .figma-villages-page .village-property-card .id-pill {
    top: 196px;
    right: 15px;
    min-height: 24px;
    padding: 5px 14px;
    font-size: 14px;
  }

  .figma-villages-page .village-property-card .property-body {
    min-height: 248px;
    gap: 14px;
    padding: 18px 15px 15px;
  }

  .figma-villages-page .village-property-card .property-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
  }

  .figma-villages-page .village-property-card .property-description {
    height: 35px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.15;
  }

  .figma-villages-page .village-property-card .property-meta {
    gap: 7px;
    margin-bottom: 9px;
  }

  .figma-villages-page .village-property-card .property-meta span {
    font-size: 14px;
  }

  .figma-villages-page .village-property-card .property-tags span {
    min-height: 26px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .figma-villages-page .village-property-card .old-price {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .figma-villages-page .village-property-card .current-price {
    font-size: 20px;
  }

  .figma-villages-page .village-property-card .details-link {
    min-height: 34px;
    padding: 0 16px;
    font-size: 14px;
  }

  .figma-villages-page .village-pagination {
    margin-top: 38px;
    gap: 13px;
  }
}

@media (max-width: 760px) {
  .figma-listing-filter {
    display: grid;
    min-height: 572px;
    gap: 8px;
    margin: 0 0 14px;
  }

  .figma-listing-filter label {
    position: relative;
    display: block;
    margin: 0;
  }

  .figma-listing-filter label > span {
    position: absolute;
    left: 13px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    color: rgba(19, 35, 59, .66);
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
  }

  .figma-listing-filter select,
  .figma-listing-filter input {
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(19, 35, 59, .04);
    color: var(--ink);
    font-size: 12px;
  }

  .figma-listing-filter select {
    padding: 0 42px 0 13px;
    color: transparent;
  }

  .figma-filter-reset {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 30px;
    padding-left: 13px;
    color: rgba(19, 35, 59, .34);
    font-size: 11px;
  }

  .figma-filter-reset button {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
  }

  .figma-filter-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: 48px;
  }

  .figma-currency {
    display: flex;
    gap: 7px;
  }

  .figma-currency button {
    width: 27px;
    height: 27px;
    border: 0;
    border-radius: 999px;
    background: #d5bd83;
    color: #fff;
    font-size: 12px;
  }

  .figma-filter-actions .primary-button {
    min-height: 40px;
    padding: 0 19px;
    border-radius: 999px;
    font-size: 12px;
  }

  .figma-id-search {
    margin-top: 12px;
  }

  .figma-id-search input {
    height: 46px;
    border: 1px solid rgba(19, 35, 59, .16);
    border-radius: 999px;
    padding: 0 58px 0 20px;
    background: transparent;
    color: var(--ink);
  }

  .figma-id-search > span {
    left: 26px;
    color: rgba(19, 35, 59, .34);
    font-size: 13px;
  }

  .figma-id-search button {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #1d304f;
    color: #fff;
    font-size: 22px;
    line-height: 1;
  }

  .figma-result-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    color: rgba(19, 35, 59, .4);
    font-size: 10px;
  }

  .figma-result-meta strong {
    color: rgba(19, 35, 59, .36);
    font-weight: 400;
  }

  .figma-result-meta b {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #0b5b47;
    color: #fff;
    font-weight: 500;
  }

  .figma-listing-card {
    height: 466px;
    min-height: 466px;
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
    box-shadow: none;
  }

  .figma-listing-card .property-media {
    position: relative;
    height: 253px;
    border-radius: 13px 13px 0 0;
    overflow: hidden;
  }

  .figma-listing-card .property-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .figma-listing-card .badge {
    left: 10px;
    top: 10px;
    height: 25px;
    padding: 0 10px;
    border-radius: 999px;
    background: #0b5b47;
    color: #fff;
    font-size: 11px;
  }

  .figma-listing-card .favorite {
    right: 11px;
    top: 10px;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #d5bd83;
    font-size: 25px;
  }

  .figma-card-id {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 80px;
    height: 30px;
    border-radius: 14px 0 0 0;
    background: #efe9d5;
    color: #233149;
    font-size: 11px;
    line-height: 30px;
    text-align: center;
  }

  .figma-listing-card .object-gallery-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    justify-content: center;
  }

  .figma-listing-card .object-gallery-dots span {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .55);
  }

  .figma-listing-card .object-gallery-dots span:first-child {
    background: #fff;
  }

  .figma-listing-card .card-body {
    padding: 13px 14px 15px;
  }

  .figma-listing-card .card-kicker {
    display: none;
  }

  .figma-listing-card .card-title {
    margin: 0 0 7px;
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
  }

  .figma-listing-card .card-text {
    display: -webkit-box;
    min-height: 34px;
    margin: 0 0 7px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(19, 35, 59, .88);
    font-size: 12px;
    line-height: 1.18;
  }

  .figma-card-place {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 8px;
    margin-bottom: 9px;
    color: rgba(19, 35, 59, .46);
    font-size: 10px;
    line-height: 1;
  }

  .figma-listing-card .meta-row {
    gap: 8px;
    margin: 0 0 9px;
  }

  .figma-listing-card .meta-row span {
    height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    background: #edf0f2;
    color: #233149;
    font-size: 11px;
    line-height: 32px;
  }

  .figma-old-price {
    height: 13px;
    color: rgba(19, 35, 59, .34);
    font-size: 10px;
    line-height: 13px;
    text-decoration: line-through;
  }

  .figma-listing-card .price-row {
    align-items: center;
    margin-top: 0;
  }

  .figma-listing-card .price-row strong {
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .figma-listing-card .dark-button {
    min-height: 38px;
    padding: 0 21px;
    border-radius: 999px;
    background: #d1b57c;
    color: #fff;
    font-size: 12px;
  }

  .figma-listing-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    height: 82px;
    color: rgba(19, 35, 59, .62);
    font-size: 11px;
  }

  .figma-listing-pagination a {
    color: #d1b57c;
    text-decoration: none;
  }

  .page-objectVillage .figma-object-village .object-figma-related {
    padding: 35px 20px 48px;
    background: #f0f2f3;
  }

  .page-objectVillage .figma-object-village .object-figma-related .grid-3,
  .figma-route-page .route-results {
    gap: 22px;
  }

  .page-objectVillage .figma-object-village .object-figma-related .property-card,
  .figma-route-page .route-results .property-card {
    height: 466px;
    min-height: 466px;
  }

  .figma-route-page .route-list-section {
    padding: 35px 20px 48px;
  }
}

@media (max-width: 760px) {
  .page-villages {
    background: #f4f5f3;
  }

  .page-villages .site-header {
    height: 70px;
    min-height: 70px;
    padding: 8px 20px 9px;
    background: #f4f5f3;
    color: var(--ink);
  }

  .page-villages .brand-logo {
    width: 159px;
    height: 53px;
    gap: 8px;
  }

  .page-villages .brand-emblem {
    width: 36px;
    height: 52px;
    flex-basis: 36px;
  }

  .page-villages .brand-wordmark {
    width: 114px;
    height: 34px;
  }

  .page-villages .brand-tagline {
    width: 80px;
    height: 5px;
  }

  .page-villages .brand-emblem,
  .page-villages .brand-lockup,
  .page-villages .menu-toggle span {
    filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(967%) hue-rotate(178deg) brightness(90%) contrast(94%);
  }

  .page-villages .icon-link.search-link {
    width: 46px;
    height: 46px;
    display: inline-grid;
    background: #3b485c;
  }

  .page-villages .icon-link.search-link img {
    filter: none;
  }

  .page-villages .menu-toggle {
    display: inline-grid;
    width: 31px;
    height: 31px;
    background: transparent;
  }

  .page-villages .menu-toggle span {
    left: 0;
    width: 31px;
    height: 2px;
  }

  .page-villages .menu-toggle span:first-child {
    top: 8px;
  }

  .page-villages .menu-toggle span:last-child {
    bottom: 8px;
  }

  .figma-route-page .route-hero {
    height: 572px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 20px 0;
    background: #f4f5f3;
  }

  .figma-route-page .object-figma-breadcrumbs {
    gap: 8px;
    margin-bottom: 24px;
    font-size: 12px;
  }

  .figma-route-page .object-figma-breadcrumbs a:not(:first-child),
  .figma-route-page .object-figma-breadcrumbs span:not(:first-child) {
    display: none;
  }

  .figma-route-page .object-figma-breadcrumbs::before {
    content: "<";
    color: rgba(19, 35, 59, .42);
    font-size: 20px;
    line-height: 1;
  }

  .figma-route-page .route-hero h1 {
    margin: 0 0 14px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 400;
    line-height: .86;
  }

  .figma-route-page .route-hero-media {
    position: relative;
    height: 156px;
    overflow: hidden;
    border-radius: 10px;
    background: #d8dde0;
  }

  .figma-route-page .route-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .figma-route-page .route-hero-media span {
    position: absolute;
    right: 13px;
    bottom: 13px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gold);
  }

  .figma-route-page .object-map-large {
    height: 142px;
    margin-top: 10px;
    border-radius: 10px;
  }

  .figma-route-page .route-summary {
    height: 370px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 48px 20px;
    background: #fff;
  }

  .figma-route-page .route-summary h2,
  .figma-route-page .route-cloud-section h2,
  .figma-route-page .route-seo-section h2 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 400;
    line-height: .98;
  }

  .figma-route-page .route-summary p {
    margin: 20px 0 0;
    color: rgba(19, 35, 59, .76);
    font-size: 13px;
    line-height: 1.35;
  }

  .figma-route-page .route-list-section {
    height: 3935px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 42px 20px 48px;
    background: #f4f5f3;
  }

  .figma-route-page .route-filter {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
  }

  .figma-route-page .route-filter label {
    display: grid;
    gap: 5px;
    color: rgba(19, 35, 59, .52);
    font-size: 11px;
  }

  .figma-route-page .route-filter select {
    height: 42px;
    border: 0;
    border-radius: 10px;
    padding: 0 14px;
    background: #fff;
    color: var(--ink);
  }

  .figma-route-page .route-filter .primary-button {
    min-height: 40px;
    margin-top: 6px;
    font-size: 12px;
  }

  .figma-route-page .route-results {
    display: grid;
    gap: 14px;
  }

  .figma-route-page .route-results .property-card {
    height: 610px;
    min-height: 610px;
    overflow: hidden;
  }

  .figma-route-page .route-results .property-media {
    height: 260px;
  }

  .figma-route-page .route-cloud-section {
    height: 311px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 44px 20px 34px;
    background: #fff;
  }

  .figma-route-page .route-cloud-section .object-villages-cloud-grid {
    display: grid;
    gap: 24px;
  }

  .figma-route-page .route-form-section {
    height: 561px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 52px 20px;
    background: #f4f5f3;
  }

  .figma-route-page .route-form-section .form-panel {
    min-height: 430px;
    padding: 28px 20px;
    border-radius: 14px;
  }

  .figma-route-page .route-form-section h2 {
    margin: 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 400;
    line-height: .95;
  }

  .figma-route-page .route-form-section p {
    margin: 18px 0 22px;
    color: rgba(233, 227, 204, .78);
    font-size: 14px;
    line-height: 1.35;
  }

  .figma-route-page .route-form-section .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .figma-route-page .route-form-section .field input {
    height: 44px;
  }

  .figma-route-page .route-form-section .primary-button {
    width: 170px;
    min-height: 38px;
    margin-top: 6px;
    font-size: 12px;
  }

  .figma-route-page .route-seo-section {
    height: 491px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 50px 20px 44px;
    background: #fff;
  }

  .figma-route-page .route-seo-section h2 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1;
  }

  .figma-route-page .route-seo-section p {
    margin: 0;
    color: rgba(19, 35, 59, .78);
    font-size: 12px;
    line-height: 1.28;
  }

  .figma-route-page .route-seo-section p + p {
    margin-top: 12px;
  }

  .page-villages .site-footer {
    min-height: 1175px;
    height: 1175px;
    overflow: hidden;
  }
}

@media (max-width: 760px) {
  .page-villages .site-footer {
    min-height: 1175px;
    height: auto;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    padding: 58px 20px 28px;
  }

  .page-villages .footer-brand {
    order: 1;
  }

  .page-villages .site-footer .footer-logo {
    width: 276px;
    height: 96px;
    gap: 14px;
    margin-bottom: 22px;
  }

  .page-villages .site-footer .brand-emblem,
  .page-villages .site-footer .brand-lockup {
    filter: none;
  }

  .page-villages .site-footer .footer-logo .brand-emblem {
    width: 76px;
    height: 96px;
    flex-basis: 76px;
  }

  .page-villages .site-footer .footer-logo .brand-wordmark {
    width: 198px;
    height: 60px;
  }

  .page-villages .site-footer .footer-logo .brand-tagline {
    width: 137px;
    height: 8px;
  }

  .page-villages .footer-contacts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px 20px;
    max-width: none;
  }

  .page-villages .footer-contacts span {
    margin: 0;
    font-size: 14px;
  }

  .page-villages .footer-contacts a,
  .page-villages .footer-contacts p {
    margin: 0;
    font-size: 20px;
    line-height: 1.18;
  }

  .page-villages .footer-contacts a:nth-child(2) {
    font-size: 18px;
    white-space: nowrap;
  }

  .page-villages .footer-contacts span:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .page-villages .footer-contacts a:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .page-villages .footer-contacts span:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .page-villages .footer-contacts a:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .page-villages .footer-contacts span:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
  }

  .page-villages .footer-contacts p:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .page-villages .footer-socials {
    gap: 10px;
    margin-top: 31px;
  }

  .page-villages .footer-form {
    order: 2;
    max-width: none;
    margin-top: 35px;
    padding-top: 16px;
    border-top: 1px solid rgba(233, 227, 204, .22);
  }

  .page-villages .footer-form h2 {
    max-width: 335px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.05;
  }

  .page-villages .footer-form h2 br:first-of-type {
    display: none;
  }

  .page-villages .footer-form input[type="email"] {
    height: 39px;
    padding: 0 30px;
    font-size: 12px;
  }

  .page-villages .footer-consent {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 10px;
    margin-top: 13px;
    font-size: 12px;
    line-height: 1;
  }

  .page-villages .footer-form .footer-consent input[type="checkbox"] {
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
  }

  .page-villages .footer-form button {
    min-width: 156px;
    min-height: 36px;
    margin-top: 18px;
    padding: 0 24px;
    font-size: 14px;
  }

  .page-villages .footer-column {
    order: 3;
    gap: 10px;
    padding-top: 23px;
    border-top: 1px solid rgba(233, 227, 204, .22);
  }

  .page-villages .footer-column + .footer-column {
    order: 4;
    margin-top: 20px;
  }

  .page-villages .footer-column:nth-of-type(3) {
    order: 5;
  }

  .page-villages .footer-column h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .page-villages .footer-column a {
    font-size: 12px;
    line-height: 1.05;
  }

  .page-villages .footer-column:first-of-type a {
    font-size: 16px;
    line-height: 1.35;
  }

  .page-villages .footer-bottom {
    order: 6;
    gap: 8px;
    margin-top: 20px;
    padding-top: 13px;
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  .page-village .site-footer {
    min-height: 1175px;
    height: auto;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    padding: 58px 20px 28px;
  }

  .page-village .footer-brand {
    order: 1;
  }

  .page-village .site-footer .footer-logo {
    width: 276px;
    height: 96px;
    gap: 14px;
    margin-bottom: 22px;
  }

  .page-village .site-footer .brand-emblem,
  .page-village .site-footer .brand-lockup {
    filter: none;
  }

  .page-village .site-footer .footer-logo .brand-emblem {
    width: 76px;
    height: 96px;
    flex-basis: 76px;
  }

  .page-village .site-footer .footer-logo .brand-wordmark {
    width: 198px;
    height: 60px;
  }

  .page-village .site-footer .footer-logo .brand-tagline {
    width: 137px;
    height: 8px;
  }

  .page-village .footer-contacts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px 20px;
    max-width: none;
  }

  .page-village .footer-contacts span {
    margin: 0;
    font-size: 14px;
  }

  .page-village .footer-contacts a,
  .page-village .footer-contacts p {
    margin: 0;
    font-size: 20px;
    line-height: 1.18;
  }

  .page-village .footer-contacts a:nth-child(2) {
    font-size: 18px;
    white-space: nowrap;
  }

  .page-village .footer-contacts span:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .page-village .footer-contacts a:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .page-village .footer-contacts span:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .page-village .footer-contacts a:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .page-village .footer-contacts span:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
  }

  .page-village .footer-contacts p:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .page-village .footer-socials {
    gap: 10px;
    margin-top: 31px;
  }

  .page-village .footer-form {
    order: 2;
    max-width: none;
    margin-top: 35px;
    padding-top: 16px;
    border-top: 1px solid rgba(233, 227, 204, .22);
  }

  .page-village .footer-form h2 {
    max-width: 335px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.05;
  }

  .page-village .footer-form h2 br:first-of-type {
    display: none;
  }

  .page-village .footer-form input[type="email"] {
    height: 39px;
    padding: 0 30px;
    font-size: 12px;
  }

  .page-village .footer-consent {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 10px;
    margin-top: 13px;
    font-size: 12px;
    line-height: 1;
  }

  .page-village .footer-form .footer-consent input[type="checkbox"] {
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
  }

  .page-village .footer-form button {
    min-width: 156px;
    min-height: 36px;
    margin-top: 18px;
    padding: 0 24px;
    font-size: 14px;
  }

  .page-village .footer-column {
    order: 3;
    gap: 10px;
    padding-top: 23px;
    border-top: 1px solid rgba(233, 227, 204, .22);
  }

  .page-village .footer-column + .footer-column {
    order: 4;
    margin-top: 20px;
  }

  .page-village .footer-column:nth-of-type(3) {
    order: 5;
  }

  .page-village .footer-column h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .page-village .footer-column a {
    font-size: 12px;
    line-height: 1.05;
  }

  .page-village .footer-column:first-of-type a {
    font-size: 16px;
    line-height: 1.35;
  }

  .page-village .footer-bottom {
    order: 6;
    gap: 8px;
    margin-top: 20px;
    padding-top: 13px;
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  .page-objectVillage .site-header {
    height: 70px;
  }

  .page-objectVillage .figma-object-village .object-figma-hero {
    height: 687px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .page-objectVillage .figma-object-village .object-figma-details {
    height: 734px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .page-objectVillage .figma-object-village .object-figma-details-grid {
    gap: 26px;
  }

  .page-objectVillage .figma-object-village .object-figma-details article p {
    max-height: 194px;
    overflow: hidden;
  }

  .page-objectVillage .figma-object-village .object-figma-details .object-accordion {
    gap: 10px;
  }

  .page-objectVillage .figma-object-village .object-figma-details .object-accordion details {
    overflow: hidden;
  }

  .page-objectVillage .figma-object-village .object-figma-details .object-accordion details:first-child {
    height: 250px;
  }

  .page-objectVillage .figma-object-village .object-figma-details .object-accordion details:last-child {
    height: 56px;
  }

  .page-objectVillage .figma-object-village .object-figma-details .object-accordion summary {
    min-height: 56px;
  }

  .page-objectVillage .figma-object-village .object-figma-details .object-accordion details > div {
    padding-bottom: 14px;
  }

  .page-objectVillage .figma-object-village .object-figma-related {
    height: 3935px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 52px 20px 48px;
  }

  .page-objectVillage .figma-object-village .object-figma-related .section-head {
    margin-bottom: 26px;
  }

  .page-objectVillage .figma-object-village .object-figma-related .grid-3 {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
    padding-bottom: 0;
  }

  .page-objectVillage .figma-object-village .object-figma-related .property-card {
    min-height: 610px;
    height: 610px;
    overflow: hidden;
  }

  .page-objectVillage .figma-object-village .object-villages-cloud {
    height: 595px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 48px 20px;
  }

  .page-objectVillage .figma-object-village .object-village-form-section {
    height: 561px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 52px 20px;
    background: #f4f5f3;
  }

  .page-objectVillage .figma-object-village .object-village-form-section .form-panel {
    min-height: 430px;
    padding: 28px 20px;
    border-radius: 14px;
  }

  .page-objectVillage .figma-object-village .object-village-form-section h2 {
    margin: 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 400;
    line-height: .95;
  }

  .page-objectVillage .figma-object-village .object-village-form-section p {
    margin: 18px 0 22px;
    color: rgba(233, 227, 204, .78);
    font-size: 14px;
    line-height: 1.35;
  }

  .page-objectVillage .figma-object-village .object-village-form-section .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-objectVillage .figma-object-village .object-village-form-section .field input {
    height: 44px;
  }

  .page-objectVillage .figma-object-village .object-village-form-section .primary-button {
    width: 170px;
    min-height: 38px;
    margin-top: 6px;
    font-size: 12px;
  }

  .page-objectVillage .figma-object-village .object-village-seo-section {
    height: 491px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 50px 20px 44px;
    background: #fff;
    color: var(--ink);
  }

  .page-objectVillage .figma-object-village .object-village-seo-section h2 {
    margin: 0 0 22px;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }

  .page-objectVillage .figma-object-village .object-village-seo-section p {
    margin: 0;
    font-size: 12px;
    line-height: 1.28;
  }

  .page-objectVillage .figma-object-village .object-village-seo-section p + p {
    margin-top: 12px;
  }
}

@media (max-width: 760px) {
  .page-villages .figma-route-page + .site-footer {
    min-height: 1175px;
    height: 1175px;
    overflow: hidden;
  }
}

@media (max-width: 760px) {
  .site-wrap .figma-listing-card {
    height: 466px !important;
    min-height: 466px !important;
  }

  .site-wrap .figma-listing-card .property-media {
    height: 253px !important;
  }

  .page-objectVillage .figma-object-village .object-figma-related .grid-3,
  .page-villages .figma-route-page .route-results {
    gap: 22px !important;
  }
}





