:root {
  --ink: #16211b;
  --muted: #657069;
  --paper: #f4f2ec;
  --surface: #fffdf8;
  --line: #d9d9d1;
  --accent: #196347;
  --accent-strong: #0d4933;
  --warm: #dca35d;
  --danger: #7a3528;
  --radius: 1.25rem;
  --shadow: 0 1.5rem 4rem rgb(34 45 38 / 9%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  min-width: 20rem;
  background: radial-gradient(circle at 85% 5%, rgb(220 163 93 / 18%), transparent 24rem), var(--paper);
  line-height: 1.6;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: .2rem solid var(--warm); outline-offset: .2rem; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 20; padding: .65rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgb(22 33 27 / 10%); background: rgb(244 242 236 / 94%); backdrop-filter: blur(1rem); }
.nav, .container { width: min(72rem, calc(100% - 2rem)); margin-inline: auto; }
.nav { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { text-decoration: none; font-size: 1.05rem; font-weight: 850; letter-spacing: -.03em; }
.brand small { color: var(--accent); font-weight: 650; }
.nav-links, .language-links { display: flex; align-items: center; gap: .35rem; }
.nav-links a, .language-links a { padding: .55rem .7rem; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 680; }
.nav-links a:hover, .language-links a:hover, .language-links a[aria-current="page"] { background: var(--surface); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .85rem; background: var(--surface); color: var(--ink); }
.hero { padding: clamp(4.25rem, 9vw, 8rem) 0 clamp(3.25rem, 7vw, 6rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--accent); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 14ch; margin-bottom: 1.3rem; font-size: clamp(2.7rem, 7vw, 6.5rem); }
.property-title {
  max-width: 22ch;
  font-size: clamp(2rem, calc(1.35rem + 2.6vw), 4.25rem);
}
h2 { margin-bottom: 1.2rem; font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 43rem; margin-bottom: 1.8rem; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .75rem 1.15rem; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: white; text-decoration: none; font-weight: 780; cursor: pointer; }
.button:hover { background: var(--accent-strong); }
.button.secondary { background: transparent; color: var(--accent); }
.button:disabled { cursor: wait; opacity: .65; }
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section.surface { background: var(--surface); }
.section-heading { max-width: 44rem; margin-bottom: 2rem; }
.section-heading p { color: var(--muted); }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.property-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.media-placeholder { min-height: 16rem; display: grid; place-items: center; padding: 1rem; background: linear-gradient(135deg, rgb(25 99 71 / 9%), rgb(220 163 93 / 24%)), repeating-linear-gradient(45deg, transparent 0 1.2rem, rgb(255 255 255 / 25%) 1.2rem 1.25rem); color: var(--accent-strong); text-align: center; font-size: .85rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.media-placeholder.large { min-height: clamp(24rem, 52vw, 38rem); border-radius: var(--radius); }
.property-hero-image {
  display: block;
  width: 100%;
  height: clamp(22rem, 58vw, 44rem);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}
.image-zoom { display: block; border-radius: var(--radius); cursor: zoom-in; text-decoration: none; }
.image-zoom picture { display: block; }
.image-zoom:hover img { filter: brightness(.96); }
.card-media {
  display: block;
  width: 100%;
  height: 16rem;
  object-fit: cover;
}
.card-image-link { display: block; text-decoration: none; }
.card-image-link:hover .card-media { filter: brightness(.96); }
.card-body { padding: 1.4rem; }
.card-body p { color: var(--muted); }
.card-meta { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1rem; }
.pill { padding: .25rem .55rem; border-radius: 999px; background: var(--paper); font-size: .78rem; font-weight: 730; }
.card-link { color: var(--accent); font-weight: 800; text-underline-offset: .18rem; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin: 2rem 0; }
.fact { padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgb(255 253 248 / 70%); }
.fact dt { color: var(--muted); font-size: .8rem; }
.fact dd { margin: .15rem 0 0; font-weight: 820; }
.split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(16rem, .75fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: .75rem 0; padding-left: 1.6rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.listing-copy { display: grid; max-width: 54rem; gap: clamp(1.8rem, 4vw, 3.25rem); }
.listing-section { padding-bottom: clamp(1.4rem, 3vw, 2.25rem); border-bottom: 1px solid var(--line); }
.listing-section:last-child { padding-bottom: 0; border-bottom: 0; }
.listing-section h3 { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .85rem; }
.listing-section p:last-child { margin-bottom: 0; }
.listing-icon { flex: 0 0 auto; font-size: 1.15em; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem 1.5rem; margin: 1rem 0 0; padding-left: 1.2rem; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.gallery-grid figure { margin: 0; }
.gallery-image {
  display: block;
  width: 100%;
  height: clamp(16rem, 35vw, 28rem);
  border-radius: var(--radius);
  object-fit: cover;
}
.gallery-grid figure:last-child:nth-child(odd) { grid-column: 1 / -1; }
.floor-plan {
  margin-top: clamp(2rem, 6vw, 5rem);
  padding-top: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
  align-items: center;
}
.floor-plan .image-zoom {
  width: min(100%, 32rem);
  aspect-ratio: 4 / 3;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}
.floor-plan-image {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: white;
  object-fit: cover;
}
.note-card, .contact-card { padding: clamp(1.4rem, 4vw, 2.3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.contact-card { background: var(--ink); color: white; }
.contact-card p { color: #cdd4d0; }
.contact-output { min-height: 2rem; margin-top: 1rem; }
.contact-output a { color: white; text-underline-offset: .2rem; }
.contact-output .whatsapp-button { width: fit-content; margin-top: 1rem; background: #147a45; border-color: #147a45; text-decoration: none; }
.lightbox {
  width: min(96vw, 96rem);
  max-width: none;
  max-height: 96vh;
  margin: auto;
  padding: 2.8rem 1rem 1rem;
  overflow: visible;
  border: 0;
  background: transparent;
  color: white;
}
.lightbox::backdrop { background: rgb(8 13 10 / 88%); backdrop-filter: blur(.3rem); }
.lightbox picture { display: grid; place-items: center; }
.lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(96vh - 4rem);
  border-radius: .75rem;
  object-fit: contain;
  box-shadow: 0 1.5rem 5rem rgb(0 0 0 / 45%);
}
.lightbox-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 999px;
  background: rgb(10 16 12 / 80%);
  color: white;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.faq summary { cursor: pointer; font-weight: 780; }
.faq details p { max-width: 48rem; margin: .8rem 0 0; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.footer-main { padding: 2.5rem 0; }
.footer-row { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-promo { border-top: 1px solid rgb(25 99 71 / 14%); background: linear-gradient(105deg, rgb(25 99 71 / 7%), rgb(220 163 93 / 9%)); }
.footer-promo-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; padding-block: 1.35rem; }
.footer-promo-copy { display: grid; gap: .25rem; max-width: 52rem; }
.footer-promo-copy strong { color: var(--ink); font-size: .95rem; }
.footer-promo-copy span { line-height: 1.45; }
.footer-credit { display: inline-flex; gap: .35rem; align-items: center; padding: .6rem .85rem; border: 1px solid rgb(25 99 71 / 24%); border-radius: 999px; color: var(--accent-strong); text-decoration: none; white-space: nowrap; font-weight: 800; }
.footer-credit:hover { border-color: var(--accent); background: rgb(255 253 248 / 70%); }

@media (max-width: 50rem) {
  .has-js .menu-button { display: inline-flex; }
  .nav-links { position: absolute; top: 4.2rem; right: 1rem; left: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .has-js .nav-links { display: none; }
  .has-js .nav-links[data-open="true"] { display: flex; }
  .nav-links a { text-align: center; }
  .property-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:last-child:nth-child(odd) { grid-column: auto; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .floor-plan .image-zoom { justify-self: start; }
  .feature-list { grid-template-columns: 1fr; }
  .footer-promo-row { grid-template-columns: 1fr; }
  .footer-credit { width: fit-content; }
  .media-placeholder { min-height: 13rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
