:root {
  --vv-red: #8f2f35;
  --vv-red-strong: #6f2026;
  --vv-ink: #202226;
  --vv-charcoal: #30343a;
  --vv-muted: #687078;
  --vv-line: #dfe2e5;
  --vv-soft: #f4f5f6;
  --vv-white: #fff;
  --vv-shadow-sm: 0 4px 16px rgba(24, 28, 32, .08);
  --vv-shadow-md: 0 16px 38px rgba(24, 28, 32, .14);
}

*, *:before, *:after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
  background: var(--vv-white);
  color: var(--vv-ink);
  font-family: Poppins, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
.container { width: min(1280px, calc(100% - 40px)); }
a, button, input, select, textarea { letter-spacing: 0; }
a { transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(143, 47, 53, .25); outline-offset: 2px; }

.vv-topbar { background: var(--vv-charcoal); padding: 8px 0; }
.vv-topbar .container { min-height: 22px; align-items: center; }
.vv-topbar span { display: inline-flex; align-items: center; gap: 6px; }
.vv-topbar i { color: #e3b8bb; }
.vv-nav {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(32,34,38,.1);
  box-shadow: 0 2px 10px rgba(24,28,32,.04);
  backdrop-filter: blur(10px);
}
.vv-nav-inner { min-height: 84px; }
.vv-logo { width: 285px; height: 72px; overflow: hidden; display: flex; align-items: center; }
.vv-logo img { width: 285px; max-width: none; height: auto; object-fit: contain; }
.vv-menu { gap: 28px; }
.vv-menu a { position: relative; padding: 30px 0; color: var(--vv-ink); font-size: 14px; }
.vv-menu a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--vv-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}
.vv-menu a:hover:after { transform: scaleX(1); }

.vv-button {
  border-radius: 5px;
  background: var(--vv-red);
  box-shadow: none;
  transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.vv-button:hover { background: var(--vv-red-strong); transform: translateY(-1px); box-shadow: var(--vv-shadow-sm); }
.vv-control {
  border-color: var(--vv-line);
  border-radius: 5px;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.vv-control:hover { border-color: #b9bec3; }
.vv-control:focus { border-color: var(--vv-red); box-shadow: 0 0 0 3px rgba(143,47,53,.1); outline: 0; }

.vv-hero {
  min-height: 510px;
  background-position: center 42%;
}
.vv-hero:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255,255,255,.25);
}
.vv-hero-inner { width: min(1280px, calc(100% - 40px)); }
.vv-kicker { color: #f1d9db; }
.vv-hero h1 { max-width: 760px; font-weight: 700; }
.vv-search { border-radius: 6px; box-shadow: var(--vv-shadow-md); }
.vv-search-grid > *, .vv-control { min-width: 0; }
.vv-operation label { min-width: 0; }
.vv-operation span { width: 100%; justify-content: center; }
.vv-operation span { border-radius: 5px; }
.vv-shortcut { border-radius: 6px; }

.vv-section-head h2, .vv-about h2 { color: var(--vv-ink); font-weight: 700; }
.vv-section-head h2:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 10px;
  background: var(--vv-red);
}
.vv-card { border-radius: 6px; border-color: var(--vv-line); }
.vv-card:hover { transform: translateY(-3px); box-shadow: var(--vv-shadow-md); }
.vv-card-media img { transition: transform .35s ease; }
.vv-card:hover .vv-card-media img { transform: scale(1.025); }
.vv-card h3 a { color: var(--vv-ink); }
.vv-card h3 a:hover { color: var(--vv-red); }
.vv-card-badge { border-radius: 4px; }

.vv-pagehead { min-height: 190px; }
.vv-pagehead h1 { font-weight: 700; }
.vv-main { background: var(--vv-white); }
.vv-filter { border-color: var(--vv-line); }
.vv-more summary, .vv-view-toggle, .vv-icon-button { border-radius: 5px; }
.vv-more-panel { border-radius: 6px; box-shadow: var(--vv-shadow-md); }
.vv-chip { border-radius: 4px; }
.vv-map-results, .vv-map-list { border-radius: 6px; }
.vv-map-list-title { color: var(--vv-ink); }
.vv-map-list-item:hover, .vv-map-list-item.active { background: #f7f2f3; }
.vv-map-list-item { text-decoration: none; }
.vv-property-marker {
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--vv-red);
  color: #fff;
  box-shadow: 0 4px 12px rgba(24,28,32,.28);
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vv-property-marker i { transform: rotate(45deg); font-size: 13px; }
.vv-property-marker.is-active {
  background: var(--vv-red-strong);
  box-shadow: 0 0 0 7px rgba(143,47,53,.22), 0 6px 16px rgba(24,28,32,.32);
  animation: vv-marker-pulse 1.4s ease-in-out infinite;
}
@keyframes vv-marker-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(143,47,53,.18), 0 6px 16px rgba(24,28,32,.28); }
  50% { box-shadow: 0 0 0 10px rgba(143,47,53,.06), 0 6px 18px rgba(24,28,32,.34); }
}
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large { background: rgba(143,47,53,.25); }
.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div { background: var(--vv-red); color: #fff; font-weight: 800; }

.vv-titlebar h1 { color: var(--vv-ink); }
.vv-gallery-main, .vv-thumb, .vv-panel, .vv-spec, .vv-map { border-radius: 6px; }
.vv-panel { box-shadow: 0 1px 0 rgba(24,28,32,.02); }
.vv-spec { background: #fafafa; }
.vv-contact { box-shadow: var(--vv-shadow-sm); }

footer.vv-site-footer {
  background: #292c31;
  border-top: 4px solid var(--vv-red);
  color: #fff;
  padding: 42px 0 0;
}
footer.vv-site-footer a { color: #fff; text-decoration: none; }
footer.vv-site-footer a:hover { color: #f1cfd2; }
.vv-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(170px, .8fr) minmax(240px, 1fr) minmax(210px, .8fr);
  gap: 30px;
  line-height: 1.6;
}
.vv-footer-logo {
  display: inline-flex;
  width: min(300px, 100%);
  min-height: 138px;
  align-items: center;
  overflow: visible;
}
.vv-footer-logo img { width: 300px; max-width: 100%; height: auto; display: block; }
.vv-footer-brand p,
.vv-footer-hours { color: rgba(255,255,255,.76); margin: 16px 0 0; max-width: 390px; }
.vv-footer-col h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.vv-footer-col h3:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 8px;
  background: var(--vv-red);
}
.vv-footer-links,
.vv-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.vv-footer-links a { color: rgba(255,255,255,.82); }
.vv-footer-contact li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; color: rgba(255,255,255,.8); }
.vv-footer-contact i { color: #e3b8bb; padding-top: 4px; }
.vv-footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.vv-footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.06);
  font-size: 16px;
}
.vv-footer-social a:hover { background: var(--vv-red); border-color: var(--vv-red); color: #fff; }
.vv-footer-bottom {
  margin-top: 34px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.66);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}
.vv-footer-bottom a { color: #fff; font-weight: 700; }

.vv-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vv-red);
  color: #fff !important;
  font-size: 31px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(22, 31, 28, .28);
  transition: transform .18s ease, box-shadow .18s ease;
}
.vv-whatsapp-float:hover,
.vv-whatsapp-float:focus { transform: translateY(-2px); box-shadow: 0 11px 28px rgba(22, 31, 28, .34); }
.vv-whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@media (max-width: 992px) {
  .container, .vv-hero-inner { width: min(100% - 28px, 1280px); }
  .vv-nav-inner { min-height: 72px; }
  .vv-menu { gap: 16px; }
  .vv-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container, .vv-hero-inner { width: min(100% - 24px, 1280px); }
  .vv-topbar { display: none; }
  .vv-nav-inner { min-height: 68px; }
  .vv-logo { width: min(235px, calc(100vw - 82px)); height: 56px; }
  .vv-logo img { width: min(235px, calc(100vw - 82px)); }
  .vv-menu a { padding: 12px 4px; }
  .vv-menu a:after { display: none; }
  .vv-hero { min-height: 460px; }
  .vv-hero h1 { font-size: 42px; }
  .vv-hero p { font-size: 16px; }
  .vv-search { padding: 14px; }
  .vv-section { padding: 54px 0; }
  .vv-pagehead { min-height: 150px; padding-bottom: 24px; }
  .vv-pagehead h1 { font-size: 34px; }
  .vv-map-results { height: 360px; }
  .vv-whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; font-size: 29px; }
  .vv-footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .vv-footer-bottom { display: grid; }
}

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