.byowneros-photo {
  --hero-photo-overlay: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.66), rgba(255,255,255,.34));
  --hero-photo-position: center center;
  --hero-side-overlay: linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.18));
}

.byowneros-photo .hero,
.byowneros-photo .lakebar,
.byowneros-photo .header-band {
  position: relative !important;
  overflow: hidden;
  isolation: isolate;
  background-image: var(--hero-photo-overlay), var(--hero-photo) !important;
  background-size: cover !important;
  background-position: var(--hero-photo-position) !important;
  background-repeat: no-repeat !important;
}
.byowneros-photo .hero::after,
.byowneros-photo .lakebar::after,
.byowneros-photo .header-band::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(52%, 680px);
  border-radius: 0;
  background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.18)), var(--hero-photo);
  background-size: cover;
  background-position: var(--hero-photo-position);
  box-shadow: inset 70px 0 80px -80px rgba(0,0,0,.45);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  opacity: var(--hero-photo-panel-opacity, .96);
  filter: saturate(1.12) contrast(1.06);
  z-index: 1;
  pointer-events: none;
}

.byowneros-photo .hero > *,
.byowneros-photo .lakebar > *,
.byowneros-photo .header-band > * {
  position: relative;
  z-index: 2;
}

.byowneros-photo .hero svg.scene,
.byowneros-photo .hero svg.skyline,
.byowneros-photo .hero svg.palm,
.byowneros-photo .hero svg.hibiscus,
.byowneros-photo .hero svg.hammock,
.byowneros-photo .hero svg.hero-svg,
.byowneros-photo .hero svg.topo-bg,
.byowneros-photo .hero svg.hero-scene,
.byowneros-photo .lakebar svg.scene {
  display: none !important;
}

.byowneros-photo .hero-right,
.byowneros-photo .hero-scene {
  position: relative;
  overflow: hidden;
}

.byowneros-photo .hero-right {
  background-image: var(--hero-side-overlay), var(--hero-photo) !important;
  background-size: cover !important;
  background-position: var(--hero-photo-position) !important;
}

.byowneros-photo .hero-right > *,
.byowneros-photo .hero-scene > * {
  position: relative;
  z-index: 2;
}

.byowneros-photo .preview,
.byowneros-photo .hero-preview {
  position: relative;
  overflow: hidden;
  padding-top: 154px !important;
}

.byowneros-photo .preview::before,
.byowneros-photo .hero-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 134px;
  background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.18)), var(--hero-photo);
  background-size: cover;
  background-position: var(--hero-photo-position);
  border-bottom: 1px solid rgba(255,255,255,.32);
  filter: saturate(1.14) contrast(1.06);
  z-index: 1;
}

.byowneros-photo .preview > *,
.byowneros-photo .hero-preview > * {
  position: relative;
  z-index: 2;
}

.byowneros-photo .hero-right::before,
.byowneros-photo .hero-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-side-scrim, transparent);
  z-index: 1;
  pointer-events: none;
}

.byowneros-photo .prop .img,
.byowneros-photo .prop-img {
  background-image: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18)), var(--hero-photo) !important;
  background-size: cover !important;
  background-position: var(--hero-photo-position) !important;
}
.byowneros-photo[data-tone="light"] .preview,
.byowneros-photo[data-tone="light"] .hero-preview,
.byowneros-photo[data-tone="light"] .hero .panel {
  background-image: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.26)), var(--hero-photo) !important;
  background-size: cover !important;
  background-position: var(--hero-photo-position) !important;
  background-color: rgba(255,255,255,.70) !important;
  backdrop-filter: blur(18px);
}

.byowneros-photo[data-tone="dark"] .preview,
.byowneros-photo[data-tone="dark"] .hero-preview,
.byowneros-photo[data-tone="dark"] .hero .panel {
  background-image: linear-gradient(180deg, rgba(13,18,32,.58), rgba(13,18,32,.44)), var(--hero-photo) !important;
  background-size: cover !important;
  background-position: var(--hero-photo-position) !important;
  background-color: rgba(13,18,32,.64) !important;
  backdrop-filter: blur(18px);
}

.byowneros-photo[data-tone="light"] .preview .kpi,
.byowneros-photo[data-tone="light"] .hero-preview .kpi,
.byowneros-photo[data-tone="light"] .hero .panel .kpi,
.byowneros-photo[data-tone="light"] .hero .panel .card {
  background-color: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(10px);
}

.byowneros-photo[data-tone="dark"] .preview .kpi,
.byowneros-photo[data-tone="dark"] .hero-preview .kpi,
.byowneros-photo[data-tone="dark"] .hero .panel .kpi,
.byowneros-photo[data-tone="dark"] .hero .panel .card {
  background-color: rgba(6,8,15,.74) !important;
  backdrop-filter: blur(10px);
}

.byowneros-photo[data-tone="dark"] .hero::after,
.byowneros-photo[data-tone="dark"] .lakebar::after,
.byowneros-photo[data-tone="dark"] .header-band::after {
  opacity: var(--hero-photo-panel-opacity, .90);
}

.byowneros-photo[data-tone="dark"] .hero,
.byowneros-photo[data-tone="dark"] .header-band,
.byowneros-photo[data-tone="dark"] .lakebar {
  color: var(--ink, #fff);
}

.byowneros-photo[data-tone="dark"] .h1,
.byowneros-photo[data-tone="dark"] .hero-h,
.byowneros-photo[data-tone="dark"] .lede,
.byowneros-photo[data-tone="dark"] .eyebrow {
  text-shadow: 0 2px 22px rgba(0,0,0,.38);
}

.byowneros-photo[data-theme="16"] .wrap > section:first-of-type {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 54px 44px !important;
  border: 1px solid var(--line);
  border-bottom: 4px solid var(--ink);
  background-image: var(--hero-photo-overlay), var(--hero-photo);
  background-size: cover;
  background-position: var(--hero-photo-position);
}
.byowneros-photo[data-theme="16"] .wrap > section:first-of-type::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: min(42%, 520px);
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.20)), var(--hero-photo);
  background-size: cover;
  background-position: var(--hero-photo-position);
  opacity: .40;
  z-index: 1;
  pointer-events: none;
}

.byowneros-photo[data-theme="16"] .wrap > section:first-of-type > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 760px) {
  .byowneros-photo .hero,
  .byowneros-photo .lakebar,
  .byowneros-photo .header-band {
    background-position: var(--hero-photo-mobile-position, var(--hero-photo-position)) !important;
  }
  .byowneros-photo .hero::after,
  .byowneros-photo .lakebar::after,
  .byowneros-photo .header-band::after,
  .byowneros-photo[data-theme="16"] .wrap > section:first-of-type::after {
    inset: auto 14px 14px 14px;
    width: auto;
    height: 150px;
    opacity: .30;
  }

  .byowneros-photo .preview,
  .byowneros-photo .hero-preview {
    padding-top: 124px !important;
  }

  .byowneros-photo .preview::before,
  .byowneros-photo .hero-preview::before {
    height: 106px;
  }
}