/* Cypress River Oasis — homepage hero + Wish You Were Here refinement 2026-08-28
   Crisp full-resolution media, balanced mobile hero, and one matched Day / Night pool composition. */

.cro-wish-video {
  position: relative;
  padding: 82px 0 88px;
  overflow: hidden;
  background: var(--paper, #fffdf8);
}

.cro-wish-video::before {
  position: absolute;
  top: 30px;
  left: -125px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(110,216,202,.11);
  content: "";
  pointer-events: none;
}

.cro-wish-wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.cro-wish-layout {
  display: grid;
  grid-template-columns: minmax(220px,.62fr) minmax(0,1.58fr);
  align-items: center;
  gap: clamp(34px,5vw,68px);
}

.cro-wish-heading {
  min-width: 0;
  max-width: 360px;
  margin: 0;
  text-align: left;
}

.cro-wish-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aqua-deep,#117a73);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.cro-wish-kicker::before {
  width: 24px;
  height: 3px;
  border-radius: 99px;
  background: var(--coral,#f26f5d);
  content: "";
}

.cro-wish-heading h2 {
  margin: 18px 0 15px;
  color: var(--coral,#f26f5d);
  font-family: var(--serif,Georgia,"Times New Roman",serif);
  font-size: clamp(48px,5.4vw,76px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .98;
}

.cro-wish-heading p {
  margin: 0;
  max-width: 30ch;
  color: var(--muted,#697483);
  font-size: 14px;
  line-height: 1.65;
}

.cro-wish-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(37,51,74,.11);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23,35,62,.13);
}

.cro-wish-switcher {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(310px,calc(100% - 32px));
  padding: 4px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 28px rgba(23,35,62,.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.cro-wish-tab {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #52636f;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  transition: background .18s ease,color .18s ease,box-shadow .18s ease;
}

.cro-wish-tab span {
  font-size: 19px;
  line-height: 1;
}

.cro-wish-tab b {
  font-weight: 900;
}

.cro-wish-tab[data-mode="day"].is-active {
  background: #fff7ec;
  color: var(--coral,#f26f5d);
  box-shadow: 0 4px 14px rgba(242,111,93,.12);
}

.cro-wish-tab[data-mode="night"].is-active {
  background: #173b4d;
  color: #fff;
  box-shadow: 0 4px 14px rgba(23,59,77,.18);
}

.cro-wish-tab:focus-visible {
  outline: 3px solid rgba(26,174,184,.35);
  outline-offset: 2px;
}

.cro-wish-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #dff5f1;
}

.cro-wish-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg,rgba(9,30,48,.08),rgba(7,28,49,.34));
  opacity: 0;
  transition: opacity .38s ease;
  content: "";
  pointer-events: none;
}

.cro-wish-video.is-night .cro-wish-media::after {
  opacity: 1;
}

.cro-wish-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  opacity: 1;
  filter: none;
  transition: opacity .17s ease,transform .35s ease,filter .38s ease;
}

.cro-wish-video.is-night .cro-wish-photo {
  filter: brightness(.54) saturate(.78) contrast(1.1) hue-rotate(7deg);
}

.cro-wish-photo.is-switching {
  opacity: .72;
  transform: scale(1.012);
}

.cro-wish-photo-tag {
  position: absolute;
  z-index: 2;
  left: 17px;
  bottom: 16px;
  max-width: calc(100% - 34px);
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  background: rgba(23,35,62,.72);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .04em;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.cro-wish-watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 17px;
  border: 1px solid rgba(17,122,115,.38);
  border-radius: 999px;
  background: #fff;
  color: var(--navy,#17233e);
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(23,35,62,.07);
  transition: transform .16s ease,box-shadow .16s ease,background .16s ease;
}

.cro-wish-watch:hover,
.cro-wish-watch:focus-visible {
  transform: translateY(-1px);
  background: #f4fffd;
  box-shadow: 0 10px 24px rgba(23,35,62,.10);
}

.cro-wish-watch-desktop {
  margin-top: 24px;
}

.cro-wish-watch-mobile {
  display: none;
}

.cro-wish-caption {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  background: var(--cream,#fff8ed);
}

.cro-wish-caption span {
  color: var(--muted,#697483);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.cro-wish-caption a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--coral,#f26f5d);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(242,111,93,.19);
}

/* Preserve the cleaner mobile hero: the whole main photo remains visible. */
@media (max-width: 760px) {
  .hero {
    padding: 24px 0 24px !important;
  }

  .hero-layout {
    gap: 18px !important;
  }

  .hero h1 {
    margin: 10px 0 10px !important;
    font-size: clamp(42px,11.5vw,54px) !important;
    line-height: .93 !important;
  }

  .hero-copy > p {
    max-width: 38ch !important;
    font-size: clamp(13px,3.45vw,14px) !important;
    line-height: 1.52 !important;
  }

  .hero-actions {
    margin-top: 15px !important;
  }

  .review-line {
    margin-top: 13px !important;
  }

  .hero-art {
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    margin-top: 2px !important;
    padding: 0 !important;
  }

  .main-photo {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    border: 5px solid rgba(255,255,255,.92) !important;
    border-radius: 26px !important;
    background: #dff5f1 !important;
    box-shadow: 0 18px 45px rgba(23,35,62,.13) !important;
  }

  .main-photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .private-seal {
    top: 12px !important;
    right: 12px !important;
    width: 70px !important;
    height: 70px !important;
    border: 3px solid rgba(255,248,237,.96) !important;
    box-shadow: 0 8px 24px rgba(23,35,62,.16) !important;
  }

  .private-seal b {
    font-size: 18px !important;
  }

  .private-seal span {
    font-size: 8px !important;
  }

  .hero-art .postcard {
    display: none !important;
  }

  .proof-strip {
    margin-top: 18px !important;
  }

  .cro-wish-video {
    padding: 44px 0 56px;
  }

  .cro-wish-video::before {
    top: 14px;
    left: -105px;
    width: 210px;
    height: 210px;
  }

  .cro-wish-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cro-wish-heading {
    max-width: 100%;
    text-align: center;
  }

  .cro-wish-kicker {
    font-size: clamp(8px,2.3vw,9px);
    letter-spacing: .11em;
  }

  .cro-wish-kicker::before {
    width: 17px;
  }

  .cro-wish-heading h2 {
    margin: 10px 0 8px;
    font-size: clamp(41px,11.2vw,54px);
  }

  .cro-wish-heading p {
    max-width: 34ch;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.55;
  }

  .cro-wish-card {
    border-radius: 22px;
  }

  .cro-wish-switcher {
    top: 10px;
    width: min(280px,calc(100% - 20px));
  }

  .cro-wish-tab {
    min-height: 40px;
    font-size: 11px;
  }

  .cro-wish-tab span {
    font-size: 17px;
  }

  .cro-wish-media {
    aspect-ratio: 4/3;
  }

  .cro-wish-photo-tag {
    left: 11px;
    bottom: 11px;
    padding: 8px 11px;
    font-size: 8px;
  }

  .cro-wish-watch-desktop {
    display: none;
  }

  .cro-wish-watch-mobile {
    display: inline-flex;
    justify-self: center;
    margin-top: -2px;
  }

  .cro-wish-caption {
    min-height: 60px;
    gap: 10px;
    padding: 11px 13px;
  }

  .cro-wish-caption span {
    max-width: 54%;
    font-size: 7.5px;
    line-height: 1.35;
  }

  .cro-wish-caption a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 9px;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(40px,11.2vw,48px) !important;
  }

  .main-photo {
    border-radius: 22px !important;
  }

  .cro-wish-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cro-wish-caption span {
    max-width: 100%;
  }
}
