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

@font-face {
  font-family: "FiraGO";
  src: url("/fonts/firago/firago-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraGO";
  src: url("/fonts/firago/firago-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraGO";
  src: url("/fonts/firago/firago-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Irubakidze Mkhedruli";
  src: url("/fonts/irubakidze/IrubakidzeMkhedruli-Regular.woff2") format("woff2");
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Irubakidze Mkhedruli";
  src: url("/fonts/irubakidze/IrubakidzeMkhedruli-Bold.woff2") format("woff2");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: 42 36% 97%;
  --foreground: 105 14% 10%;
  --card: 45 34% 98%;
  --card-foreground: 105 14% 10%;
  --popover: 45 34% 98%;
  --popover-foreground: 105 14% 10%;
  --primary: 145 42% 29%;
  --primary-foreground: 42 36% 98%;
  --secondary: 39 28% 91%;
  --secondary-foreground: 105 14% 13%;
  --muted: 42 22% 90%;
  --muted-foreground: 95 8% 34%;
  --accent: 29 42% 49%;
  --accent-foreground: 42 36% 98%;
  --border: 38 23% 82%;
  --input: 38 23% 82%;
  --ring: 145 42% 29%;
  --radius: .5rem;
  --polo-stone: #f6f1e7;
  --polo-paper: #fbfaf6;
  --polo-forest: #1f5136;
  --polo-forest-deep: #101a14;
  --polo-copper: #b57942;
  --polo-ink: #171a14;
  --polo-line: #ddd4c4;
  --polo-soft-radius: 18px;
  --polo-plan-radius: 24px;
  --polo-georgian-display: "Irubakidze Mkhedruli", "FiraGO", "Noto Sans Georgian", system-ui, sans-serif;
  --polo-georgian-body: "Irubakidze Mkhedruli", "FiraGO", "Noto Sans Georgian", system-ui, sans-serif;
  --polo-type-nav: clamp(.9rem, .22vw + .82rem, 1.02rem);
  --polo-type-hero: clamp(2.85rem, 8vw, 5.45rem);
  --polo-type-hero-sub: clamp(1.12rem, 1.35vw, 1.52rem);
  --polo-type-page-h1: clamp(1.92rem, 4.2vw, 3.18rem);
  --polo-type-h2: clamp(1.52rem, 2.2vw, 2.08rem);
  --polo-type-h3: clamp(1.18rem, 1vw, 1.42rem);
  --polo-type-body: clamp(1rem, .22vw + .95rem, 1.11rem);
  --polo-type-small: clamp(.78rem, .18vw + .73rem, .9rem);
  --polo-type-button: clamp(.86rem, .18vw + .8rem, .98rem);
  --polo-type-article-title: clamp(1.4rem, 2.85vw, 1.92rem);
  --polo-type-card-title: clamp(1.14rem, .55vw + 1.02rem, 1.42rem);
  --polo-type-body-line: 1.68;
  --polo-type-headline-line: 1.12;
  --polo-frame-gutter: clamp(24px, 2.25vw, 42px);
  --polo-frame-max-width: 1440px;
}

html,
body {
  background: var(--polo-stone) !important;
  color: var(--polo-ink);
  font-family: var(--polo-georgian-body);
  letter-spacing: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-x: clip !important;
}

body {
  font-size: var(--polo-type-body) !important;
  font-weight: 400 !important;
  line-height: var(--polo-type-body-line) !important;
}

body,
body * {
  font-family: var(--polo-georgian-body) !important;
}

body::before,
.animate-orb-float,
.animate-orb-float-reverse {
  display: none !important;
}

#root {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #fbfaf6 0%, #f6f1e7 44%, #fbfaf6 100%);
}

* {
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif,
.font-mtavruli {
  font-family: var(--polo-georgian-display) !important;
  font-feature-settings: "case" 1;
}

h1,
h2 {
  color: var(--polo-ink) !important;
  font-weight: 600 !important;
  line-height: var(--polo-type-headline-line) !important;
}

main h1 {
  font-size: var(--polo-type-page-h1) !important;
}

h2 {
  font-size: var(--polo-type-h2) !important;
}

h3 {
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-h3) !important;
  font-weight: 600 !important;
  line-height: var(--polo-type-headline-line) !important;
}

p,
li {
  color: rgba(23, 26, 20, .78);
  font-size: var(--polo-type-body);
  line-height: var(--polo-type-body-line);
}

@media (min-width: 768px) {
  h2 {
    font-size: var(--polo-type-h2) !important;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: var(--polo-type-h2) !important;
  }
}

header,
[role="banner"] {
  width: min(var(--polo-frame-max-width), calc(100% - (var(--polo-frame-gutter) * 2))) !important;
  max-width: calc(100% - (var(--polo-frame-gutter) * 2)) !important;
  border-radius: var(--polo-soft-radius) !important;
  background: transparent !important;
  border-bottom: 0 !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: none !important;
  isolation: isolate;
  overflow: visible !important;
  transform: translate(-50%, 0) !important;
  transition: transform .34s ease, opacity .24s ease, box-shadow .24s ease !important;
  will-change: transform, opacity;
}

header::before,
[role="banner"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(221, 212, 196, .82);
  border-radius: inherit;
  background: rgba(251, 250, 246, .9);
  background-clip: padding-box;
  box-shadow: 0 12px 30px rgba(16, 26, 20, .08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  clip-path: inset(0 round var(--polo-soft-radius));
}

header > *,
[role="banner"] > * {
  position: relative;
  z-index: 1;
}

header > .rounded-full,
[role="banner"] > .rounded-full {
  border-radius: var(--polo-soft-radius) !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  gap: clamp(12px, 1.25vw, 22px) !important;
  padding-right: clamp(16px, 2vw, 28px) !important;
  padding-left: clamp(16px, 2vw, 28px) !important;
}

header nav,
[role="banner"] nav {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  justify-content: center !important;
  gap: clamp(12px, 1vw, 22px) !important;
  margin-left: clamp(16px, 1.2vw, 28px) !important;
}

header a[href="/"],
[role="banner"] a[href="/"] {
  flex: 0 0 auto !important;
  margin-right: clamp(8px, 1vw, 18px) !important;
}

header nav a,
[role="banner"] nav a,
header nav button,
[role="banner"] nav button,
header > .rounded-full > div:last-child a,
[role="banner"] > .rounded-full > div:last-child a,
header > .rounded-full > div:last-child button,
[role="banner"] > .rounded-full > div:last-child button {
  white-space: nowrap !important;
  line-height: 1 !important;
}

html[data-nlp-nav-state="hidden"] header,
html[data-nlp-nav-state="hidden"] [role="banner"] {
  opacity: .02;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 28px)) !important;
  box-shadow: none !important;
}

html[data-nlp-nav-state="shown"] header,
html[data-nlp-nav-state="shown"] [role="banner"] {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) !important;
}

header a[href="/"],
[role="banner"] a[href="/"] {
  color: var(--polo-forest-deep) !important;
  font-family: var(--polo-georgian-display) !important;
  font-weight: 600 !important;
}

header a,
[role="banner"] a,
header button,
[role="banner"] button {
  color: rgba(23, 26, 20, .92) !important;
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-nav) !important;
  font-weight: 600 !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

header a[href="/"],
[role="banner"] a[href="/"] {
  font-family: var(--polo-georgian-display) !important;
}

header a:hover,
[role="banner"] a:hover,
header button:hover,
[role="banner"] button:hover {
  color: var(--polo-forest) !important;
}

main > section {
  border-top: 1px solid rgba(221, 212, 196, .58);
}

html[data-nlp-page="home"] main > section:first-of-type {
  background: #d9d0be !important;
  isolation: isolate;
}

html[data-nlp-page="home"] main > section:first-of-type > img,
html[data-nlp-page="home"] main > section:first-of-type img[alt="Hero slide"] {
  filter: sepia(.05) saturate(.96) contrast(1.04) brightness(.98) !important;
  transform: scale(1.015);
  object-position: center 45% !important;
  z-index: 0;
}

html[data-nlp-page="home"] main > section:first-of-type::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 26, 20, .24) 0%, rgba(16, 26, 20, .12) 42%, rgba(16, 26, 20, .04) 100%),
    linear-gradient(0deg, rgba(16, 26, 20, .34) 0%, rgba(16, 26, 20, 0) 46%);
}

html[data-nlp-page="home"] main > section:first-of-type > .absolute.inset-0 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.nlp-hero-copy {
  position: absolute;
  left: clamp(24px, 7vw, 96px);
  bottom: clamp(84px, 14vh, 152px);
  z-index: 3;
  width: min(680px, calc(100% - 48px));
  color: #fbfaf6;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .26);
}

.nlp-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(251, 250, 246, .88);
  font-size: var(--polo-type-small);
  font-family: var(--polo-georgian-display);
  font-weight: 500;
  line-height: 1;
}

.nlp-hero-kicker::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--polo-copper);
  box-shadow: 0 0 18px rgba(181, 121, 66, .46);
}

.nlp-hero-copy h1 {
  margin: 0;
  color: #fbfaf6 !important;
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-hero);
  font-weight: 500 !important;
  line-height: .92 !important;
}

.nlp-hero-copy p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(251, 250, 246, .86) !important;
  font-family: var(--polo-georgian-body);
  font-size: var(--polo-type-hero-sub);
  font-weight: 400;
  line-height: 1.62;
}

.nlp-hero-copy--cues-only {
  bottom: clamp(42px, 9vh, 92px);
  width: min(1040px, calc(100% - 48px));
}

.nlp-hero-copy--cues-only .nlp-hero-cues {
  margin-top: 0;
}

.nlp-hero-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.nlp-hero-cues span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(251, 250, 246, .28);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(16, 26, 20, .24);
  color: rgba(251, 250, 246, .9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: var(--polo-type-small);
  font-family: var(--polo-georgian-display);
  font-feature-settings: "case" 1;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .nlp-hero-copy--cues-only .nlp-hero-cues {
    flex-wrap: nowrap;
  }

  .nlp-hero-cues span {
    white-space: nowrap;
  }
}

.nlp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nlp-hero-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: var(--polo-type-button);
  font-family: var(--polo-georgian-display);
  font-weight: 600;
  text-decoration: none;
  transition: transform .24s ease, background-color .24s ease, border-color .24s ease;
}

.nlp-hero-actions a:first-child {
  background: #fbfaf6;
  color: var(--polo-forest-deep);
}

.nlp-hero-actions a:last-child {
  border: 1px solid rgba(251, 250, 246, .34);
  background: rgba(16, 26, 20, .18);
  color: #fbfaf6;
}

.nlp-hero-actions a:hover {
  transform: translateY(-1px);
}

.nlp-hero-trustbar {
  position: absolute;
  right: clamp(24px, 6vw, 88px);
  bottom: clamp(86px, 13vh, 136px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(251, 250, 246, .2);
  border-radius: 8px;
  background: rgba(251, 250, 246, .16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.nlp-hero-trustbar div {
  min-width: 112px;
  padding: 14px 16px;
  background: rgba(16, 26, 20, .28);
}

.nlp-hero-trustbar strong {
  display: block;
  color: #fbfaf6;
  font-size: var(--polo-type-body);
  line-height: 1;
}

.nlp-hero-trustbar span {
  display: block;
  margin-top: 6px;
  color: rgba(251, 250, 246, .68);
  font-size: var(--polo-type-small);
  line-height: 1.3;
}

main > section:nth-of-type(2),
main > section:nth-of-type(7) {
  background: var(--polo-paper) !important;
}

main > section:nth-of-type(3),
main > section:nth-of-type(5) {
  background: #f1ecdf !important;
}

main > section:nth-of-type(4),
main > section:nth-of-type(6),
main > section:nth-of-type(8) {
  background: var(--polo-stone) !important;
}

.bg-card,
.bg-white,
.bg-white\/60,
.bg-background {
  background-color: var(--polo-paper) !important;
}

.bg-muted,
.bg-secondary {
  background-color: #eee7d8 !important;
}

.text-primary,
.hover\:text-primary:hover {
  color: var(--polo-forest) !important;
}

.border,
.border-border,
.border-white\/40 {
  border-color: rgba(221, 212, 196, .88) !important;
}

.rounded-3xl,
.rounded-2xl,
.rounded-xl,
.rounded-lg {
  border-radius: 8px !important;
}

a.relative.group,
button.group.relative,
.bg-card.border,
.shadow,
.shadow-sm,
.shadow-md {
  box-shadow: 0 18px 45px rgba(52, 43, 28, .08) !important;
}

a.relative.group,
button.group.relative {
  border: 1px solid rgba(221, 212, 196, .92) !important;
  background: #fbfaf6 !important;
}

a.relative.group img,
button.group.relative img,
.grid img {
  filter: sepia(.05) saturate(.92) contrast(1.03);
}

a.relative.group:hover,
button.group.relative:hover {
  box-shadow: 0 24px 60px rgba(31, 81, 54, .14) !important;
}

a[href="/contact"] button,
a[href="#contact"] button,
a[href="/site-plan"] button,
button:not([aria-label^="Slide"]):not([aria-label="Open full screen"]):not([aria-label="Zoom in"]):not([aria-label="Zoom out"]):not([aria-label="Reset zoom"]) {
  border-radius: 999px !important;
}

html body main button[class*="aspect-"][class*="overflow-hidden"]:has(img):not([aria-label^="Slide"]):not([aria-label="Open full screen"]):not([aria-label="Zoom in"]):not([aria-label="Zoom out"]):not([aria-label="Reset zoom"]) {
  border-radius: 8px !important;
  clip-path: inset(0 round 8px) !important;
}

html body main button[class*="aspect-"][class*="overflow-hidden"]:has(img):not([aria-label^="Slide"]):not([aria-label="Open full screen"]):not([aria-label="Zoom in"]):not([aria-label="Zoom out"]):not([aria-label="Reset zoom"]) > img {
  border-radius: 8px !important;
}

a[href="/contact"] button,
a[href="#contact"] button,
a[href="/site-plan"] button {
  background: var(--polo-forest) !important;
  color: #fbfaf6 !important;
  border: 1px solid rgba(31, 81, 54, .24) !important;
  box-shadow: 0 14px 32px rgba(31, 81, 54, .22) !important;
}

a[href="/contact"] button:hover,
a[href="#contact"] button:hover,
a[href="/site-plan"] button:hover {
  background: #183f2b !important;
}

button[aria-label^="Slide"] {
  background: rgba(251, 250, 246, .72) !important;
}

button[aria-label^="Slide"].w-8 {
  background: var(--polo-copper) !important;
}

.text-muted-foreground {
  color: rgba(23, 26, 20, .58) !important;
}

.backdrop-blur-md,
.backdrop-blur-xl {
  -webkit-backdrop-filter: blur(14px) saturate(1.04) !important;
  backdrop-filter: blur(14px) saturate(1.04) !important;
}

footer,
main > section:last-of-type + footer {
  background: #f8f7f3 !important;
  color: var(--polo-ink) !important;
  border-top: 1px solid rgba(221, 212, 196, .72) !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer strong,
footer .font-semibold,
footer .font-medium {
  color: rgba(23, 26, 20, .86) !important;
  font-size: var(--polo-type-h3) !important;
  line-height: var(--polo-type-headline-line) !important;
}

footer p,
footer span,
footer li,
footer a,
footer button,
footer .text-muted-foreground,
footer [class*="text-muted"] {
  color: rgba(23, 26, 20, .62) !important;
  font-size: var(--polo-type-small) !important;
  line-height: 1.6 !important;
}

footer a:hover,
footer button:hover {
  color: var(--polo-forest) !important;
}

footer svg,
footer [class*="lucide"] {
  color: rgba(23, 26, 20, .68) !important;
}

footer a[aria-label] {
  background: #fbfaf6 !important;
  border-color: rgba(221, 212, 196, .78) !important;
}

footer .bg-white\/5,
footer .bg-white\/10 {
  background: rgba(251, 250, 246, .76) !important;
  border-color: rgba(221, 212, 196, .72) !important;
}

footer a.bg-white,
footer button.bg-white {
  background: #fbfaf6 !important;
  border-color: rgba(221, 212, 196, .72) !important;
  color: rgba(23, 26, 20, .62) !important;
}

footer a.font-serif {
  color: rgba(23, 26, 20, .88) !important;
}

footer a.font-serif span {
  color: var(--polo-forest) !important;
}

footer h4.font-semibold {
  color: rgba(23, 26, 20, .78) !important;
  font-size: var(--polo-type-h3) !important;
  line-height: var(--polo-type-headline-line) !important;
}

input,
textarea,
select {
  background: #fbfaf6 !important;
  border-color: rgba(221, 212, 196, .92) !important;
  color: var(--polo-ink) !important;
  font-size: var(--polo-type-body) !important;
}

textarea[placeholder*="მოგვწერეთ"],
textarea.resize-none {
  min-height: 148px !important;
  height: auto !important;
  line-height: 1.55 !important;
  overflow-y: auto !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  white-space: pre-wrap !important;
  vertical-align: top !important;
}

textarea[placeholder*="მოგვწერეთ"]::placeholder,
textarea.resize-none::placeholder {
  line-height: 1.55 !important;
  white-space: normal !important;
}

@media (max-width: 640px) {
  textarea[placeholder*="მოგვწერეთ"],
  textarea.resize-none {
    min-height: 176px !important;
    font-size: var(--polo-type-small) !important;
    line-height: 1.55 !important;
  }
}

img[data-nlp-fallback="true"] {
  object-fit: cover;
  background: #e7dfcf;
}

[data-nlp-remove="true"],
[data-nlp-spec-hidden="true"] {
  display: none !important;
}

.nlp-contact-hover-menu {
  position: fixed;
  z-index: 120;
  display: block;
  min-width: 178px;
  padding: 10px;
  border: 1px solid rgba(221, 212, 196, .86);
  border-radius: 14px;
  background: rgba(251, 250, 246, .96);
  box-shadow: 0 18px 46px rgba(16, 26, 20, .14);
  -webkit-backdrop-filter: blur(16px) saturate(1.06);
  backdrop-filter: blur(16px) saturate(1.06);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease;
}

.nlp-contact-hover-menu[data-visible="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nlp-contact-hover-menu a {
  display: block;
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--polo-forest) !important;
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-nav) !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.nlp-contact-hover-menu a:hover,
.nlp-contact-hover-menu a:focus-visible {
  background: rgba(31, 81, 54, .08);
  outline: none;
}

.nlp-mobile-select-submenu {
  display: none;
}

@media (max-width: 767px) {
  .nlp-mobile-select-submenu {
    display: grid;
    gap: 8px;
    margin: 2px 0 8px 26px;
  }

  .nlp-mobile-select-submenu a {
    display: inline-flex;
    width: max-content;
    color: var(--polo-forest) !important;
    font-family: var(--polo-georgian-display) !important;
    font-size: clamp(1.05rem, 4.8vw, 1.28rem) !important;
    font-weight: 650 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
  }
}

.nlp-villa-success {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(16, 26, 20, .28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.nlp-villa-success-card {
  width: min(460px, 100%);
  border: 1px solid rgba(221, 212, 196, .86);
  border-radius: 22px;
  background: #fbfaf6;
  box-shadow: 0 24px 70px rgba(16, 26, 20, .22);
  padding: clamp(24px, 5vw, 34px);
  text-align: center;
}

.nlp-villa-success-card h3 {
  margin: 0 0 10px;
  color: var(--polo-ink) !important;
  font-size: clamp(1.28rem, 1.4vw, 1.62rem) !important;
  font-weight: 700 !important;
}

.nlp-villa-success-card p {
  margin: 0 0 20px;
  color: rgba(23, 26, 20, .7) !important;
}

.nlp-villa-success-card button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: var(--polo-forest);
  color: #fbfaf6;
  font-family: var(--polo-georgian-display);
  font-weight: 700;
  cursor: pointer;
}

html:is([data-nlp-page="blog"], [data-nlp-page="blog-post"]) body,
html:is([data-nlp-page="blog"], [data-nlp-page="blog-post"]) body * {
  font-family: var(--polo-georgian-display) !important;
  letter-spacing: 0 !important;
}

html[data-nlp-page="blog-post"] article h1 {
  font-weight: 700 !important;
  font-size: var(--polo-type-article-title) !important;
  line-height: var(--polo-type-headline-line) !important;
}

html[data-nlp-page="blog"] main a h2,
html[data-nlp-page="blog"] main article h2,
html[data-nlp-page="blog"] main .group h2 {
  font-size: var(--polo-type-card-title) !important;
  line-height: 1.18 !important;
  font-weight: 650 !important;
}

html[data-nlp-page="blog"] main a p,
html[data-nlp-page="blog"] main article p,
html[data-nlp-page="blog"] main .group p {
  font-size: clamp(.94rem, .18vw + .88rem, 1.04rem) !important;
  line-height: 1.58 !important;
}

html[data-nlp-page="blog-post"] article .prose {
  color: rgba(23, 26, 20, .74) !important;
  font-size: var(--polo-type-body) !important;
  line-height: var(--polo-type-body-line) !important;
}

html[data-nlp-page="blog-post"] article .prose :is(p, li, blockquote) {
  color: rgba(23, 26, 20, .72) !important;
  font-size: var(--polo-type-body) !important;
  font-weight: 400 !important;
  line-height: var(--polo-type-body-line) !important;
}

html[data-nlp-page="blog-post"] article .prose :is(h2, h3) {
  font-size: var(--polo-type-h2) !important;
  line-height: 1.16 !important;
}

html[data-nlp-page="blog-post"] article .prose :is(strong, b) {
  color: rgba(23, 26, 20, .94) !important;
  font-weight: 700 !important;
}

html[data-nlp-page="blog-post"] article .prose :is(em, i) {
  color: rgba(23, 26, 20, .72) !important;
  font-style: italic;
}

.nlp-back-to-top {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(112px + env(safe-area-inset-bottom));
  z-index: 95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  border: 1px solid rgba(31, 81, 54, .18);
  border-radius: 14px !important;
  padding: 0;
  background: rgba(251, 250, 246, .94);
  color: var(--polo-forest) !important;
  font-family: var(--polo-georgian-display);
  font-size: var(--polo-type-small);
  font-weight: 650;
  line-height: 1;
  box-shadow: 0 18px 42px rgba(31, 81, 54, .18);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  backdrop-filter: blur(14px) saturate(1.05);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0);
  transition: opacity .22s ease, transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.nlp-back-to-top[data-visible="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.nlp-back-to-top:hover,
.nlp-back-to-top:focus-visible {
  background: #fbfaf6;
  box-shadow: 0 22px 50px rgba(31, 81, 54, .24);
  outline: none;
}

.nlp-back-to-top-icon {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--polo-forest);
  color: #fbfaf6;
  font-size: var(--polo-type-small);
  line-height: 1;
}

img[data-nlp-site-plan="true"] {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #e7dfcf;
  touch-action: pan-x pan-y pinch-zoom;
}

[data-nlp-plan-wrapper="true"],
.react-transform-wrapper:has(img[data-nlp-site-plan="true"]) {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  background: #e7dfcf;
  margin-inline: auto !important;
  touch-action: pan-x pan-y pinch-zoom;
}

[data-nlp-plan-content="true"],
.react-transform-component:has(img[data-nlp-site-plan="true"]) {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"],
html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) {
  min-height: 100svh !important;
  min-height: 100dvh !important;
  padding-top: clamp(82px, 10svh, 96px) !important;
  padding-bottom: 16px !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] > .container,
html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) > .container {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  gap: 12px !important;
  min-height: calc(100svh - 116px) !important;
  min-height: calc(100dvh - 116px) !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] > .container > div,
html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) > .container > div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] > .container > div:first-child,
html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) > .container > div:first-child {
  display: none !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] > .container > div:nth-child(2),
html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) > .container > div:nth-child(2) {
  min-height: 0 !important;
  height: auto !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-stage="true"] {
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  height: var(--nlp-plan-fit-height, min(640px, calc(100svh - 220px))) !important;
  height: var(--nlp-plan-fit-height, min(640px, calc(100dvh - 220px))) !important;
  overflow: visible !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-wrapper="true"],
html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .react-transform-wrapper:has(img[data-nlp-site-plan="true"]) {
  aspect-ratio: 2312 / 1536 !important;
  width: var(--nlp-plan-fit-width, min(1180px, calc(100vw - 48px))) !important;
  max-width: calc(100vw - 48px) !important;
  height: var(--nlp-plan-fit-height, auto) !important;
  overflow: hidden !important;
  border-radius: var(--polo-plan-radius) !important;
  clip-path: inset(0 round var(--polo-plan-radius)) !important;
  box-shadow: 0 18px 44px rgba(52, 43, 28, .14) !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) {
  overflow: visible !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) > button[aria-label="Open full screen"] {
  left: -58px !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) [class*="right-3"][class*="top-1/2"][class*="z-30"] {
  right: -66px !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) div[class*="fixed"][class*="bottom-0"][class*="z-[60]"] {
  display: none !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-content="true"],
html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .react-transform-component:has(img[data-nlp-site-plan="true"]) {
  aspect-ratio: 2312 / 1536 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-synthetic-plots="true"] {
  overflow: hidden !important;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) img[data-nlp-site-plan="true"] {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

html[data-nlp-page="home"] .react-transform-wrapper:has(img[data-nlp-site-plan="true"]) {
  max-width: min(100%, 720px) !important;
}

html[data-nlp-page="home"] [data-nlp-plan-wrapper="true"],
html[data-nlp-page="home"] .react-transform-wrapper:has(img[data-nlp-site-plan="true"]) {
  overflow: hidden !important;
  border-radius: var(--polo-plan-radius) !important;
  clip-path: inset(0 round var(--polo-plan-radius)) !important;
  box-shadow: 0 18px 44px rgba(52, 43, 28, .12) !important;
}

html[data-nlp-page="home"] [data-nlp-plan-content="true"],
html[data-nlp-page="home"] .react-transform-component:has(img[data-nlp-site-plan="true"]),
html[data-nlp-page="home"] [data-nlp-synthetic-plots="true"],
html[data-nlp-page="home"] img[data-nlp-site-plan="true"] {
  overflow: hidden !important;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .react-transform-wrapper:has(.nlp-plot-overlay) svg:not(.nlp-plot-overlay) polygon {
  pointer-events: none !important;
}

.nlp-plot-overlay {
  position: absolute;
  inset: 0;
  z-index: 18;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  border-radius: inherit;
  clip-path: inherit;
}

.nlp-plot-zone {
  fill: rgba(47, 149, 75, .01);
  stroke: transparent;
  stroke-width: .18;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  outline: none;
  transition: fill .16s ease, stroke .16s ease, fill-opacity .16s ease, filter .16s ease;
}

.nlp-plot-zone:hover,
.nlp-plot-zone:focus-visible {
  fill: rgba(47, 149, 75, .28);
  stroke: rgba(247, 250, 242, .95);
  filter: drop-shadow(0 0 4px rgba(47, 149, 75, .75));
}

body.nlp-plot-modal-open {
  overflow: hidden !important;
}

.nlp-plot-modal-root {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.nlp-plot-backdrop {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0 !important;
  background: rgba(17, 24, 18, .54);
  backdrop-filter: blur(5px);
  cursor: default;
}

.nlp-plot-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 520px);
  max-height: calc(100dvh - 40px);
  transform: translate(-50%, -50%);
  overflow: hidden;
  border: 1px solid rgba(221, 212, 196, .96);
  border-radius: 18px;
  background: #fbfaf6;
  color: var(--polo-ink);
  box-shadow: 0 28px 72px rgba(17, 24, 18, .28);
}

.nlp-plot-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid rgba(221, 212, 196, .9);
}

.nlp-plot-dialog h3 {
  margin: 0;
  font-family: var(--polo-georgian-display);
  font-size: var(--polo-type-h3);
  font-weight: 650;
  line-height: 1.2;
}

.nlp-plot-dialog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
  color: rgba(23, 26, 20, .62);
  font-family: var(--polo-georgian-display);
  font-size: var(--polo-type-small);
}

.nlp-plot-dialog-meta span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #2f954b;
  color: #fff;
  font-family: var(--polo-georgian-display);
  font-size: var(--polo-type-small);
  font-weight: 650;
}

.nlp-plot-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(23, 26, 20, .78);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.nlp-plot-close:hover {
  background: rgba(31, 81, 54, .08);
}

.nlp-plot-dialog-body {
  padding: 24px 26px 26px;
}

.nlp-plot-dialog-body p {
  margin: 0 0 20px;
  color: rgba(23, 26, 20, .62);
  font-family: var(--polo-georgian-display);
  font-size: var(--polo-type-small);
  line-height: 1.55;
}

.nlp-plot-dialog-body a {
  display: grid;
  min-height: 56px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #2d8f43, #3aa557);
  color: #fff !important;
  font-family: var(--polo-georgian-display);
  font-size: var(--polo-type-button);
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(47, 149, 75, .24);
}

.nlp-plot-dialog-body a:hover {
  background: linear-gradient(90deg, #257b39, #31954d);
}

.nlp-villa-selection-shell {
  display: flex;
  gap: clamp(18px, 2vw, 28px);
  width: 100%;
}

.nlp-villa-selection-accent {
  width: 5px;
  min-height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, #2d8f43 0%, rgba(45, 143, 67, .2) 100%);
  flex: 0 0 auto;
}

.nlp-villa-selection-content {
  display: grid;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.nlp-villa-selection-content h2 {
  margin: 0;
  color: var(--polo-ink) !important;
  font-family: var(--polo-georgian-display) !important;
  font-size: clamp(1.55rem, 2.25vw, 2.4rem) !important;
  line-height: 1.12 !important;
}

.nlp-villa-selection-grid {
  display: grid;
  gap: 14px;
}

.nlp-villa-selection-pair {
  display: grid;
  grid-template-columns: minmax(160px, .8fr) minmax(120px, .55fr) minmax(180px, auto);
  align-items: center;
  gap: 10px;
}

.nlp-villa-selection-label {
  color: rgba(23, 26, 20, .6);
  font-family: var(--polo-georgian-body) !important;
  font-size: var(--polo-type-small);
  line-height: 1.35;
}

.nlp-villa-selection-value {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: 100%;
  border: 1px solid rgba(221, 212, 196, .9);
  border-radius: 12px;
  background: rgba(251, 250, 246, .86);
  color: var(--polo-ink);
  padding: 9px 14px;
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-body);
  font-weight: 600;
  line-height: 1.2;
}

.nlp-villa-selection-action,
.nlp-villa-selection-send,
.nlp-villa-choice button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: var(--polo-georgian-display) !important;
  font-weight: 700;
  line-height: 1.1;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nlp-villa-selection-action {
  min-height: 44px;
  border-radius: 14px;
  background: rgba(31, 81, 54, .1);
  color: var(--polo-forest);
  padding: 10px 18px;
  white-space: nowrap;
}

.nlp-villa-selection-action:hover,
.nlp-villa-selection-send:hover,
.nlp-villa-choice button:hover {
  transform: translateY(-1px);
}

[data-nlp-villa-request-hidden="true"] {
  display: none !important;
}

.nlp-villa-choice-list {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.nlp-villa-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(221, 212, 196, .72);
  border-radius: 14px;
  background: rgba(251, 250, 246, .66);
  padding: 10px 12px 10px 16px;
}

.nlp-villa-choice > span {
  color: var(--polo-ink);
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-body);
  font-weight: 700;
}

.nlp-villa-choice-buttons {
  display: inline-flex;
  gap: 8px;
  flex: 0 0 auto;
}

.nlp-villa-choice button {
  min-width: 68px;
  min-height: 40px;
  border: 1px solid rgba(31, 81, 54, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  color: rgba(23, 26, 20, .72);
  padding: 9px 14px;
}

.nlp-villa-choice button[data-active="true"] {
  border-color: transparent;
  background: linear-gradient(135deg, #2d8f43, #3aa557);
  color: #fff;
  box-shadow: 0 10px 24px rgba(45, 143, 67, .18);
}

.nlp-villa-contact-panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(221, 212, 196, .72);
  border-radius: 16px;
  background: rgba(251, 250, 246, .56);
  padding: 14px;
}

.nlp-villa-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nlp-villa-contact-fields input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(221, 212, 196, .92);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  color: var(--polo-ink);
  padding: 10px 14px;
  font-family: var(--polo-georgian-body) !important;
  font-size: var(--polo-type-body);
  outline: none;
}

.nlp-villa-contact-fields input:focus {
  border-color: rgba(45, 143, 67, .7);
  box-shadow: 0 0 0 3px rgba(45, 143, 67, .12);
}

.nlp-villa-contact-channels {
  display: grid;
  gap: 10px;
}

.nlp-villa-contact-channels p {
  margin: 0;
  color: rgba(23, 26, 20, .66);
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-small);
  font-weight: 700;
  line-height: 1.3;
}

.nlp-villa-contact-channel-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nlp-villa-contact-channel {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(31, 81, 54, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: rgba(23, 26, 20, .78);
  padding: 8px 13px 8px 10px;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nlp-villa-contact-channel input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.nlp-villa-contact-channel span {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(31, 81, 54, .26);
  border-radius: 50%;
  background: rgba(251, 250, 246, .9);
  box-shadow: inset 0 0 0 4px rgba(251, 250, 246, .9);
  flex: 0 0 auto;
}

.nlp-villa-contact-channel b {
  font-family: var(--polo-georgian-display) !important;
  font-size: var(--polo-type-small);
  font-weight: 700;
  line-height: 1.1;
}

.nlp-villa-contact-channel:has(input:checked) {
  border-color: rgba(45, 143, 67, .55);
  background: rgba(45, 143, 67, .1);
  color: var(--polo-forest);
  box-shadow: 0 8px 20px rgba(45, 143, 67, .08);
}

.nlp-villa-contact-channel:has(input:checked) span {
  border-color: #2d8f43;
  background: #2d8f43;
}

.nlp-villa-selection-error {
  margin: -8px 0 0;
  color: #9b2f2f;
  font-family: var(--polo-georgian-body) !important;
  font-size: var(--polo-type-small);
  line-height: 1.35;
}

.nlp-villa-selection-send {
  justify-self: stretch;
  min-height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f5136, #2d8f43);
  color: #fff;
  padding: 14px 24px;
  box-shadow: 0 16px 34px rgba(31, 81, 54, .18);
}

::selection {
  background: rgba(181, 121, 66, .28);
  color: var(--polo-ink);
}

@media (max-width: 1023px) {
  .nlp-hero-trustbar {
    display: none;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) body,
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) #root,
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main {
    overflow-x: clip !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) {
    overflow: hidden !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) > button[aria-label="Open full screen"],
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) [class*="right-3"][class*="top-1/2"][class*="z-30"] {
    display: none !important;
  }
}

@media (max-width: 1180px) and (min-width: 1024px) {
  header,
  [role="banner"] {
    width: calc(100% - (var(--polo-frame-gutter) * 2)) !important;
    max-width: calc(100% - (var(--polo-frame-gutter) * 2)) !important;
  }

  header nav,
  [role="banner"] nav,
  header > .rounded-full > div:last-child,
  [role="banner"] > .rounded-full > div:last-child,
  header [class*="hidden"][class*="lg:flex"],
  [role="banner"] [class*="hidden"][class*="lg:flex"] {
    display: none !important;
  }

  header button[aria-label*="menu" i],
  [role="banner"] button[aria-label*="menu" i],
  header button[class*="lg:hidden"],
  [role="banner"] button[class*="lg:hidden"] {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  :root {
    --polo-soft-radius: 14px;
    --polo-plan-radius: 18px;
    --polo-frame-gutter: 16px;
  }

  footer .text-xs,
  footer [class*="text-xs"][class*="gap-4"] {
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
    max-width: 100% !important;
  }

  footer .text-xs a,
  footer [class*="text-xs"][class*="gap-4"] a {
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
  }

  html[data-nlp-page="home"] main > section:first-of-type::after {
    background:
      linear-gradient(0deg, rgba(16, 26, 20, .66) 0%, rgba(16, 26, 20, .18) 62%, rgba(16, 26, 20, .08) 100%);
  }

  .nlp-hero-copy {
    top: 94px;
    bottom: auto;
  }

  .nlp-hero-copy--cues-only {
    left: 0;
    top: auto;
    width: 100%;
    bottom: 72px;
  }

  .nlp-hero-kicker {
    margin-bottom: 12px;
    font-size: var(--polo-type-small);
  }

  .nlp-hero-copy p {
    margin-top: 12px;
    font-size: var(--polo-type-hero-sub);
    line-height: 1.48;
  }

  .nlp-hero-copy h1 {
    font-size: var(--polo-type-hero);
  }

  .nlp-hero-cues {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding-inline: 6px;
  }

  .nlp-hero-cues span {
    min-height: 36px;
    white-space: nowrap;
    padding: 7px 10px;
    font-size: clamp(.68rem, 2.65vw, .78rem);
  }

  .nlp-hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .nlp-hero-actions a {
    min-height: 40px;
    padding: 10px 13px;
    font-size: var(--polo-type-button);
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) > button[aria-label="Open full screen"],
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .select-none.touch-none.relative.w-full:has(.nlp-plot-overlay) [class*="right-3"][class*="top-1/2"][class*="z-30"] {
    display: none !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) .react-transform-wrapper:has(img[data-nlp-site-plan="true"]) {
    aspect-ratio: 2312 / 1536 !important;
    width: var(--nlp-plan-fit-width, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    height: var(--nlp-plan-fit-height, auto) !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"],
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) {
    padding-top: 78px !important;
    padding-bottom: 12px !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] > .container,
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) > .container {
    gap: 10px !important;
    min-height: calc(100svh - 94px) !important;
    min-height: calc(100dvh - 94px) !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] > .container > div:nth-child(2),
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) > .container > div:nth-child(2) {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] > .container > div:nth-child(2) > *,
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main > section:has(img[data-nlp-site-plan="true"]) > .container > div:nth-child(2) > * {
    flex-wrap: wrap !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-stage="true"] {
    height: var(--nlp-plan-fit-height, auto) !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) body,
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) #root,
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) main,
  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [data-nlp-plan-section="true"] {
    overflow-x: clip !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) [class~="-inset-3"][class~="blur-2xl"] {
    inset: -6px !important;
  }

  html:is([data-nlp-page="site-plan"], [data-nlp-page="villas"]) img[data-nlp-site-plan="true"] {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
  }

  .nlp-villa-selection-shell {
    gap: 14px;
  }

  .nlp-villa-selection-content {
    gap: 16px;
  }

  .nlp-villa-selection-content h2 {
    font-size: clamp(1.32rem, 7vw, 1.68rem) !important;
  }

  .nlp-villa-selection-pair {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .nlp-villa-selection-action {
    width: 100%;
    white-space: normal;
  }

  .nlp-villa-choice {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .nlp-villa-choice-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .nlp-villa-choice button {
    width: 100%;
  }

  .nlp-villa-contact-panel {
    padding: 12px;
  }

  .nlp-villa-contact-fields {
    grid-template-columns: 1fr;
  }

  .nlp-villa-contact-channel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .nlp-villa-contact-channel {
    width: 100%;
    border-radius: 12px;
  }

  .nlp-plot-dialog {
    top: auto;
    bottom: 12px;
    width: calc(100vw - 24px);
    transform: translateX(-50%);
    border-radius: 18px;
  }

  .nlp-plot-dialog-header {
    padding: 20px 20px 16px;
  }

  .nlp-plot-dialog-body {
    padding: 20px;
  }

  .nlp-plot-dialog-body a {
    min-height: 50px;
  }

  .nlp-back-to-top {
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(104px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
    min-height: 42px;
    border-radius: 12px !important;
    padding: 0;
    font-size: var(--polo-type-small);
  }

  .nlp-back-to-top-icon {
    width: 27px;
    height: 27px;
    border-radius: 7px;
  }
}

@media (max-width: 370px) {
  .nlp-hero-cues {
    gap: 6px;
  }

  .nlp-hero-cues span {
    padding-right: 8px;
    padding-left: 8px;
    font-size: .64rem;
  }
}
