/* WTP Featured Page Hero v0.3.63 - real stylesheet. Shared mobile template owns title sizing from 1100px down; JS title fitting is desktop-only. */
.wtp-featured-page-hero{
  --wtp-navy:#021b3a;
  --wtp-navy-soft:#083a70;
  --wtp-blue:#00c2ff;
  --wtp-aqua:#00eaff;
  --wtp-green:#6dff8b;
  --wtp-light-blue:#8fdcff;
  --wtp-text:#17395d;
  --wtp-text-soft:#5f7d99;
  --wtp-bg:#f6fbff;
  --wtp-bg-2:#eef7ff;
  --wtp-line:#d7e6f2;
  --wtp-line-soft:#e6eef5;
  --wtp-card-bg:linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,linear-gradient(135deg,#021b3a,#083a70,#00c2ff) border-box;
  --wtp-card-bg-hover:linear-gradient(135deg,#ffffff 0%,#f8fcff 48%,#e7f6ff 100%) padding-box,linear-gradient(135deg,#00c2ff,#083a70,#021b3a) border-box;
  --wtp-button-gradient:linear-gradient(135deg,#021b3a,#083a70,#00c2ff);
  --wtp-button-gradient-hover:linear-gradient(135deg,#021b3a,#083a70,#00c2ff,#00eaff);
  --wtp-soft-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset;
  --wtp-strong-shadow:0 20px 44px rgba(2,27,58,.18),0 0 0 1px rgba(255,255,255,.80) inset;
  display:block;
  width:100%;
  max-width:100%;
  margin:0 0 42px;
  overflow-x:clip;
  font-family:Inter,"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--wtp-text);
}
.wtp-featured-page-hero *,
.wtp-featured-page-hero *::before,
.wtp-featured-page-hero *::after{box-sizing:border-box;}
.wtp-fph-outer{width:100%;max-width:100%;padding:18px;background:#fff;overflow-x:clip;}
.wtp-fph-frame{
  position:relative;
  width:100%;
  max-width:100%;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:30px;
  background:radial-gradient(circle at 8% 0%,rgba(0,194,255,.12),transparent 25%),radial-gradient(circle at 94% 8%,rgba(109,255,139,.09),transparent 24%),var(--wtp-card-bg);
  box-shadow:var(--wtp-soft-shadow);
  isolation:isolate;
}
.wtp-fph-frame::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,#eef7ff,#00c2ff,#083a70,#00c2ff,#eef7ff);
  z-index:3;
  pointer-events:none;
}
.wtp-fph-top{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);min-height:640px;align-items:stretch;}
.wtp-fph-copy{
  min-width:0;
  padding:56px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:radial-gradient(circle at 0 0,rgba(0,194,255,.08),transparent 24%),linear-gradient(180deg,#fff 0%,#f8fcff 100%);
}
.wtp-fph-eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:31px;
  margin:0 0 18px;
  padding:8px 13px;
  border:1px solid rgba(0,194,255,.32);
  border-radius:999px;
  background:linear-gradient(135deg,#fff,#f6fbff);
  color:var(--wtp-blue);
  font-size:12px;
  font-weight:950;
  line-height:1;
  letter-spacing:.075em;
  text-transform:uppercase;
  box-shadow:0 10px 22px rgba(2,27,58,.08);
}
.wtp-fph-title-box{
  width:100%;
  max-width:780px;
  overflow:hidden;
  max-height:calc(var(--wtp-fph-title-lines,3) * var(--wtp-fph-title-desktop,74px) * .98);
}
.wtp-fph-title{
  display:block;
  width:100%;
  max-width:780px;
  margin:0 0 18px;
  color:var(--wtp-navy);
  font-size:var(--wtp-fph-title-desktop,74px);
  font-weight:950;
  line-height:.94;
  letter-spacing:-.065em;
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
}
.wtp-fph-title span{display:inline;color:#168ec7;}
.wtp-fph-tone-soft .wtp-fph-title span{color:#168ec7;}
.wtp-fph-tone-bright .wtp-fph-title span{color:var(--wtp-blue);}
.wtp-fph-tone-navy .wtp-fph-title span{color:var(--wtp-navy-soft);}
.wtp-fph-description{max-width:720px;margin:0;color:var(--wtp-text);font-size:1.03rem;font-weight:720;line-height:1.72;}
.wtp-fph-description p{margin:0;}
.wtp-fph-description p+p{margin-top:12px;}
.wtp-fph-proof-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:720px;margin:24px 0 0;}
.wtp-fph-proof-item{min-width:0;padding:13px 14px;border:2px solid transparent;border-radius:18px;background:var(--wtp-card-bg);box-shadow:0 10px 24px rgba(2,27,58,.08),0 0 0 1px rgba(255,255,255,.72) inset;}
.wtp-fph-proof-item strong{display:block;margin:0 0 4px;color:var(--wtp-navy);font-size:.9rem;font-weight:950;line-height:1.12;letter-spacing:-.025em;}
.wtp-fph-proof-item span{display:block;color:var(--wtp-blue);font-size:.74rem;font-weight:950;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;}
.wtp-fph-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px;}
.wtp-fph-button{text-decoration:none!important;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;font-family:inherit;-webkit-appearance:none;appearance:none;}
.wtp-fph-actions .wtp-fph-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 22px;border-radius:999px;font-size:14px;font-weight:950;line-height:1;text-align:center;}
.wtp-fph-button.is-primary{border:0;background:var(--wtp-button-gradient);color:#fff!important;box-shadow:0 14px 32px rgba(2,27,58,.20);}
.wtp-fph-button.is-primary:hover{background:var(--wtp-button-gradient-hover);}
.wtp-fph-actions .wtp-fph-button.is-primary::after{content:"→";margin-left:8px;font-weight:950;}
.wtp-fph-button:hover,.wtp-fph-visual-card:hover{transform:translateY(-2px);}
.wtp-fph-button.is-popup{font-family:inherit;}

/* v0.3.63: booking shortcodes are always click-to-open triggers. Never show the calendar in page flow. */
.wtp-featured-page-hero.wtp-fph-booking-shortcode-mode .wtp-fph-visual-wrap{
  justify-content:center!important;
  min-height:280px!important;
  padding:34px!important;
}
.wtp-fph-booking-trigger-wrap{
  width:100%;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  border:2px solid transparent;
  border-radius:28px;
  background:var(--wtp-card-bg);
  box-shadow:var(--wtp-soft-shadow);
}
.wtp-fph-booking-trigger{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:min(320px,100%)!important;
  min-height:58px!important;
  padding:16px 28px!important;
  border-radius:999px!important;
  font-size:16px!important;
  font-weight:950!important;
  line-height:1!important;
  text-align:center!important;
}
.wtp-fph-booking-trigger::after{content:"→";margin-left:9px;font-weight:950;}

.wtp-fph-no-visual .wtp-fph-top{grid-template-columns:1fr;min-height:auto;}
.wtp-fph-no-visual .wtp-fph-copy{max-width:none;}
.wtp-fph-visual-wrap{min-width:0;padding:34px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 100% 0,rgba(0,234,255,.11),transparent 26%),linear-gradient(180deg,#fafdff 0%,#eef7ff 100%);border-left:1px solid var(--wtp-line-soft);}
.wtp-fph-gallery{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.wtp-fph-visual-card{position:relative;min-height:238px;overflow:hidden;border:2px solid transparent;border-radius:26px;background:var(--wtp-card-bg);box-shadow:var(--wtp-soft-shadow);transition:transform .18s ease,box-shadow .18s ease,background .18s ease;isolation:isolate;margin:0;}
.wtp-fph-visual-card:hover{background:var(--wtp-card-bg-hover);box-shadow:var(--wtp-strong-shadow);}
.wtp-fph-visual-card img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease;}
.wtp-fph-visual-card:hover img{transform:scale(1.035);}
.wtp-fph-visual-card::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(2,27,58,.18) 0%,rgba(2,27,58,.02) 38%,rgba(2,27,58,.46) 100%);pointer-events:none;}
.wtp-fph-visual-card figcaption{position:absolute;left:14px;right:14px;bottom:14px;z-index:3;display:flex;flex-direction:column;gap:2px;min-height:40px;padding:9px 13px;border:1px solid rgba(255,255,255,.70);border-radius:18px;background:linear-gradient(135deg,rgba(2,27,58,.90),rgba(8,58,112,.82));color:#fff;box-shadow:0 0 0 1px rgba(0,194,255,.55),0 10px 22px rgba(2,27,58,.14);backdrop-filter:blur(8px);}
.wtp-fph-visual-card figcaption strong{display:block;color:#fff;font-size:.82rem;font-weight:950;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wtp-fph-visual-card figcaption span{display:block;color:#cfefff;font-size:.72rem;font-weight:850;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wtp-fph-layout-one .wtp-fph-gallery{grid-template-columns:1fr;}
.wtp-fph-layout-one .wtp-fph-visual-card{min-height:510px;}
.wtp-fph-layout-two .wtp-fph-gallery{grid-template-columns:repeat(2,minmax(0,1fr));}
.wtp-fph-layout-two .wtp-fph-visual-card{min-height:510px;}
.wtp-fph-layout-rail .wtp-fph-visual-wrap{padding:24px;background:#021b3a;}
.wtp-fph-layout-rail .wtp-fph-gallery{display:flex;align-items:stretch;width:max-content;min-width:max-content;gap:12px;animation:wtpFphRail var(--wtp-fph-rail-speed,90s) linear infinite;will-change:transform;}
.wtp-fph-layout-rail .wtp-fph-gallery:hover{animation-play-state:paused;}
.wtp-fph-layout-rail .wtp-fph-visual-card{flex:0 0 min(34vw,520px);width:min(34vw,520px);min-height:clamp(300px,44vh,500px);}

/* v0.3.29: extra static-image layouts. These keep all rotating images in one consistent rectangular frame. */
.wtp-fph-layout-random_four .wtp-fph-gallery{grid-template-columns:repeat(2,minmax(0,1fr));}
.wtp-fph-layout-random_four .wtp-fph-visual-card img{opacity:1;transition:transform .18s ease;}
.wtp-fph-layout-random_four .wtp-fph-visual-card.is-changing img{opacity:1;transform:scale(1.012);}
.wtp-fph-layout-random_four .wtp-fph-image-data,
.wtp-fph-layout-slideshow .wtp-fph-image-data{display:none!important;}
.wtp-fph-layout-slideshow .wtp-fph-visual-wrap{justify-content:flex-end;}
.wtp-fph-layout-slideshow .wtp-fph-gallery{position:relative!important;display:block!important;width:100%!important;max-width:900px!important;aspect-ratio:900 / 553!important;height:auto!important;min-height:0!important;overflow:hidden!important;border-radius:28px;margin-left:auto!important;margin-right:clamp(28px,4vw,64px)!important;}
.wtp-fph-layout-slideshow .wtp-fph-visual-card{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;opacity:0;pointer-events:none;transform:none!important;transition:opacity .42s ease!important;}
.wtp-fph-layout-slideshow .wtp-fph-visual-card.is-active{opacity:1;pointer-events:auto;z-index:2;}
.wtp-fph-layout-slideshow .wtp-fph-visual-card img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;}
.wtp-fph-layout-slideshow .wtp-fph-visual-card:hover{transform:none!important;}
@keyframes wtpFphRail{from{transform:translate3d(0,0,0);}to{transform:translate3d(-50%,0,0);}}
/* Shortcode visual mode - audited single source of truth. */
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-frame,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-top{overflow:visible!important;}
@media(min-width:1101px){
  .wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-top{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:0!important;align-items:center!important;}
}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-visual-wrap{box-sizing:border-box!important;min-width:0!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;padding:0 28px 0 0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:stretch!important;align-self:center!important;overflow:visible!important;background:transparent!important;background-image:none!important;border-left:0!important;box-shadow:none!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-wrap{box-sizing:border-box!important;flex:0 0 auto!important;width:calc(var(--wtp-fph-shortcode-width,850px) + (var(--wtp-fph-shortcode-pad,2px) * 2))!important;max-width:100%!important;height:calc(var(--wtp-fph-shortcode-height,553px) + (var(--wtp-fph-shortcode-pad,2px) * 2))!important;max-height:none!important;min-width:0!important;min-height:0!important;padding:var(--wtp-fph-shortcode-pad,2px)!important;margin:0!important;overflow:hidden!important;border:0!important;border-radius:28px!important;background:#fff!important;box-shadow:0 16px 34px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.9) inset!important;display:block!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner{box-sizing:border-box!important;width:var(--wtp-fph-shortcode-width,850px)!important;max-width:100%!important;height:var(--wtp-fph-shortcode-height,553px)!important;max-height:var(--wtp-fph-shortcode-height,553px)!important;min-width:0!important;min-height:0!important;overflow:hidden!important;border-radius:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;background:transparent!important;padding:0!important;margin:0!important;box-shadow:none!important;border:0!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner > style,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner > script{display:none!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-v422{box-sizing:border-box!important;flex:0 0 auto!important;display:block!important;width:var(--wtp-fph-shortcode-width,850px)!important;min-width:0!important;max-width:100%!important;height:var(--wtp-fph-shortcode-height,553px)!important;min-height:var(--wtp-fph-shortcode-height,553px)!important;max-height:var(--wtp-fph-shortcode-height,553px)!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:26px!important;background:transparent!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-single-v422,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-fade-v422,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-carousel-v422{position:relative!important;overflow:hidden!important;min-height:0!important;border-radius:26px!important;width:var(--wtp-fph-shortcode-width,850px)!important;height:var(--wtp-fph-shortcode-height,553px)!important;aspect-ratio:var(--wtp-fph-shortcode-ratio,850 / 553)!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-single-v422 .wtp-property-picture-card-v422,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-fade-v422 .wtp-property-picture-card-v422,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-carousel-v422 .wtp-property-picture-card-v422{width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;aspect-ratio:var(--wtp-fph-shortcode-ratio,850 / 553)!important;border-radius:26px!important;overflow:hidden!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-single-v422 .wtp-property-picture-card-v422 img,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-fade-v422 .wtp-property-picture-card-v422 img,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner .wtp-property-pictures-carousel-v422 .wtp-property-picture-card-v422 img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;display:block!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode.wtp-fph-shortcode-grid-mode .wtp-fph-shortcode-wrap{width:calc(var(--wtp-fph-shortcode-width,900px) + (var(--wtp-fph-shortcode-pad,2px) * 2))!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:var(--wtp-fph-shortcode-pad,2px)!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode.wtp-fph-shortcode-grid-mode .wtp-fph-shortcode-inner{display:block!important;width:var(--wtp-fph-shortcode-width,900px)!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;aspect-ratio:auto!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode.wtp-fph-shortcode-grid-mode .wtp-fph-shortcode-inner .wtp-property-pictures-v422,
.wtp-featured-page-hero.wtp-fph-mode-shortcode.wtp-fph-shortcode-grid-mode .wtp-fph-shortcode-inner .wtp-property-pictures-grid-v422,
.wtp-featured-page-hero.wtp-fph-mode-shortcode.wtp-fph-shortcode-grid-mode .wtp-fph-shortcode-inner [class*="wtp-property-pictures-grid"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:var(--wtp-pic-gap,12px)!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important;padding:0!important;overflow:visible!important;line-height:normal!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode.wtp-fph-shortcode-grid-mode .wtp-fph-shortcode-inner [class*="wtp-property-picture-card"]{max-width:none!important;}
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner img,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner picture,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner video,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner iframe,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner canvas,
.wtp-featured-page-hero.wtp-fph-mode-shortcode .wtp-fph-shortcode-inner svg{max-width:100%!important;max-height:100%!important;}

.wtp-fph-bottom{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px;background:#fff;border-top:1px solid var(--wtp-line-soft);}
.wtp-fph-bottom .wtp-fph-button{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;padding:11px 14px;border:2px solid transparent;border-radius:18px;background:var(--wtp-card-bg);color:var(--wtp-navy)!important;box-shadow:0 12px 30px rgba(2,27,58,.09),0 0 0 1px rgba(255,255,255,.72) inset;font-size:.92rem;font-weight:950;line-height:1.2;text-align:center;}
.wtp-fph-bottom .wtp-fph-button:hover{background:var(--wtp-card-bg-hover);box-shadow:0 16px 36px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.80) inset;}
.wtp-fph-bottom .wtp-fph-button.is-primary{border:0;background:var(--wtp-button-gradient);color:#fff!important;box-shadow:0 14px 32px rgba(2,27,58,.20);}
.wtp-fph-bottom .wtp-fph-button.is-primary:hover{background:var(--wtp-button-gradient-hover);}
@media(max-width:1100px){
  /* v0.3.62: one mobile template for every visual input. Heading is CSS-owned and locked; title-fitting JS is desktop-only. */
  html body .wtp-featured-page-hero[data-wtp-featured-hero] .wtp-fph-title-box{max-height:none!important;overflow:visible!important;}
  html body .wtp-featured-page-hero[data-wtp-featured-hero] .wtp-fph-title{font-size:clamp(var(--wtp-fph-title-min,30px),9.8vw,var(--wtp-fph-title-mobile,46px))!important;line-height:.98!important;white-space:normal!important;max-height:none!important;overflow:visible!important;}
  html body .wtp-featured-page-hero[data-wtp-featured-hero] > .wtp-fph-outer > .wtp-fph-frame > .wtp-fph-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    min-height:auto!important;
    width:100%!important;
    max-width:100%!important;
    align-items:stretch!important;
  }
  html body .wtp-featured-page-hero[data-wtp-featured-hero] .wtp-fph-copy,
  html body .wtp-featured-page-hero[data-wtp-featured-hero] .wtp-fph-visual-wrap{
    grid-column:1!important;
    min-width:0!important;
  }
  .wtp-featured-page-hero:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-visual-wrap{border-left:0;border-top:1px solid var(--wtp-line-soft);}
  .wtp-featured-page-hero.wtp-fph-mode-shortcode:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-visual-wrap{width:100%!important;max-width:100%!important;justify-self:center!important;justify-content:center!important;border-left:0!important;border-top:0!important;padding:0 24px 28px!important;}
  .wtp-featured-page-hero.wtp-fph-mode-shortcode:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-shortcode-wrap{max-width:100%!important;margin:0 auto!important;}
  .wtp-fph-layout-two .wtp-fph-visual-card{min-height:330px;}
  .wtp-fph-layout-one .wtp-fph-visual-card{min-height:430px;}
}
@media(max-width:820px){
  .wtp-fph-copy{padding:34px 24px;}
  .wtp-fph-proof-row{grid-template-columns:1fr;}
  .wtp-fph-bottom{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .wtp-featured-page-hero.wtp-fph-booking-shortcode-mode .wtp-fph-visual-wrap{min-height:0!important;padding:0 20px 28px!important;}
  .wtp-fph-booking-trigger-wrap{min-height:150px;padding:20px;border-radius:22px;}
  .wtp-fph-booking-trigger{width:100%!important;min-width:0!important;}
  .wtp-featured-page-hero:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-outer{padding:10px;}
  .wtp-featured-page-hero:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-frame{border-radius:24px;}
  .wtp-fph-copy{padding:28px 20px;}
  .wtp-fph-description{font-size:.98rem;line-height:1.62;}
  .wtp-fph-actions{flex-direction:column;}
  .wtp-fph-actions .wtp-fph-button{width:100%;}
  .wtp-featured-page-hero:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-visual-wrap{padding:16px;}
  .wtp-featured-page-hero:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-gallery{gap:10px;}
  .wtp-featured-page-hero:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-visual-card{min-height:152px;border-radius:18px;}
  .wtp-fph-visual-card figcaption{left:10px;right:10px;bottom:10px;min-height:34px;padding:8px 10px;font-size:.74rem;}
  .wtp-fph-layout-one .wtp-fph-visual-card{min-height:270px;}
  .wtp-fph-layout-two .wtp-fph-gallery{grid-template-columns:1fr;}
  .wtp-fph-layout-two .wtp-fph-visual-card{min-height:220px;}
  .wtp-fph-layout-rail .wtp-fph-visual-wrap{padding:10px;}
  .wtp-fph-layout-rail .wtp-fph-visual-card{flex-basis:82vw;width:82vw;min-height:280px;border-radius:20px;}
  .wtp-fph-layout-slideshow .wtp-fph-visual-wrap{justify-content:center!important;}
  .wtp-featured-page-hero.wtp-fph-mode-shortcode:not(.wtp-fph-mobile-two-stack-target) .wtp-fph-visual-wrap{padding:0 16px 20px!important;}
  .wtp-fph-layout-slideshow .wtp-fph-gallery{max-width:100%!important;aspect-ratio:900 / 553!important;height:auto!important;border-radius:20px!important;margin-left:auto!important;margin-right:auto!important;}
  .wtp-fph-layout-slideshow .wtp-fph-visual-card{height:100%!important;border-radius:20px!important;}
  .wtp-fph-bottom{grid-template-columns:1fr;gap:9px;padding:16px;}
  .wtp-fph-bottom .wtp-fph-button{min-height:54px;}
}


/* v0.3.12: bottom button style safety lock. The 4th bottom nav button is always the blue primary button. */
.wtp-fph-bottom .wtp-fph-button:nth-child(4){border:0!important;background:var(--wtp-button-gradient)!important;color:#fff!important;box-shadow:0 14px 32px rgba(2,27,58,.20)!important;}
.wtp-fph-bottom .wtp-fph-button:nth-child(4):hover{background:var(--wtp-button-gradient-hover)!important;}
.wtp-fph-bottom .wtp-fph-button:not(:nth-child(4)){border:2px solid transparent!important;background:var(--wtp-card-bg)!important;color:var(--wtp-navy)!important;box-shadow:0 12px 30px rgba(2,27,58,.09),0 0 0 1px rgba(255,255,255,.72) inset!important;}
.wtp-fph-bottom .wtp-fph-button:not(:nth-child(4)):hover{background:var(--wtp-card-bg-hover)!important;box-shadow:0 16px 36px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.80) inset!important;}
/* v0.3.21: real modal popup. No checkbox/label fallback and no in-flow popup content.
   Popup HTML is printed in the footer hidden by default and opened only by JS. */
.wtp-fph-button.is-popup{
  cursor:pointer!important;
  user-select:none!important;
  text-decoration:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-family:inherit!important;
}
button.wtp-fph-button.is-popup{
  border:0;
  -webkit-appearance:none;
  appearance:none;
}
.wtp-fph-popup,
.wtp-fph-popup[hidden],
.wtp-fph-popup:not(.is-open){
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.wtp-fph-popup.is-open{
  display:flex!important;
  visibility:visible!important;
  pointer-events:auto!important;
  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  align-items:center!important;
  justify-content:center!important;
  padding:20px!important;
  margin:0!important;
  width:100vw!important;
  height:100vh!important;
  box-sizing:border-box!important;
}
.wtp-fph-popup-backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  background:rgba(2,27,58,.66)!important;
  backdrop-filter:blur(7px);
  display:block!important;
  cursor:pointer!important;
}
.wtp-fph-popup-panel{
  position:relative!important;
  z-index:1!important;
  width:min(1040px,calc(100vw - 28px))!important;
  max-height:min(86vh,920px)!important;
  overflow:auto!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:0 32px 90px rgba(2,27,58,.38)!important;
  border:1px solid rgba(255,255,255,.9)!important;
}
.wtp-fph-popup-content{padding:28px!important;}
.wtp-fph-popup-close{
  position:sticky!important;
  top:12px!important;
  float:right!important;
  z-index:2!important;
  margin:12px 12px 0 0!important;
  width:42px!important;
  height:42px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#021b3a,#083a70,#00c2ff)!important;
  color:#fff!important;
  font-size:28px!important;
  font-weight:900!important;
  line-height:42px!important;
  text-align:center!important;
  display:block!important;
  cursor:pointer!important;
  box-shadow:0 12px 28px rgba(2,27,58,.24)!important;
}
.wtp-fph-popup-close:hover{transform:translateY(-1px);}
body.wtp-fph-popup-open{overflow:hidden!important;}
@media(max-width:640px){
  .wtp-fph-popup.is-open{padding:10px!important;}
  .wtp-fph-popup-panel{border-radius:22px!important;width:calc(100vw - 20px)!important;max-height:90vh!important;}
  .wtp-fph-popup-content{padding:20px 16px!important;}
  .wtp-fph-popup-close{width:38px!important;height:38px!important;font-size:24px!important;line-height:38px!important;}
}

/* v0.3.22: generated live modal from popup shortcode payload. Popup content is stored in JSON payload scripts, not rendered into page flow. */
#wtp-fph-live-popup-modal,
#wtp-fph-live-popup-modal:not(.is-open){display:none!important;visibility:hidden!important;pointer-events:none!important;}
#wtp-fph-live-popup-modal.is-open{display:flex!important;visibility:visible!important;pointer-events:auto!important;position:fixed!important;inset:0!important;z-index:2147483647!important;align-items:center!important;justify-content:center!important;padding:20px!important;margin:0!important;width:100vw!important;height:100vh!important;box-sizing:border-box!important;}
.wtp-fph-popup-payload{display:none!important;}


/* v0.3.24: Pricing calculator popups need the full calculator canvas, not the narrow generic modal. */
#wtp-fph-live-popup-modal.has-pricing-calculator,
.wtp-fph-popup.has-pricing-calculator{
  padding:16px!important;
}
#wtp-fph-live-popup-modal.has-pricing-calculator .wtp-fph-popup-panel,
.wtp-fph-popup.has-pricing-calculator .wtp-fph-popup-panel,
.wtp-fph-popup-panel.has-pricing-calculator{
  width:min(1280px,calc(100vw - 32px))!important;
  max-width:calc(100vw - 32px)!important;
  max-height:calc(100vh - 32px)!important;
  overflow:auto!important;
}
#wtp-fph-live-popup-modal.has-pricing-calculator .wtp-fph-popup-content,
.wtp-fph-popup.has-pricing-calculator .wtp-fph-popup-content{
  padding:18px!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
#wtp-fph-live-popup-modal.has-pricing-calculator .wtp-pricing-shortcode,
#wtp-fph-live-popup-modal.has-pricing-calculator .wtp-pricing-calculator,
#wtp-fph-live-popup-modal.has-pricing-calculator .wtp-pricing-app,
.wtp-fph-popup.has-pricing-calculator .wtp-pricing-shortcode,
.wtp-fph-popup.has-pricing-calculator .wtp-pricing-calculator,
.wtp-fph-popup.has-pricing-calculator .wtp-pricing-app{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
}
#wtp-fph-live-popup-modal.has-pricing-calculator .wtp-pricing-layout,
.wtp-fph-popup.has-pricing-calculator .wtp-pricing-layout{
  width:100%!important;
}
@media(max-width:760px){
  #wtp-fph-live-popup-modal.has-pricing-calculator,
  .wtp-fph-popup.has-pricing-calculator{padding:0!important;}
  #wtp-fph-live-popup-modal.has-pricing-calculator .wtp-fph-popup-panel,
  .wtp-fph-popup.has-pricing-calculator .wtp-fph-popup-panel,
  .wtp-fph-popup-panel.has-pricing-calculator{
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
    border-radius:0!important;
  }
  #wtp-fph-live-popup-modal.has-pricing-calculator .wtp-fph-popup-content,
  .wtp-fph-popup.has-pricing-calculator .wtp-fph-popup-content{padding:0!important;}
}
/* v0.3.52: single real mobile frame/two-stack rule.
   This restores the approved wide mobile tile without using broad head !important rules on the rest of the hero layout. */
@media(max-width:820px){
  html body .wtp-featured-page-hero.wtp-fph-layout-four,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;overflow-x:hidden!important;overflow-y:visible!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-outer,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-outer,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-outer{width:100vw!important;max-width:100vw!important;padding:0!important;overflow:visible!important;background:#fff!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-frame,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-frame,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-frame{width:100vw!important;max-width:100vw!important;overflow:visible!important;border-radius:0!important;border-left:0!important;border-right:0!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-top,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-top,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-top{display:grid!important;grid-template-columns:1fr!important;width:100vw!important;max-width:100vw!important;min-height:0!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-visual-wrap,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-visual-wrap,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-visual-wrap{display:block!important;width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-gallery,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-gallery,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-gallery,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures-grid"],
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures"][data-mode="grid"]{display:grid!important;grid-template-columns:1fr!important;width:100vw!important;max-width:100vw!important;gap:12px!important;margin:0!important;padding:0!important;}
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-wrap,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures"]{box-sizing:border-box!important;display:block!important;width:100vw!important;max-width:100vw!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;aspect-ratio:auto!important;margin:0!important;padding:0!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-gallery>.wtp-fph-visual-card,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-gallery>.wtp-fph-visual-card,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-gallery>.wtp-fph-visual-card,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures-grid"]>[class*="wtp-property-picture-card"],
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures"][data-mode="grid"]>[class*="wtp-property-picture-card"]{display:block!important;width:100vw!important;max-width:100vw!important;height:220px!important;min-height:220px!important;max-height:220px!important;margin:0!important;border-radius:0!important;aspect-ratio:auto!important;overflow:hidden!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-gallery>.wtp-fph-visual-card img,
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-gallery>.wtp-fph-visual-card img,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-gallery>.wtp-fph-visual-card img,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures-grid"]>[class*="wtp-property-picture-card"] img,
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures"][data-mode="grid"]>[class*="wtp-property-picture-card"] img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;display:block!important;}
  html body .wtp-featured-page-hero.wtp-fph-layout-four .wtp-fph-gallery>.wtp-fph-visual-card:nth-child(n+3),
  html body .wtp-featured-page-hero.wtp-fph-layout-random_four .wtp-fph-gallery>.wtp-fph-visual-card:nth-child(n+3),
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-gallery>.wtp-fph-visual-card:nth-child(n+3),
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures-grid"]>[class*="wtp-property-picture-card"]:nth-child(n+3),
  html body .wtp-featured-page-hero.wtp-fph-mobile-two-stack-target .wtp-fph-shortcode-inner [class*="wtp-property-pictures"][data-mode="grid"]>[class*="wtp-property-picture-card"]:nth-child(n+3){display:none!important;}
}
