:root {
  --forest: #12372a;
  --forest-soft: #1f5a43;
  --leaf: #7ba45b;
  --river: #237c8d;
  --clay: #b05f3c;
  --paper: #f6f1e7;
  --powder: #edf4f5;
  --mist: #eef4ef;
  --ink: #1e2621;
  --muted: #647068;
  --line: rgba(30, 38, 33, 0.16);
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(18, 55, 42, 0.18);
  --display-font: "desire-pro", "Desire Pro", Georgia, "Times New Roman", serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --site-gutter: 110px;
  --site-max: 1280px;
  --hero-max: 900px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--powder);
  font-family: var(--body-font);
  line-height: 1.55;
  overflow-wrap: break-word;
}

body.nav-open {
  overflow: hidden;
}

main {
  margin: 0;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: calc(100% - (var(--site-gutter) * 2));
  width: min(var(--site-max), calc(100% - (var(--site-gutter) * 2)));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 12px var(--site-gutter);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-shadow: none;
}

.site-header.is-solid {
  border-bottom-color: var(--line);
  background: rgba(246, 241, 231, 0.94);
  box-shadow: 0 12px 30px rgba(18, 55, 42, 0.08);
}

.site-header.is-solid .brand img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(28%) saturate(780%) hue-rotate(105deg) brightness(92%) contrast(93%);
}

.site-header.nav-open .brand img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(28%) saturate(780%) hue-rotate(105deg) brightness(92%) contrast(93%);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: 150px;
  max-width: 42vw;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(18, 55, 42, 0.08);
}

.main-nav a {
  min-width: 0;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--forest);
  font-weight: 600;
  font-size: 0.92rem;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--white);
  background: var(--forest);
}

.nav-toggle {
  display: none;
  position: relative;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(18, 55, 42, 0.08);
  color: var(--forest);
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.nav-toggle span:nth-child(1) {
  top: 35%;
}

.nav-toggle span:nth-child(2) {
  top: 50%;
}

.nav-toggle span:nth-child(3) {
  top: 65%;
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

h1,
h2,
h3,
.brand {
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: 0.01em;
}

h1,
h2 {
  text-transform: uppercase;
}

.hero {
  position: relative;
  margin: 0;
  min-height: 78vh;
  min-height: 78svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.home-hero {
  min-height: 100vh;
  min-height: 100svh;
}

.hero-video,
.page-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.page-hero::before {
  content: "";
  background-image: url("assets/lotes/lote-10.jpg");
  background-position: center;
  background-size: cover;
}

.morretes-hero::before {
  background-image: url("assets/morretes-hero.jpg");
}

.lote-02-hero::before {
  background-image: url("assets/lote-02/lote-02-16.jpg");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 25, 18, 0.82), rgba(8, 25, 18, 0.42) 55%, rgba(8, 25, 18, 0.2)),
    linear-gradient(0deg, rgba(8, 25, 18, 0.78), rgba(8, 25, 18, 0.08) 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: calc(100% - (var(--site-gutter) * 2));
  width: min(var(--hero-max), calc(100% - (var(--site-gutter) * 2)));
  margin: 0 auto;
  padding: 170px 0 74px;
}

.hero-content h1,
.contact-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--display-font);
  font-weight: 400;
  font-size: clamp(3.1rem, 8vw, 7.8rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.page-hero .hero-content h1,
.contact-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.7rem);
}

.hero-content p,
.contact-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-hero .eyebrow {
  color: #f3b17d;
}

.hero-content > .eyebrow,
.contact-hero .eyebrow {
  margin-bottom: 30px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--white);
  background: var(--clay);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.intro-band,
.muted-band {
  background: var(--mist);
}

.section-surface-cream {
  background: var(--paper);
}

.section-surface-blue {
  background: var(--powder);
}

.section-divider {
  border-top: 1px solid var(--line);
}

.intro-grid,
.cta-grid,
.investment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: 54px 0;
}

.offer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding: 68px 0;
}

.offer-copy h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: 0.03em;
}

.offer-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.offer-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.offer-highlights article {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.offer-highlights span {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.88rem;
}

.offer-highlights strong {
  display: block;
  margin-top: 16px;
  color: var(--forest);
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.06;
}

.offer-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding-top: 8px;
}

.offer-details .button {
  justify-self: start;
}

.map-section {
  padding-bottom: 40px;
}

.arrival-shell {
  display: grid;
  gap: 32px;
}

.arrival-copy {
  max-width: 820px;
}

.arrival-copy h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: 0.03em;
}

.arrival-copy p:last-child {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.08rem;
}

.arrival-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.arrival-highlights article {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(237, 244, 245, 0.92)),
    var(--white);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.arrival-highlights span {
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arrival-highlights strong {
  color: var(--forest);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.14;
}

.arrival-highlights small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.arrival-gallery {
  padding: 0;
}

.arrival-gallery .splide__track {
  border: 1px solid rgba(18, 55, 42, 0.14);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.arrival-gallery .splide__slide {
  position: relative;
  overflow: hidden;
  line-height: 0;
  background:
    radial-gradient(circle at top right, rgba(123, 164, 91, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(10, 33, 25, 0.96), rgba(24, 78, 61, 0.92) 58%, rgba(35, 124, 141, 0.9));
}

.arrival-gallery .splide__slide > img,
.arrival-gallery .splide__slide .splide__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(6, 23, 17, 0.92);
}

.arrival-gallery .splide__slide > img {
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

.arrival-gallery .splide__video {
  position: absolute;
  inset: 0;
  background: rgba(6, 23, 17, 0.92);
}

.arrival-gallery .splide__video__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0 !important;
}

.arrival-gallery .splide__slide video,
.arrival-gallery .splide__slide iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(6, 23, 17, 0.92);
}

.arrival-gallery .splide__video__play {
  border: 1px solid rgba(18, 55, 42, 0.14);
  background: rgba(255, 255, 255, 0.88);
}

.featured-lot-shell {
  display: grid;
  gap: 26px;
}

.featured-lot-heading {
  max-width: 920px;
  margin-bottom: 0;
}

.featured-lot-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: center;
  padding-top: 4px;
}

.featured-lot-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: end;
  min-width: 0;
}

.featured-lot-cta-wrap {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.featured-lot-cta-wrap .button {
  min-width: 170px;
  min-height: 48px;
  padding: 10px 22px;
  font-size: 0.94rem;
}

.featured-lot-highlight {
  flex: 0 1 auto;
  display: grid;
  gap: 8px;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.featured-lot-highlight span,
.featured-lot-price-label {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-lot-highlight strong {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(30, 38, 33, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 22px rgba(18, 55, 42, 0.05);
  color: var(--forest);
  font-size: clamp(0.96rem, 1.28vw, 1.12rem);
  line-height: 1.12;
  white-space: normal;
  text-align: center;
}

.featured-lot-price {
  display: grid;
  flex: 0 0 auto;
  justify-self: end;
  align-items: start;
  justify-items: start;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.featured-lot-price-sale {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.featured-lot-price-sale strong {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border-radius: 16px;
  background: #f0c8b8;
  color: var(--forest);
  font-size: clamp(1.08rem, 1.65vw, 1.32rem);
  line-height: 1;
  white-space: nowrap;
}

.featured-lot-price-sale span {
  color: rgba(30, 38, 33, 0.46);
  font-size: clamp(0.92rem, 1.35vw, 1.04rem);
  font-style: italic;
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  white-space: nowrap;
}

.featured-lot-gallery {
  margin-top: -4px;
}

.lot02-media-card {
  aspect-ratio: 16 / 9;
  box-shadow: none;
}

.lot02-media-card img,
.lot02-media-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-lot-gallery .lot02-media-caption {
  display: none;
}

.property-page-hero {
  padding-top: 84px;
}

.property-page-shell {
  display: grid;
  gap: 34px;
}

.property-media-reserve {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.92fr);
  gap: 18px;
}

.property-media-main,
.property-media-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.property-media-main::before,
.property-media-tile::before {
  display: none;
}

.property-media-main {
  min-height: 460px;
}

.property-media-main img,
.property-media-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-media-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.property-media-tile {
  min-height: 140px;
}

.property-media-tile-video {
  grid-column: 1 / -1;
  min-height: 220px;
}

.property-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.property-gallery-grid .gallery-card {
  aspect-ratio: 4 / 3;
}

.property-video-block {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.property-video-heading {
  max-width: 760px;
  margin-bottom: 0;
}

.property-video-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at top right, rgba(123, 164, 91, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(10, 33, 25, 0.96), rgba(24, 78, 61, 0.92) 58%, rgba(35, 124, 141, 0.88));
  box-shadow: var(--shadow);
}

.property-video-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(6, 23, 17, 0.92);
}

.property-page-copy {
  max-width: 980px;
}

.property-page-copy .property-facts {
  margin-top: 0;
}

.property-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.property-fact-pill,
.property-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 12px 18px;
  border: 1px solid rgba(30, 38, 33, 0.08);
  border-radius: 999px;
  background: #dde7ea;
  color: #405066;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}

.property-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.property-description-card,
.property-price-panel,
.property-detail-card,
.property-location-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.property-description-card,
.property-price-panel,
.property-detail-card {
  padding: 28px;
}

.property-description-card,
.property-price-panel {
  height: 100%;
}

.property-description-card h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(1.68rem, 3vw, 2.6rem);
  line-height: 1.04;
}

.property-description-card p:last-child {
  margin-bottom: 0;
}

.property-price-panel {
  display: grid;
  gap: 14px;
  background:
    radial-gradient(circle at top right, rgba(176, 95, 60, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.82);
}

.property-price-kicker {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-price-current {
  color: var(--forest);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.95;
}

.property-price-regular,
.property-price-note {
  margin: 0;
  color: var(--muted);
}

.property-price-regular {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.property-price-panel .hero-actions {
  margin-top: 8px;
}

.property-price-panel .button.secondary {
  color: var(--forest);
  border-color: rgba(30, 38, 33, 0.14);
  background: rgba(255, 255, 255, 0.82);
}

.property-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.property-detail-card h3 {
  margin: 0;
  color: var(--forest);
  font-family: var(--body-font);
  font-size: 1.46rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

.property-checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.property-checklist li {
  position: relative;
  padding-left: 24px;
  color: var(--forest);
  font-weight: 400;
}

.property-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.92);
}

.property-chip-sections {
  display: grid;
  gap: 28px;
}

.property-chip-group {
  padding-top: 30px;
  border-top: 1px solid rgba(30, 38, 33, 0.1);
}

.property-chip-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.property-chip-group h2 {
  margin: 0 0 18px;
  color: #3d4c63;
  font-size: clamp(1.78rem, 3.2vw, 2.5rem);
  line-height: 1.06;
}

.property-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.property-location-grid {
  display: grid;
  gap: 24px;
}

.property-location-card {
  overflow: hidden;
}

.property-lot-map {
  min-height: 500px;
  border-radius: 0;
}

.property-address-card {
  padding: 24px 22px 26px;
  border-top: 1px solid var(--line);
  color: #3d4c63;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.94);
}

.map-heading {
  display: grid;
  gap: 24px;
  max-width: none;
}

.map-heading > div {
  max-width: 1040px;
}

.map-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 760px) 220px;
  gap: 28px;
  align-items: center;
}

.map-heading-row p {
  margin: 0;
}

.map-heading-row .button {
  width: 220px;
  justify-self: end;
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.map-frame {
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.leaflet-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

.map-frame .leaflet-container {
  font-family: var(--body-font);
  cursor: grab;
}

.leaflet-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #dbe7d4;
  outline: 0;
  touch-action: none;
}

.leaflet-container img {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-pane,
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile {
  width: 256px;
  height: 256px;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  position: relative;
  z-index: 1000;
  float: left;
  clear: both;
  pointer-events: auto;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-control-zoom a {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  color: #111;
  background: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

.leaflet-control-zoom a:first-child {
  border-radius: 4px 4px 0 0;
}

.leaflet-control-zoom a:last-child {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.leaflet-control-attribution {
  padding: 2px 6px;
  color: #333;
  background: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.leaflet-popup {
  position: absolute;
  margin-bottom: 20px;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(18, 55, 42, 0.18);
  text-align: left;
}

.leaflet-popup-content {
  min-width: 210px;
  margin: 16px 18px;
  line-height: 1.45;
}

.leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 8px 28px rgba(18, 55, 42, 0.18);
}

.leaflet-popup-close-button {
  position: absolute;
  top: 6px;
  right: 8px;
  color: #555;
  font-size: 20px;
  text-decoration: none;
}

.map-frame .leaflet-interactive {
  cursor: pointer;
}

.map-label {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 8px 20px rgba(18, 55, 42, 0.32);
  font-weight: 600;
  font-size: 0.86rem;
}

.map-label.is-active {
  background: var(--clay);
  transform: scale(1.08);
}

.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.gallery-heading > div {
  max-width: 760px;
}

.gallery-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.gallery-arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(18, 55, 42, 0.08);
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
}

.gallery-arrow:disabled {
  opacity: 0.42;
  cursor: default;
}

.gallery-shell {
  position: relative;
}

.gallery-shell-atmosphere {
  margin-top: 6px;
}

.gallery-stage {
  position: relative;
}

.embla__viewport {
  overflow: hidden;
  border-radius: 8px;
}

.embla__container {
  display: flex;
  gap: 18px;
  touch-action: pan-y pinch-zoom;
}

.embla__slide {
  flex: 0 0 72%;
  min-width: 0;
}

.gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
  aspect-ratio: 16 / 10;
}

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

.gallery-shell-atmosphere .splide__slide {
  opacity: 0.44;
  transition: opacity 220ms ease, transform 220ms ease;
}

.gallery-shell-atmosphere .splide__slide.is-active {
  opacity: 1;
}

.gallery-shell-atmosphere .gallery-card {
  border-radius: 10px;
  aspect-ratio: 16 / 8.4;
}

.gallery-shell-focus-center {
  overflow: hidden;
}

.gallery-shell-focus-center .splide__track {
  overflow: hidden;
}

.gallery-shell-focus-center .splide__slide {
  opacity: 0.5;
  transition: opacity 220ms ease, transform 220ms ease;
}

.gallery-shell-focus-center .splide__slide.is-active {
  opacity: 1;
}

.gallery-shell-focus-center .gallery-card {
  border-radius: 10px;
  aspect-ratio: 16 / 16.8;
}

.gallery-shell-focus-center .splide__arrow {
  position: absolute;
  top: calc(50% - 26px);
  z-index: 2;
  pointer-events: auto;
  transform: none;
  opacity: 1;
}

.gallery-shell-focus-center .splide__arrow svg {
  display: none;
}

.gallery-shell-focus-center .splide__arrow--prev {
  left: 16px;
}

.gallery-shell-focus-center .splide__arrow--next {
  right: 16px;
}

.gallery-shell-focus-center .splide__pagination {
  position: static;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0;
}

.gallery-shell-focus-center .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 999px;
  background: rgba(18, 55, 42, 0.18);
  opacity: 1;
  transform: none;
}

.gallery-shell-focus-center .splide__pagination__page.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--clay);
}

.gallery-shell-default {
  overflow: hidden;
}

.gallery-shell-default .splide__track {
  overflow: hidden;
}

.gallery-shell-default .gallery-card {
  border-radius: 10px;
  aspect-ratio: 16 / 16.8;
}

.gallery-shell-focus-center .gallery-card,
.gallery-shell-default .gallery-card {
  cursor: zoom-in;
}

.gallery-shell-default .splide__arrow {
  position: absolute;
  top: calc(50% - 26px);
  z-index: 2;
  pointer-events: auto;
  transform: none;
  opacity: 1;
}

.gallery-shell-default .splide__arrow svg {
  display: none;
}

.gallery-shell-default .splide__arrow--prev {
  left: 16px;
}

.gallery-shell-default .splide__arrow--next {
  right: 16px;
}

.gallery-shell-default .splide__pagination {
  position: static;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0;
}

.gallery-shell-default .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 999px;
  background: rgba(18, 55, 42, 0.18);
  opacity: 1;
  transform: none;
}

.gallery-shell-default .splide__pagination__page.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--clay);
}

.gallery-floating-arrows {
  pointer-events: none;
}

.gallery-shell-atmosphere .splide__arrow {
  position: absolute;
  top: calc(50% - 26px);
  z-index: 2;
  pointer-events: auto;
  transform: none;
  opacity: 1;
}

.gallery-shell-atmosphere .splide__arrow svg {
  display: none;
}

.gallery-shell-atmosphere .splide__arrow--prev {
  left: 16px;
}

.gallery-shell-atmosphere .splide__arrow--next {
  right: 16px;
}

.gallery-shell-atmosphere .splide__pagination {
  position: static;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0;
}

.gallery-shell-atmosphere .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 999px;
  background: rgba(18, 55, 42, 0.18);
  opacity: 1;
  transform: none;
}

.gallery-shell-atmosphere .splide__pagination__page.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--clay);
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 55, 42, 0.18);
  cursor: pointer;
}

.gallery-dot.is-active {
  width: 28px;
  background: var(--clay);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(7, 21, 15, 0.92);
}

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

.image-lightbox-frame {
  display: grid;
  place-items: center;
  width: min(1280px, 100%);
  max-height: calc(100vh - 64px);
}

.image-lightbox-frame img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 64px);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.image-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
}

.lot-popup h4 {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 1.15rem;
}

.lot-popup p {
  margin: 6px 0;
  color: var(--muted);
}

.lot-popup strong {
  color: var(--forest);
}


.intro-grid h2,
.section-heading h2,
.cta-grid h2,
.split-section h2,
.climate-copy h2,
.access-copy h2,
.investment-section h2,
.service-grid h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(1.56rem, 3vw, 2.72rem);
  line-height: 1.04;
  letter-spacing: 0.02em;
}

.intro-grid p,
.section-heading p,
.cta-grid p,
.split-section p,
.investment-section p,
.service-grid p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section {
  padding: 84px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.lot-card,
.cards-three article,
.stats-grid article,
.service-grid article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.lot-card {
  overflow: hidden;
}

.lot-card--featured {
  grid-column: 1 / -1;
}

.lot-card.is-sold {
  opacity: 0.72;
}

.lot-card.is-sold .lot-image {
  filter: grayscale(1) saturate(0.15) brightness(0.92);
}

.lot-card.is-sold .lot-info h3,
.lot-card.is-sold .lot-meta strong,
.lot-card.is-sold .lot-meta small,
.lot-card.is-sold .eyebrow {
  color: #6f7773;
}

.lot-card.is-sold .lot-meta span {
  color: #6f7773;
  background: rgba(135, 145, 141, 0.12);
}

.lot-card button {
  display: grid;
  grid-template-columns: 42% 1fr;
  width: 100%;
  height: 100%;
  min-height: 210px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  text-align: left;
  align-items: stretch;
}

.lot-card button:focus-visible,
.button:focus-visible,
.nav-toggle:focus-visible,
.main-nav a:focus-visible,
.icon-button:focus-visible {
  outline: 3px solid rgba(176, 95, 60, 0.55);
  outline-offset: 3px;
}

.lot-image {
  height: 100%;
  min-height: 210px;
  background-position: center;
  background-size: cover;
}

.lot-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
}

.lot-info h3 {
  margin: 0;
  color: var(--forest);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

.lot-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lot-meta span {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--forest);
  background: var(--mist);
  font-size: 0.86rem;
  font-weight: 600;
}

.lot-card--promo .lot-info {
  gap: 20px;
}

.lot-meta--promo {
  align-items: stretch;
}

.lot-meta--promo .lot-meta-card--promo {
  background: linear-gradient(135deg, rgba(176, 95, 60, 0.14), rgba(244, 222, 208, 0.72));
}

.lot-meta--promo .lot-meta-card--regular {
  grid-column: 1 / -1;
}

.lot-meta--promo .lot-meta-card--regular strong {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.lot-card--featured button {
  grid-template-columns: minmax(300px, 1.1fr) minmax(0, 1fr);
  min-height: 250px;
}

.lot-card--featured .lot-image {
  min-height: 250px;
}

.lot-card--featured .lot-info {
  padding: 28px;
}

.lot-card--featured .lot-info h3 {
  font-size: 1.9rem;
}

.lot-meta small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.lot-meta strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.05;
}

.cta-band {
  color: var(--white);
  background: linear-gradient(135deg, var(--forest), #1b4d55);
}

.cta-grid h2,
.cta-grid p {
  color: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px clamp(18px, 3.2vw, 40px);
  color: rgba(255, 255, 255, 0.78);
  background: #0c2118;
}

.site-footer p {
  margin: 0;
  font-size: 0.94rem;
}

.footer-brand {
  width: 160px;
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}

.footer-credit {
  text-align: right;
  font-size: 0.94rem;
}

.footer-credit a {
  color: inherit;
  text-decoration: none;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.feature-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-photo img {
  width: 100%;
  min-height: 360px;
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
  object-fit: cover;
}

.cards-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 70px 0;
}

.cards-three article,
.stats-grid article,
.service-grid article {
  padding: 26px;
}

.cards-three h3 {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: 1.38rem;
  letter-spacing: 0.01em;
}

.cards-three p {
  margin: 0;
  color: var(--muted);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stats-grid strong {
  display: block;
  color: var(--river);
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-weight: 400;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: inset 0 0 0 5px var(--mist);
}

.morretes-heading,
.tourism-copy,
.opportunity-copy {
  max-width: 860px;
}

.morretes-overview {
  display: grid;
  gap: 34px;
}

.morretes-stat-grid,
.momentum-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.morretes-stat,
.momentum-card,
.distance-card,
.opportunity-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.morretes-stat,
.momentum-card {
  padding: 24px;
}

.morretes-stat-label,
.momentum-kicker,
.tourism-rank-label,
.distance-card span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.morretes-stat strong,
.tourism-rank strong {
  display: block;
  margin-top: 16px;
  color: var(--forest);
  font-size: clamp(1.7rem, 4vw, 2.85rem);
  line-height: 0.95;
}

.morretes-stat p,
.momentum-card p,
.distance-card small,
.tourism-rank p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.climate-layout,
.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.climate-copy p strong,
.tourism-copy p strong {
  font-weight: 600;
}

.climate-visual {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.climate-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.morretes-inline-list,
.morretes-point-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.morretes-inline-list li,
.morretes-point-list li {
  position: relative;
  padding-left: 28px;
  color: var(--forest);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
}

.morretes-inline-list li + li,
.morretes-point-list li + li {
  margin-top: 12px;
}

.morretes-inline-list li::before,
.morretes-point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--clay);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.8);
}

.tourism-layout {
  display: grid;
  gap: 34px;
}

.tourism-columns {
  align-items: start;
}

.tourism-columns .opportunity-panel p {
  margin: 0;
}

.tourism-insights {
  display: grid;
  grid-template-columns: 0.92fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.tourism-spotlight {
  display: grid;
  grid-template-columns: 0.92fr 1.55fr 0.92fr;
  gap: 18px;
  align-items: start;
}

.tourism-rank {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18, 55, 42, 0.96);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.12);
}

.tourism-rank-label,
.tourism-rank p,
.tourism-rank strong {
  color: var(--white);
}

.tourism-photo {
  margin: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 55, 42, 0.12);
}

.tourism-photo-main {
  height: 430px;
}

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

.tourism-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-height: 430px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 44px rgba(18, 55, 42, 0.08);
}

.tourism-note-kicker {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tourism-note h3 {
  margin: 0;
  color: var(--forest);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 0.9;
}

.tourism-note p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.morretes-source-list {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.morretes-source-list a {
  color: var(--forest);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.train-journey-section {
  display: grid;
  gap: 34px;
}

.train-journey-heading {
  max-width: 900px;
  margin-bottom: 0;
}

.train-journey-split {
  align-items: start;
}

.train-journey-copy {
  display: grid;
  gap: 18px;
}

.train-journey-copy p {
  margin: 0;
}

.train-journey-source {
  color: var(--muted);
  font-size: 0.95rem;
}

.train-journey-source a {
  color: var(--forest);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.train-journey-feature img {
  min-height: 420px;
  aspect-ratio: 4 / 4.7;
}

.train-journey-facts {
  padding: 0;
}

.train-journey-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.train-journey-photo {
  height: 320px;
}

.access-copy {
  display: grid;
  gap: 24px;
}

.access-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.access-chip-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.68);
  font-weight: 600;
}

.distance-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
}

.distance-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.distance-card strong {
  display: block;
  margin-top: 12px;
  color: var(--forest);
  font-size: 1.4rem;
  line-height: 1;
}

.distance-card small {
  display: block;
}

.distance-card-note {
  background: rgba(18, 55, 42, 0.94);
}

.distance-card-note span,
.distance-card-note strong,
.distance-card-note small {
  color: var(--white);
}

.momentum-card h3,
.opportunity-panel h3 {
  margin: 10px 0 0;
  color: var(--forest);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 0.9;
}

.opportunity-layout {
  display: grid;
  gap: 34px;
}

.opportunity-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.opportunity-panel {
  padding: 24px;
}

.opportunity-panel-soft {
  background: rgba(238, 244, 239, 0.92);
}

.morretes-point-list-soft li {
  color: var(--forest);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
}

.morretes-point-list-soft li::before {
  background: var(--river);
}

.morretes-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 400;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: start;
  padding: clamp(132px, 16vh, 176px) 0 72px;
  color: var(--white);
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.contact-form {
  display: grid;
  align-content: start;
  align-self: start;
  gap: 16px;
  padding: 24px;
  color: var(--ink);
  background: rgba(246, 241, 231, 0.94);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-weight: 600;
}

.contact-lot-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 12px;
}

.contact-lot-fieldset legend {
  padding: 0;
  color: var(--forest);
  font-weight: 600;
}

.contact-lot-combobox {
  position: relative;
}

.contact-lot-trigger {
  position: relative;
  width: 100%;
  min-height: 52px;
  padding: 12px 48px 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.contact-lot-trigger:hover {
  border-color: rgba(18, 55, 42, 0.28);
}

.contact-lot-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 180ms ease;
}

.contact-lot-trigger[aria-expanded="true"]::after {
  transform: translateY(-35%) rotate(225deg);
}

.contact-lot-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 240px;
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(18, 55, 42, 0.14);
}

.contact-lot-dropdown[hidden] {
  display: none;
}

.contact-lot-option {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  justify-items: start;
  column-gap: 12px;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.contact-lot-option:hover {
  background: rgba(18, 55, 42, 0.05);
}

.contact-lot-option input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--clay);
}

.contact-lot-option span {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.98rem;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-lot-option.is-selected {
  border-color: rgba(35, 124, 141, 0.14);
  background: rgba(35, 124, 141, 0.12);
}

.contact-lot-option.is-disabled {
  opacity: 0.48;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .contact-alt-email {
  max-width: none;
  margin: 2px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(30, 38, 33, 0.08);
  color: #647069;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.contact-form .contact-alt-email a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(100, 112, 105, 0.34);
  text-underline-offset: 0.16em;
}

.form-note {
  margin: 0;
  color: var(--forest-soft);
  font-weight: 600;
}

.form-note[hidden] {
  display: none;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: auto;
  background: rgba(8, 25, 18, 0.62);
}

.modal-backdrop[hidden] {
  display: none;
}

.body-lock {
  overflow: hidden;
}

.lot-modal {
  position: relative;
  display: grid;
  grid-template-columns: 44% 1fr;
  width: min(1040px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
}

.modal-image {
  min-height: 440px;
  background-position: center;
  background-size: cover;
}

.modal-content {
  padding: 40px;
}

.modal-content h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.lot-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 18px;
}

.lot-specs div {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.lot-specs dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.lot-specs dd {
  margin: auto 0 0;
  color: var(--forest);
  font-weight: 600;
}

.modal-content .button {
  margin-top: 2px;
}

@media (max-width: 860px) {
  :root {
    --site-gutter: 32px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-toggle {
    display: inline-grid;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: var(--site-gutter);
    right: var(--site-gutter);
    display: grid;
    gap: 8px;
    width: auto;
    max-width: none;
    padding: 14px;
    border-radius: 24px;
    background: rgba(246, 241, 231, 0.98);
    box-shadow: 0 18px 40px rgba(18, 55, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
  }

  .site-header.nav-open {
    border-bottom-color: transparent;
    background: rgba(246, 241, 231, 0.98);
    box-shadow: 0 14px 36px rgba(18, 55, 42, 0.12);
  }

  .site-header.nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    text-align: left;
  }

  .main-nav .nav-contact {
    margin-top: 4px;
    color: var(--white);
    background: var(--clay);
    box-shadow: 0 12px 24px rgba(176, 95, 60, 0.18);
  }

  .main-nav .nav-contact[aria-current="page"],
  .main-nav .nav-contact:hover {
    color: var(--white);
    background: #a85d3b;
  }

  .intro-grid,
  .offer-section,
  .offer-details,
  .property-media-reserve,
  .property-overview,
  .map-layout,
  .featured-lot-top,
  .cta-grid,
  .split-section,
  .climate-layout,
  .access-layout,
  .investment-section,
  .contact-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .morretes-stat-grid,
  .momentum-grid,
  .opportunity-columns,
  .distance-panel,
  .tourism-insights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .arrival-highlights {
    grid-template-columns: 1fr;
  }

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

  .lot-grid,
  .cards-three,
  .stats-grid,
  .tourism-spotlight,
  .tourism-insights,
  .property-gallery-grid,
  .train-journey-gallery {
    grid-template-columns: 1fr;
  }

  .tourism-rank,
  .tourism-photo-main,
  .tourism-note,
  .train-journey-photo {
    min-height: auto;
    height: auto;
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-shell-atmosphere .splide__arrow--prev {
    left: 12px;
  }

  .gallery-shell-atmosphere .splide__arrow--next {
    right: 12px;
  }

  .gallery-shell-focus-center .splide__arrow--prev {
    left: 12px;
  }

  .gallery-shell-focus-center .splide__arrow--next {
    right: 12px;
  }

  .gallery-shell-default .splide__arrow--prev {
    left: 12px;
  }

  .gallery-shell-default .splide__arrow--next {
    right: 12px;
  }

  .property-media-main {
    min-height: 340px;
  }

  .property-media-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .property-media-tile-video {
    grid-column: 1 / -1;
  }

  .featured-lot-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: end;
  }

  .featured-lot-facts {
    gap: 14px;
  }

  .embla__slide {
    flex-basis: 86%;
  }

  .featured-lot-price {
    grid-column: auto;
  }

  .featured-lot-price {
    gap: 12px;
    justify-self: start;
  }

  .featured-lot-price-sale {
    flex-wrap: wrap;
  }

  .lot-card button {
    grid-template-columns: 1fr;
  }

  .lot-card--featured {
    grid-column: auto;
  }

  .lot-card--featured button {
    grid-template-columns: 1fr;
    min-height: 210px;
  }

  .lot-card--featured .lot-image {
    min-height: 210px;
  }

  .lot-modal {
    grid-template-columns: 1fr;
  }

  .modal-image {
    min-height: 250px;
  }

  .lot-specs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  :root {
    --site-gutter: 14px;
  }

  .container,
  .hero-content {
    width: calc(100% - 28px);
    width: min(100% - 28px, 1120px);
  }

  .hero-content {
    padding-bottom: 44px;
  }

  .hero-content h1,
  .contact-hero h1 {
    font-size: 2.85rem;
  }

  .page-hero .hero-content h1 {
    font-size: 2.35rem;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .offer-highlights {
    grid-template-columns: 1fr;
  }

  .property-media-main {
    min-height: 260px;
    padding: 24px;
  }

  .property-media-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .property-media-tile {
    min-height: 110px;
    padding: 18px 14px;
  }

  .property-media-tile-video {
    min-height: 180px;
  }

  .property-page-copy h1 {
    font-size: 2.6rem;
  }

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

  .property-description-card,
  .property-price-panel,
  .property-detail-card {
    padding: 22px 20px;
  }

  .property-chip-group {
    padding-top: 24px;
  }

  .property-chip-group h2 {
    font-size: 1.95rem;
  }

  .property-chip-grid {
    gap: 10px;
  }

  .property-chip,
  .property-fact-pill {
    width: 100%;
    min-width: 0;
    padding: 11px 16px;
    font-size: 0.98rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .property-lot-map {
    min-height: 320px;
  }

  .property-address-card {
    padding: 20px 18px 22px;
    font-size: 1.08rem;
  }

  .morretes-stat-grid,
  .momentum-grid,
  .opportunity-columns,
  .distance-panel {
    grid-template-columns: 1fr;
  }

  .tourism-note h3 {
    font-size: 1.35rem;
  }

  .access-chip-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tourism-rank strong,
  .morretes-stat strong {
    font-size: 2.6rem;
  }

  .featured-lot-top {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
    padding-top: 0;
  }

  .featured-lot-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .featured-lot-cta-wrap .button {
    width: 100%;
  }

  .featured-lot-price {
    justify-self: stretch;
  }

  .featured-lot-price-sale {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .featured-lot-price-sale strong {
    font-size: 1.08rem;
  }

  .featured-lot-price-sale span {
    font-size: 0.96rem;
  }

  .gallery-card img {
    height: 100%;
  }

  .gallery-shell-atmosphere .splide__arrow {
    top: auto;
    bottom: 16px;
  }

  .gallery-shell-atmosphere .splide__arrow--prev {
    left: 16px;
  }

  .gallery-shell-atmosphere .splide__arrow--next {
    right: 16px;
  }

  .gallery-shell-focus-center .splide__arrow {
    top: auto;
    bottom: 16px;
  }

  .gallery-shell-focus-center .splide__arrow--prev {
    left: 16px;
  }

  .gallery-shell-focus-center .splide__arrow--next {
    right: 16px;
  }

  .gallery-shell-default .splide__arrow {
    top: auto;
    bottom: 16px;
  }

  .gallery-shell-default .splide__arrow--prev {
    left: 16px;
  }

  .gallery-shell-default .splide__arrow--next {
    right: 16px;
  }

  .lot-meta {
    grid-template-columns: 1fr;
  }

  .arrival-highlights article,
  .arrival-video-card {
    min-height: auto;
  }

  .map-frame,
  .leaflet-map {
    min-height: 380px;
  }

  .map-heading {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .map-heading-row {
    grid-template-columns: 1fr;
  }

  .map-heading-row .button {
    width: 100%;
    justify-self: stretch;
  }

  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .brand {
    width: 142px;
    max-width: 58vw;
  }

  .hero-content {
    padding-top: 190px;
  }

  .main-nav {
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    padding: 12px;
  }

  .main-nav a {
    padding: 13px 14px;
    font-size: 0.9rem;
  }

  .section {
    padding: 58px 0;
  }

  .modal-backdrop {
    align-items: flex-start;
    padding: 10px;
  }

  .lot-modal {
    width: 100%;
    max-height: calc(100vh - 20px);
  }

  .modal-content {
    padding: 28px 20px;
  }
}

@supports not (width: min(1px, 1px)) {
  .container,
  .hero-content {
    width: 92%;
  }

  .lot-modal {
    width: 98%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
