.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-54416 .elementor-element.elementor-element-abe413c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");

.vo-home {
  --vo-patina: #76b6ad;
  --vo-blue: #2b6381;
  --vo-blue-dark: #1f4c64;
  --vo-blue-deep: #173b4d;
  --vo-light: #f2f8f7;
  --vo-border: #d9e9e7;
  --vo-white: #ffffff;
  --vo-ink: #263b43;
  --vo-muted: #586b72;
  --vo-shadow: 0 18px 50px rgba(31, 76, 100, 0.14);

  color: var(--vo-ink);
  background: var(--vo-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.68;
  overflow: hidden;
}

.vo-home,
.vo-home * {
  box-sizing: border-box;
}

.vo-home img {
  display: block;
  width: 100%;
  height: auto;
}

.vo-home a {
  color: inherit;
}

.vo-home h1,
.vo-home h2,
.vo-home h3,
.vo-home p {
  margin-top: 0;
}

.vo-home h1,
.vo-home h2,
.vo-home h3 {
  color: var(--vo-blue-deep);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
}

.vo-home h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.65rem);
  letter-spacing: -0.045em;
}

.vo-home h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.025em;
}

.vo-home h3 {
  font-size: 1.45rem;
}

.vo-home p:last-child {
  margin-bottom: 0;
}

.vo-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.vo-section {
  padding: clamp(48px, 6vw, 76px) 0;
}

.vo-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--vo-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vo-lead {
  max-width: 720px;
  color: var(--vo-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}

/* Buttons */

.vo-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.vo-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 2px solid var(--vo-blue);
  border-radius: 10px;
  background: var(--vo-blue);
  color: var(--vo-white) !important;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.vo-btn:hover,
.vo-btn:focus-visible {
  transform: translateY(-2px);
  border-color: var(--vo-blue-dark);
  background: var(--vo-blue-dark);
}

.vo-btn--light {
  border-color: var(--vo-white);
  background: var(--vo-white);
  color: var(--vo-blue-deep) !important;
}

.vo-btn--outline {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.vo-btn--outline:hover,
.vo-btn--outline:focus-visible {
  background: var(--vo-white);
  color: var(--vo-blue-deep) !important;
}

/* Hero */

.vo-hero {
  position: relative;
  display: grid;
  min-height: min(820px, 88vh);
  align-items: end;
  isolation: isolate;
  background: var(--vo-blue-deep);
}

.vo-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    url("https://ventureoutmesa.com/wp-content/uploads/2025/04/EPC-top-view-drone_HRM0875-scaled.jpg")
    center 48% / cover no-repeat;
  content: "";
}

.vo-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(23, 59, 77, 0.92) 0%,
      rgba(31, 76, 100, 0.68) 48%,
      rgba(43, 99, 129, 0.14) 78%
    ),
    linear-gradient(
      0deg,
      rgba(23, 59, 77, 0.62),
      transparent 45%
    );
  content: "";
}

.vo-hero__content {
  max-width: 760px;
  padding: clamp(100px, 15vw, 190px) 0 clamp(84px, 10vw, 120px);
  color: var(--vo-white);
}

.vo-hero .vo-eyebrow {
  color: #b9e1dc;
}

.vo-hero h1 {
  margin-bottom: 22px;
  color: var(--vo-white);
}

.vo-hero__lead {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.vo-hero__note {
  display: block;
  margin-top: 20px;
  color: #c9ebe7;
  font-weight: 800;
}

/* Statistics */

.vo-stats {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.vo-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 18px;
  background: var(--vo-white);
  box-shadow: var(--vo-shadow);
}

.vo-stat {
  position: relative;
  padding: 28px 22px;
  text-align: center;
}

.vo-stat:not(:last-child)::after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: var(--vo-border);
  content: "";
}

.vo-stat strong {
  display: block;
  color: var(--vo-blue);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.vo-stat span {
  color: var(--vo-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

/* Shared Grids */

.vo-intro__grid,
.vo-property__grid,
.vo-contact__grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
}

.vo-contact__grid {
  grid-template-columns: 0.78fr 1.22fr;
}

/* Community Introduction */

.vo-photo-frame {
  position: relative;
}

.vo-photo-frame::before {
  position: absolute;
  z-index: -1;
  top: 24px;
  right: -24px;
  bottom: -24px;
  left: 24px;
  border-radius: 28px;
  background: var(--vo-patina);
  content: "";
}

.vo-photo-frame img {
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: var(--vo-shadow);
}

.vo-checks {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vo-checks li {
  position: relative;
  padding-left: 34px;
  font-weight: 700;
}

.vo-checks li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: rgba(118, 182, 173, 0.22);
  color: var(--vo-blue-dark);
  content: "✓";
  font-size: 0.8rem;
}

/* Amenities */

.vo-amenities {
  position: relative;
  border-block: 1px solid var(--vo-border);
  background: var(--vo-light);
}

.vo-amenities__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 30px;
}

.vo-amenities__head h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.vo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vo-card {
  overflow: hidden;
  border: 1px solid rgba(31, 89, 98, 0.12);
  border-radius: 20px;
  background: var(--vo-white);
  box-shadow: 0 10px 28px rgba(20, 62, 69, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.vo-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--vo-shadow);
}

.vo-card__image {
  height: 230px;
  object-fit: cover;
}

.vo-card__body {
  padding: 28px;
}

.vo-card h3 {
  margin-bottom: 10px;
}

.vo-card p {
  color: var(--vo-muted);
  font-size: 0.94rem;
}

.vo-text-link {
  color: var(--vo-blue-dark) !important;
  font-weight: 800;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px;
}

/* Properties */

.vo-property {
  background: var(--vo-blue);
  color: rgba(255, 255, 255, 0.92);
}

.vo-property__content {
  min-width: 0;
}

.vo-property h2 {
  max-width: 690px;
  color: var(--vo-white);
  font-size: clamp(2rem, 3.6vw, 3.45rem) !important;
  font-weight: 700;
  line-height: 1.08 !important;
  text-transform: none !important;
}

.vo-property h2 .vo-land-highlight {
  color: #b9e1dc;
}

.vo-property .vo-eyebrow {
  color: #c9ebe7;
}

.vo-property__tag {
  display: inline-block;
  margin-top: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--vo-white);
  font-size: 0.85rem;
  font-weight: 800;
}

/* Property Slideshow */

.vo-property-slider {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  background: var(--vo-blue-deep);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.vo-property-slides {
  position: relative;
  min-height: 520px;
}

.vo-property-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.65s ease;
}

.vo-property-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.vo-property-slide img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.vo-property-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 44px 130px 18px 22px;
  background:
    linear-gradient(
      transparent,
      rgba(23, 59, 77, 0.88)
    );
  color: var(--vo-white);
  font-size: 0.86rem;
  font-weight: 700;
}

.vo-slider-controls {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.vo-slider-button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  background: rgba(23, 59, 77, 0.82);
  color: var(--vo-white);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.vo-slider-button:hover,
.vo-slider-button:focus-visible {
  background: var(--vo-white);
  color: var(--vo-blue-deep);
}

/* Contact */

.vo-contact {
  background: #eef6f5;
}

.vo-contact__panel {
  padding: clamp(30px, 5vw, 52px);
  border-radius: 24px;
  background: var(--vo-white);
  box-shadow: var(--vo-shadow);
}

.vo-contact__details {
  display: grid;
  gap: 18px;
  padding: 0;
  list-style: none;
}

.vo-contact__details li {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--vo-border);
}

.vo-contact__details li:last-child {
  padding-bottom: 0;
  border: 0;
}

.vo-contact__details strong {
  display: block;
  color: var(--vo-blue-deep);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vo-contact__details a {
  color: var(--vo-blue-dark);
  font-weight: 800;
}

.vo-office-hours {
  display: grid;
  gap: 5px;
  margin-top: 5px;
}

.vo-office-hours__row {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 10px;
  align-items: baseline;
}

.vo-office-hours__season {
  color: var(--vo-blue-deep);
  font-weight: 700;
}

.vo-office-hours__time {
  white-space: nowrap;
}

.vo-map {
  width: 100%;
  min-height: 560px;
  border: 0;
  border-radius: 24px;
  background: #d9e2df;
}

/* Final Call to Action */

.vo-cta {
  padding: 48px 0;
  background: var(--vo-patina);
  color: var(--vo-blue-deep);
}

.vo-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.vo-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--vo-blue-deep);
  font-size: clamp(1.8rem, 3.3vw, 3rem);
}

/* Tablet */

@media (max-width: 980px) {
  .vo-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vo-stat:nth-child(2)::after {
    display: none;
  }

  .vo-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--vo-border);
  }

  .vo-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vo-card:last-child {
    grid-column: 1 / -1;
  }

  .vo-intro__grid,
  .vo-property__grid,
  .vo-contact__grid {
    grid-template-columns: 1fr;
  }

  .vo-intro__content {
    order: -1;
  }

  .vo-property-slides,
  .vo-property-slide img {
    min-height: 440px;
  }

  .vo-map {
    min-height: 500px;
  }
}

/* Mobile */

@media (max-width: 680px) {
  .vo-section {
    padding: 48px 0;
  }

  .vo-home {
    font-size: 17px;
  }

  .vo-container {
    width: min(100% - 28px, 1180px);
  }

  .vo-hero {
    min-height: 720px;
  }

  .vo-hero::before {
    background-position: 60% center;
  }

  .vo-hero::after {
    background:
      linear-gradient(
        0deg,
        rgba(23, 59, 77, 0.95),
        rgba(43, 99, 129, 0.35)
      );
  }

  .vo-hero__content {
    padding-bottom: 100px;
  }

  .vo-btns,
  .vo-btn {
    width: 100%;
  }

  .vo-stats {
    margin-top: -32px;
  }

  .vo-stat {
    padding: 22px 12px;
  }

  .vo-photo-frame::before {
    display: none;
  }

  .vo-amenities__head {
    display: block;
  }

  .vo-amenities__head .vo-btn {
    margin-top: 22px;
  }

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

  .vo-card:last-child {
    grid-column: auto;
  }

  .vo-card__image {
    height: 210px;
  }

  .vo-property h2 {
    font-size: clamp(2rem, 11vw, 2.75rem) !important;
  }

  .vo-property-slides,
  .vo-property-slide img {
    min-height: 330px;
  }

  .vo-property-slide figcaption {
    padding-right: 120px;
  }

  .vo-office-hours__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vo-map {
    min-height: 440px;
  }

  .vo-cta__inner {
    display: block;
  }

  .vo-cta .vo-btn {
    margin-top: 25px;
  }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
  .vo-home * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Equal-height amenity cards */

.vo-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.vo-home .vo-card__image {
  width: 100%;
  height: 230px;
  flex: 0 0 230px;
  object-fit: cover;
}

.vo-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.vo-text-link {
  margin-top: auto;
  padding-top: 18px;
}

/* Clean office hours */

.vo-office-hours {
  display: grid;
  gap: 5px;
  margin-top: 5px;
}

.vo-office-hours__row {
  color: var(--vo-ink);
  white-space: nowrap;
}

.vo-office-hours__season {
  color: var(--vo-blue-deep);
  font-weight: 700;
}

@media (max-width: 680px) {
  .vo-home .vo-card__image {
    height: 210px;
    flex-basis: 210px;
  }
}/* End custom CSS */