:root {
  --color-bg: #f7f5f0;
  --color-surface: rgba(255, 255, 255, 0.72);
  --color-surface-strong: #fdfcf9;
  --color-primary: #d4c4b7;
  --color-primary-deep: #a89f91;
  --color-green: #6f8f3d;
  --color-green-deep: #27452f;
  --color-green-soft: #e3f0d9;
  --color-text: #2c3338;
  --color-text-muted: #5f676d;
  --color-border: rgba(44, 51, 56, 0.08);
  --shadow-soft: 0 18px 50px rgba(44, 51, 56, 0.08);
  --shadow-card: 0 12px 30px rgba(44, 51, 56, 0.06);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --container: min(1180px, calc(100% - 2rem));
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: clip;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container,
.hero-copy,
.section-heading,
.region-content,
.stay-card,
.stay-body,
.advice-body,
.before-after-gallery,
.before-after-intro,
.testimonial-card,
.region-banner__content,
.property-card,
.property-body,
.property-heading,
.property-footer,
.footer-grid > *,
.footer-badges,
.sidebar-card {
  min-width: 0;
}

.hero-copy :is(h1, p, span, strong),
.section-heading :is(h2, p),
.region-content :is(h3, p, span),
.stay-body :is(h3, p, span, strong),
.advice-body :is(h3, p, span),
.before-after-intro :is(h3, p),
.testimonial-card :is(h3, p, span, strong),
.region-banner__content :is(h2, p),
.property-body :is(h3, p, span, strong),
.site-footer :is(h2, h3, p, a, li, span) {
  overflow-wrap: break-word;
  hyphens: auto;
}

.site-shell {
  overflow-x: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--color-primary-deep);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
}

.section {
  padding: 5rem 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading.compact {
  margin-bottom: 1.5rem;
}

.section-heading h2,
.hero h1,
.site-footer h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.section-heading h2,
.site-footer h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
}

.section-heading p:last-child,
.site-footer p {
  margin: 0;
  color: var(--color-text-muted);
  max-width: 62ch;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  color: #fffdf9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(247, 245, 240, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(44, 51, 56, 0.07);
  box-shadow: 0 10px 30px rgba(44, 51, 56, 0.05);
  color: var(--color-text);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: #fffdf9;
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-card);
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  font-size: 0.96rem;
  line-height: 1.1;
}

.brand-copy small {
  color: currentColor;
  opacity: 0.72;
  font-size: 0.74rem;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 2rem;
}

.desktop-nav a {
  position: relative;
  color: currentColor;
  opacity: 0.86;
  font-weight: 500;
}

.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: #b99b53;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle,
.sidebar-close {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
}

.menu-toggle {
  width: 52px;
  height: 52px;
  border-radius: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(44, 51, 56, 0.28);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 35;
}

.mobile-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 380px);
  height: 100vh;
  height: 100svh;
  max-height: 100svh;
  padding: clamp(0.9rem, 2.8vh, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2.4vh, 1.4rem);
  background: rgba(247, 245, 240, 0.94);
  backdrop-filter: blur(18px);
  border-left: 1px solid rgba(44, 51, 56, 0.08);
  box-shadow: -20px 0 40px rgba(44, 51, 56, 0.1);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 40;
  overflow: hidden;
}

@supports (height: 100dvh) {
  .mobile-sidebar {
    height: 100dvh;
    max-height: 100dvh;
  }
}

.mobile-sidebar.is-open {
  transform: translateX(0);
}

.sidebar-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  min-height: 44px;
}

.sidebar-close {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  cursor: pointer;
  color: var(--color-text);
  font-size: 0;
  line-height: 1;
}

.sidebar-close::before,
.sidebar-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.sidebar-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sidebar-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav {
  display: grid;
  gap: clamp(0.45rem, 1.7vh, 0.85rem);
}

.mobile-nav a {
  padding-bottom: clamp(0.5rem, 1.6vh, 0.78rem);
  border-bottom: 1px solid rgba(44, 51, 56, 0.08);
  font-size: clamp(0.96rem, 2.6vh, 1.05rem);
}

.sidebar-card {
  margin-top: auto;
  padding: clamp(0.9rem, 2.4vh, 1.25rem);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-card);
}

.sidebar-card p {
  margin: 0 0 clamp(0.75rem, 1.8vh, 1rem);
  color: var(--color-text-muted);
  font-size: clamp(0.88rem, 2.15vh, 1rem);
  line-height: 1.45;
}

.sidebar-card .button {
  width: 100%;
  min-height: clamp(42px, 6.4vh, 50px);
  padding: 0.72rem 1rem;
  font-size: clamp(0.84rem, 2vh, 0.94rem);
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + clamp(1.6rem, 4.4svh, 3.2rem)) 0 clamp(3.4rem, 6svh, 4.8rem);
  isolation: isolate;
  background: #161b19;
  color: #fffdf9;
}

@supports (height: 100dvh) {
  .hero {
    height: 100dvh;
    min-height: 100dvh;
  }
}

.hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.hero::after {
  inset: auto 0 -8svh;
  height: 36%;
  background: linear-gradient(
    180deg,
    rgba(22, 27, 25, 0) 0%,
    rgba(22, 27, 25, 0.18) 34%,
    rgba(22, 27, 25, 0.42) 56%,
    rgba(247, 245, 240, 0.22) 78%,
    rgba(247, 245, 240, 0.78) 100%
  );
  z-index: 0;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(rgba(10, 15, 16, 0.1), rgba(10, 15, 16, 0.1)),
    url('./mídia/imagens/jardinagem.jpg') 64% center/cover;
  transform: scale(1.015);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 10, 10, 0.7) 0%, rgba(12, 14, 13, 0.5) 36%, rgba(12, 14, 13, 0.2) 68%, rgba(12, 14, 13, 0.12) 100%),
    linear-gradient(180deg, rgba(10, 14, 18, 0.4) 0%, rgba(10, 14, 18, 0.16) 46%, rgba(10, 11, 9, 0.48) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.hero-copy {
  max-width: 740px;
}

.hero h1 {
  max-width: 17.6ch;
  color: #fffdf9;
  font-size: clamp(3.45rem, 5vw, 5.25rem);
  line-height: 0.96;
  margin-bottom: 1rem;
  text-shadow: 0 5px 26px rgba(0, 0, 0, 0.38);
}

.hero .eyebrow {
  position: relative;
  display: inline-block;
  color: #fffdf9;
  margin-bottom: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(0.78rem, 0.9vw, 0.98rem);
  letter-spacing: 0.12em;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.34);
}

.hero .eyebrow::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.62rem;
  width: 40px;
  height: 2px;
  background: #b99b53;
}

.hero-text {
  max-width: 54ch;
  color: rgba(255, 253, 249, 0.94);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  font-weight: 500;
  line-height: 1.46;
  margin: 0 0 1.25rem;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 510px);
  margin-bottom: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(32, 34, 28, 0.72);
  backdrop-filter: blur(8px);
}

.hero-stat {
  padding: 0.78rem 1rem 0.86rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat:last-child {
  border-right: 0;
}

.hero-stat strong {
  display: block;
  color: #fffdf9;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.38rem, 2vw, 1.72rem);
  line-height: 0.95;
}

.hero-stat span {
  display: block;
  margin-top: 0.28rem;
  color: rgba(255, 253, 249, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.18;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  text-align: center;
  white-space: normal;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #2f383d, #8f7b67);
  color: #fffdf9;
  box-shadow: 0 16px 34px rgba(44, 51, 56, 0.2);
}

.button-secondary {
  border-color: rgba(44, 51, 56, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: var(--color-text);
  backdrop-filter: blur(12px);
}

.hero-actions .button {
  min-height: 50px;
  padding: 0.82rem 1.35rem;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-actions .button-primary {
  background: #b99b53;
  color: #fffdf9;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.hero-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(15, 17, 14, 0.24);
  color: #fffdf9;
  backdrop-filter: blur(6px);
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  z-index: 3;
  transform: translateX(-50%);
  color: rgba(255, 253, 249, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-weight: 900;
}

.hero-scroll-cue span {
  display: inline-block;
  margin-left: 0.35rem;
  color: #fffdf9;
  animation: cue-bounce 1.4s ease-in-out infinite;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1rem, 2.8vw, 2rem);
  bottom: clamp(1rem, 3vw, 1.8rem);
  z-index: 34;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px) scale(1.04);
  background: #20bd5a;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.3);
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  display: block;
}

@keyframes cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

.regions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.region-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.region-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
  z-index: -2;
}

.region-card:hover::before {
  transform: scale(1.06);
}

.region-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 51, 56, 0.05), rgba(44, 51, 56, 0.58));
  z-index: -1;
}

.region-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  color: #f8f5f0;
}

.region-content p,
.region-content span {
  margin: 0;
}

.region-content h3,
.stay-body h3,
.site-footer h3 {
  margin: 0;
}

.region-content h3,
.stay-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin: 0.3rem 0 0.5rem;
}

.region-content span {
  max-width: 28ch;
}

.region-trancoso {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.26.jpeg');
}

.region-coroa {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.08.jpeg');
}

.region-arraial {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.20.jpeg');
}

.featured-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(88%, 22rem), 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

.featured-rail::-webkit-scrollbar {
  height: 8px;
}

.featured-rail::-webkit-scrollbar-thumb {
  background: rgba(168, 159, 145, 0.4);
  border-radius: 999px;
}

.stay-card {
  scroll-snap-align: start;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-surface-strong);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
}

.stay-image {
  min-height: 240px;
  background-size: cover;
  background-position: center;
}

.stay-image-1 {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.28.36.jpeg');
}

.stay-image-2 {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.28.39.jpeg');
}

.stay-image-3 {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.09.jpeg');
}

.stay-image-4 {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.29.jpeg');
}

.stay-body {
  padding: 1.4rem;
}

.stay-tag {
  margin: 0 0 0.65rem;
  color: var(--color-primary-deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.stay-body p {
  color: var(--color-text-muted);
}

.stay-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
  color: var(--color-text);
}

.stay-meta > * {
  min-width: 0;
}

.stay-meta span {
  flex: 1 1 9.5rem;
}

.stay-meta strong {
  flex: 0 1 9rem;
  text-align: right;
}

.section-advice {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(111, 143, 61, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(227, 240, 217, 0.72), rgba(255, 255, 255, 0.42));
}

.section-advice::before {
  content: '';
  position: absolute;
  inset: auto -8% -18% auto;
  width: min(560px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(111, 143, 61, 0.12);
  pointer-events: none;
}

.advice-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

.advice-heading {
  margin-bottom: 0;
}

.advice-heading .eyebrow,
.advice-number {
  color: var(--color-green);
}

.advice-cta {
  margin-top: 1.5rem;
  background: linear-gradient(135deg, var(--color-green-deep), var(--color-green));
}

.advice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.advice-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(39, 69, 47, 0.09);
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advice-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(39, 69, 47, 0.12);
}

.advice-body {
  position: relative;
  z-index: 1;
  padding: 1.65rem;
}

.advice-number {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.advice-body h3 {
  margin: 0 0 0.65rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.08;
}

.advice-body p {
  margin: 0;
  color: var(--color-text-muted);
}

.advice-card--highlight {
  background:
    linear-gradient(135deg, rgba(39, 69, 47, 0.92), rgba(111, 143, 61, 0.88)),
    var(--color-green-deep);
  color: #fffdf9;
}

.advice-card--highlight::after {
  content: 'Qualidade garantida';
  position: absolute;
  right: 1.35rem;
  bottom: 1.2rem;
  max-width: 8rem;
  color: rgba(255, 253, 249, 0.16);
  text-transform: uppercase;
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.advice-card--highlight .advice-number,
.advice-card--highlight p {
  color: rgba(255, 253, 249, 0.86);
}

.before-after-gallery {
  grid-column: 1 / -1;
  margin-top: clamp(0.75rem, 2vw, 1.5rem);
  padding: clamp(1rem, 3vw, 1.6rem);
  border: 1px solid rgba(39, 69, 47, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 58px rgba(39, 69, 47, 0.1);
  backdrop-filter: blur(12px);
}

.before-after-intro {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.before-after-intro .eyebrow {
  color: var(--color-green);
}

.before-after-intro h3 {
  max-width: 780px;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.before-after-intro p:last-child {
  margin: 0;
  color: var(--color-text-muted);
  max-width: 58ch;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.before-after-card {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--color-green-deep);
  box-shadow: var(--shadow-card);
  isolation: isolate;
}

.before-after-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.before-after-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.gallery-expand {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.86);
  color: var(--color-text);
  box-shadow: 0 12px 28px rgba(15, 23, 19, 0.18);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.gallery-expand:hover,
.gallery-expand:focus-visible {
  transform: translateY(-1px) scale(1.04);
  background: #fffdf9;
  box-shadow: 0 16px 34px rgba(15, 23, 19, 0.24);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2.2rem);
  background: rgba(15, 23, 19, 0.86);
  backdrop-filter: blur(10px);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox img {
  max-width: min(1120px, 100%);
  max-height: min(82vh, 820px);
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.image-lightbox__close {
  position: fixed;
  top: clamp(0.85rem, 2vw, 1.4rem);
  right: clamp(0.85rem, 2vw, 1.4rem);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fffdf9;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
  transform: scale(1.04);
  background: rgba(255, 255, 255, 0.24);
}

body.lightbox-open {
  overflow: hidden;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.testimonial-card {
  position: relative;
  padding: 1.75rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(44, 51, 56, 0.08);
  box-shadow: var(--shadow-card);
}

.quote-mark {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--color-primary-deep);
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  line-height: 0.8;
}

.faq-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: rgba(212, 196, 183, 0.2);
  color: var(--color-primary-deep);
}

.faq-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.testimonial-card p {
  margin: 0 0 1.4rem;
  color: var(--color-text-muted);
}

.testimonial-card footer {
  display: grid;
  gap: 0.15rem;
}

.testimonial-card footer span {
  color: var(--color-text-muted);
}

.site-footer {
  padding: 4.5rem 0 3rem;
  border-top: 1px solid rgba(44, 51, 56, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.8));
}

.region-showcase {
  padding-top: 1rem;
}

.region-showcase--alternate {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
}

.region-banner {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: end;
  padding: 2rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-soft);
}

.region-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 19, 0.18) 0%, rgba(15, 23, 19, 0.42) 42%, rgba(15, 23, 19, 0.78) 100%),
    linear-gradient(90deg, rgba(15, 23, 19, 0.64) 0%, rgba(15, 23, 19, 0.22) 72%);
}

.region-banner__content {
  position: relative;
  z-index: 1;
  color: #f8f5f0;
  max-width: 62ch;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.48);
}

.region-banner__content .eyebrow,
.region-banner__content .eyebrow--light {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 19, 0.46);
  color: rgba(255, 253, 249, 0.94);
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(8px);
}

.region-banner__content h2 {
  margin: 0 0 0.85rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.02;
  text-wrap: balance;
}

.region-banner__content p:last-child {
  margin: 0;
  color: rgba(248, 245, 240, 0.94);
}

.banner-trancoso {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.06.jpeg');
}

.banner-coroa {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.08.jpeg');
}

.banner-arraial {
  background-image: url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.29.jpeg');
}

.listing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.listing-grid--compact {
  gap: 1rem;
}

.property-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(44, 51, 56, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 44px rgba(44, 51, 56, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(44, 51, 56, 0.1);
}

.property-media {
  position: relative;
  min-height: 320px;
  background: #e9e3da;
  touch-action: pan-y;
}

.property-track {
  position: relative;
  height: 100%;
}

.property-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.property-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.property-slide img,
.property-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-text);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  z-index: 2;
}

.carousel-arrow.prev {
  left: 1rem;
}

.carousel-arrow.next {
  right: 1rem;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(44, 51, 56, 0.2);
  backdrop-filter: blur(12px);
  z-index: 2;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.carousel-dots button.is-active {
  transform: scale(1.25);
  background: #fff;
}

.property-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.property-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.property-kicker,
.property-price-label {
  margin: 0;
  color: var(--color-primary-deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.property-heading h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.property-rating {
  flex-shrink: 0;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(212, 196, 183, 0.22);
  color: var(--color-text);
  font-size: 0.88rem;
  font-weight: 700;
}

.property-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.property-amenities span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: rgba(247, 245, 240, 0.95);
  border: 1px solid rgba(44, 51, 56, 0.06);
  color: var(--color-text-muted);
  font-size: 0.88rem;
}

.property-amenities svg,
.button-whatsapp svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.property-description {
  margin: 0;
  color: var(--color-text-muted);
}

.property-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(44, 51, 56, 0.07);
}

.property-footer strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
}

.property-footer strong span {
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
  color: var(--color-text-muted);
}

.button-whatsapp {
  width: 100%;
  gap: 0.6rem;
  background: linear-gradient(135deg, #d8cabf, #b6aa9b);
  color: #fffdf9;
  box-shadow: var(--shadow-soft);
}

.button-whatsapp:hover {
  opacity: 0.94;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.site-footer h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
  color: var(--color-text-muted);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(44, 51, 56, 0.08);
}

.footer-social-links {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-social-link {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.footer-social-link:hover {
  transform: translateY(-1px);
  opacity: 0.94;
}

.footer-social-link svg {
  width: 26px;
  height: 26px;
  display: block;
}

.footer-social-link--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fdf497 5% 15%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.footer-social-link--whatsapp {
  background: #25d366;
}

.footer-credit {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(44, 51, 56, 0.08);
  text-align: center;
}

.footer-credit p {
  max-width: none;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.footer-credit a {
  color: var(--color-text);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(185, 155, 83, 0.55);
  text-underline-offset: 0.22em;
}

.footer-credit a:hover {
  color: #8f7b67;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  :root {
    --header-height: 68px;
    --container: min(100% - 1.25rem, 1180px);
  }

  .section-advice {
    overflow: hidden;
  }

  .section-advice::before {
    width: min(360px, 82vw);
    right: -36%;
    bottom: -10%;
  }

  .advice-layout {
    gap: 1.35rem;
  }

  .advice-cta {
    display: flex;
    width: min(100%, 330px);
    max-width: calc(100vw - 2.5rem);
    min-height: 56px;
    padding-inline: 1.1rem;
    border-radius: 20px;
    text-align: center;
    white-space: normal;
    box-shadow: 0 14px 28px rgba(39, 69, 47, 0.16);
  }

  .advice-card {
    border-radius: 22px;
  }

  .advice-body {
    padding: 1.45rem;
  }

  .advice-card--highlight::after {
    display: none;
  }

  .advice-card--highlight .advice-body {
    padding-bottom: 1.45rem;
  }

  .region-banner {
    min-height: 300px;
    padding: 1.5rem;
  }

  .region-banner__content .eyebrow,
  .region-banner__content .eyebrow--light {
    font-size: clamp(0.62rem, 2.75vw, 0.72rem);
    letter-spacing: 0.14em;
  }

  .region-banner__content h2 {
    font-size: clamp(2rem, 11.5vw, 3.15rem);
    line-height: 1.04;
  }

  .region-banner__content p:last-child {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .stay-body {
    padding: 1.25rem;
  }

  .stay-meta {
    align-items: flex-start;
    gap: 0.45rem 0.9rem;
  }

  .stay-meta strong {
    text-align: left;
  }

  .header-inner {
    min-height: var(--header-height);
  }

  .brand {
    gap: 0.65rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy small {
    font-size: 0.7rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .mobile-sidebar {
    width: min(86vw, 360px);
  }

  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    min-height: 100svh;
    align-items: stretch;
    padding: calc(var(--header-height) + clamp(1.15rem, 3.6svh, 2.25rem)) 0 clamp(0.85rem, 2.4svh, 1.25rem);
  }

  @supports (height: 100dvh) {
    .hero {
      height: 100dvh;
      min-height: 100dvh;
    }
  }

  .hero-media {
    background:
      linear-gradient(rgba(10, 15, 16, 0.08), rgba(10, 15, 16, 0.08)),
      url('./mídia/imagens/WhatsApp Image 2026-05-21 at 18.30.27.jpeg') 58% center/cover;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 14, 18, 0.72) 0%, rgba(10, 14, 18, 0.44) 42%, rgba(12, 13, 11, 0.7) 100%),
      linear-gradient(90deg, rgba(5, 6, 5, 0.68) 0%, rgba(8, 9, 8, 0.34) 100%);
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-copy {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    gap: clamp(0.72rem, 2svh, 1.12rem);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: clamp(2.35rem, 6.6svh, 4rem);
  }

  .hero h1 {
    max-width: 11.7ch;
    color: #fffdf9;
    font-size: clamp(2.28rem, 9.8vw, 3.25rem);
    line-height: 0.96;
    margin-bottom: 0;
  }

  .hero .eyebrow {
    margin-bottom: 0.12rem;
    font-size: clamp(0.72rem, 3.15vw, 0.88rem);
    letter-spacing: 0.11em;
  }

  .hero .eyebrow::after {
    bottom: -0.52rem;
    width: 32px;
  }

  .hero-text {
    max-width: 39ch;
    color: rgba(255, 253, 249, 0.96);
    margin: 0;
    font-size: clamp(0.94rem, 3.75vw, 1.02rem);
    line-height: 1.42;
  }

  .hero-stats {
    width: 100%;
    margin: 0;
  }

  .hero-stat {
    padding: 0.84rem 0.74rem 0.9rem;
    text-align: center;
  }

  .hero-stat strong {
    font-size: clamp(1.42rem, 6vw, 1.72rem);
  }

  .hero-stat span {
    font-size: clamp(0.46rem, 1.9vw, 0.58rem);
    letter-spacing: 0.07em;
  }

  .hero-actions {
    flex-direction: column;
    gap: 0.68rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 44px;
    padding: 0.76rem 0.95rem;
    font-size: clamp(0.68rem, 2.6vw, 0.76rem);
    white-space: normal;
  }

  .hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 1.15rem;
    transform: translateX(-50%);
    align-self: auto;
    margin-top: 0;
    font-size: 0.58rem;
  }

  .floating-whatsapp {
    width: 50px;
    height: 50px;
    right: 1.05rem;
    bottom: calc(1.35rem + env(safe-area-inset-bottom));
  }

  .floating-whatsapp svg {
    width: 28px;
    height: 28px;
  }

  .footer-social-link {
    width: 50px;
    height: 50px;
  }

  .footer-social-link svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 374px) {
  .brand-copy small {
    display: none;
  }

  .mobile-sidebar {
    width: calc(100vw - 1.25rem);
    padding: 0.85rem;
  }

  .sidebar-close {
    width: 40px;
    height: 40px;
  }

  .mobile-nav {
    gap: 0.35rem;
  }

  .mobile-nav a {
    padding-bottom: 0.46rem;
    font-size: 0.94rem;
  }

  .sidebar-card {
    padding: 0.85rem;
  }

  .sidebar-card p {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .hero h1 {
    font-size: 2.12rem;
  }

  .hero-text {
    font-size: 0.84rem;
  }

  .hero-stat {
    padding-inline: 0.55rem;
  }

  .hero-stat strong {
    font-size: 1.18rem;
  }

  .hero-stat span {
    font-size: 0.45rem;
  }

  .hero-actions .button {
    min-height: 40px;
    padding-inline: 0.75rem;
    font-size: 0.66rem;
  }
}

@media (max-height: 760px) and (min-width: 768px) {
  .hero {
    padding: calc(var(--header-height) + 1.15rem) 0 3.15rem;
  }

  .hero h1 {
    max-width: 18.8ch;
    font-size: clamp(3.15rem, 4.4vw, 4.45rem);
    margin-bottom: 0.78rem;
  }

  .hero .eyebrow {
    margin-bottom: 1rem;
  }

  .hero-text {
    max-width: 52ch;
    margin-bottom: 1rem;
    font-size: 0.96rem;
    line-height: 1.4;
  }

  .hero-stats {
    margin-bottom: 1rem;
  }
}

@media (max-height: 700px) and (max-width: 767px) {
  .mobile-sidebar {
    padding-block: 0.75rem;
    gap: 0.55rem;
  }

  .sidebar-top {
    min-height: 38px;
  }

  .sidebar-close {
    width: 38px;
    height: 38px;
  }

  .mobile-nav {
    gap: 0.32rem;
  }

  .mobile-nav a {
    padding-bottom: 0.4rem;
    font-size: 0.9rem;
  }

  .sidebar-card {
    padding: 0.78rem;
    border-radius: 18px;
  }

  .sidebar-card p {
    margin-bottom: 0.62rem;
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .sidebar-card .button {
    min-height: 38px;
    padding-block: 0.58rem;
    font-size: 0.78rem;
  }

  .hero {
    padding: calc(var(--header-height) + 0.72rem) 0 16px;
  }

  .hero-copy {
    gap: 0.62rem;
    padding-bottom: 2rem;
  }

  .hero h1 {
    max-width: 14.2ch;
    font-size: clamp(1.92rem, 8.2vw, 2.66rem);
  }

  .hero-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .hero-actions {
    gap: 0.58rem;
  }

  .hero-actions .button {
    min-height: 40px;
  }

  .hero-scroll-cue {
    display: none;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 6rem 0;
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regions-grid,
  .testimonials-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-rail {
    grid-auto-columns: minmax(360px, 420px);
  }

  .advice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .advice-card--highlight {
    grid-column: span 2;
  }

  .before-after-intro {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr);
    align-items: end;
  }

  .before-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .region-banner {
    min-height: 360px;
    margin-bottom: 2rem;
  }

  .property-body {
    padding: 1.75rem;
  }

  .property-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .button-whatsapp {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .desktop-nav {
    display: inline-flex;
  }

  .menu-toggle {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding: calc(var(--header-height) + clamp(1.6rem, 4.4svh, 3.2rem)) 0 clamp(3.4rem, 6svh, 4.8rem);
  }

  .hero-content {
    grid-template-columns: minmax(620px, 0.72fr) minmax(260px, 1fr);
  }

  .hero-copy {
    align-self: center;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 4.65vw, 5.1rem);
  }

  .regions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .advice-layout {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
    align-items: start;
  }

  .advice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advice-heading {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }

  .before-after-grid {
    grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 0.82fr));
    grid-auto-rows: minmax(230px, auto);
  }

  .before-after-card {
    min-height: 270px;
  }

  .before-after-card--featured {
    grid-row: span 2;
    min-height: 100%;
  }

  .before-after-card--wide {
    grid-column: span 2;
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  }

  .listing-grid {
    gap: 1.5rem;
  }

  .property-card {
    grid-template-columns: minmax(420px, 1.05fr) minmax(0, 1fr);
  }

  .property-card--compact {
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
  }

  .property-media {
    min-height: 100%;
  }
}
