/*
  Idylease clean review stylesheet
  Generated from: v5work/css/idylease.css
  Baseline HTML: v5work/index.html

  Purpose:
  - standalone review CSS only
  - not minified
  - duplicate selector blocks consolidated
  - patch-history comments removed
  - style.css and plugins.css remain untouched
  - do not overwrite your live CSS until visually approved

  Original idylease.css lines: 6746
  Clean review CSS keeps merged active selector blocks: 578
  Source rule blocks kept/merged: 833
  Source rule blocks skipped as unused/empty: 2
*/

/* =======================================================
   00 KEYFRAMES
======================================================= */

@keyframes idyKenBurns {
0% {
        background-size: 100% auto;
        background-position: center center;
    }
    100% {
        background-size: 106% auto;
        background-position: center 47%;
    }
}

@keyframes idyDetailFloat {
0% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -18px, 0) scale(.985);
    }
    1% {
        visibility: visible;
    }
    28% {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0) scale(1);
    }
    72% {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0) scale(1);
    }
    99% {
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 16px, 0) scale(.995);
    }
}

@keyframes idyIntroKenBurns {
0% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1.06);
    }
}

@keyframes idyVegasCaptionIn {
from {
        opacity: 0;
        transform: translate3d(0, 26px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes idyVegasIntroSmoothHandoffV14 {
0% {
        transform: scale(1.014);
    }
    100% {
        transform: scale(1.038);
    }
}

@keyframes idyVegasHeroVisibleTravelV16 {
0% {
        transform: scale(1.012);
    }
    100% {
        transform: scale(1.070);
    }
}

/* =======================================================
   01 FOUNDATION / SHARED OVERRIDES
======================================================= */

.navbar, .navbar .container, .navbar-collapse, .navbar-nav {
    max-width: 100vw;
}

.preloader-bg.fade-out, #preloader.fade-out {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .35s ease, visibility 0s linear .35s !important;
}

body.idy-page-ready .preloader-bg, body.idy-page-ready #preloader {
    pointer-events: none !important;
}

body.idy-page-ready .preloader-bg, body.idy-page-ready #preloader, .preloader-bg.fade-out, #preloader.fade-out {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .35s ease, visibility 0s linear .35s !important;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    overflow-y: auto;
}

/* =======================================================
   02 HERO / VEGAS / DETAIL SLIDE
======================================================= */

.idy-detail-slide {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.idy-detail-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.36) 34%, rgba(0,0,0,.16) 62%, rgba(0,0,0,.42) 100%),
        linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.08) 42%, rgba(0,0,0,.50) 100%);
}

.owl-item.active .idy-detail-slide, .idy-detail-slide.is-active {
    animation: idyKenBurns 16s ease-out both;
    transform-origin: center center;
}

.idy-detail-caption {
    z-index: 5;
}

.idy-detail-caption h1 {
    letter-spacing: 14px;
    white-space: nowrap;
}

.idy-detail-caption h4, .idy-detail-caption p span {
    letter-spacing: 10px;
}

.idy-detail-stack {
    position: absolute;
    left: clamp(110px, 9.5vw, 200px);
    top: 22vh;
    width: clamp(555px, 35vw, 705px);
    height: 61vh;
    z-index: 3;
    pointer-events: none;
}

.idy-detail-card {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 22px 50px rgba(0,0,0,.42);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -18px, 0) scale(.985);
    filter: saturate(.95) contrast(1.02);
    animation: none;
    animation-fill-mode: both;
    will-change: opacity, transform;
}

.idy-detail-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.idy-detail-card--two img {
    object-position: center center;
}

.idy-detail-card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.idy-detail-card--one {
    width: 37.5%;
    aspect-ratio: 3 / 4;
    left: 24%;
    top: -10px;
    z-index: 4;
}

.idy-detail-card--one img {
    object-position: center center;
    object-fit: contain;
    background: rgba(0,0,0,.18);
}

.idy-detail-card--two {
    width: 35.5%;
    aspect-ratio: 4 / 3.4;
    left: 0;
    top: 42%;
    z-index: 5;
}

.idy-detail-card--three {
    width: 33%;
    aspect-ratio: 3 / 4;
    left: 33%;
    top: 48%;
    z-index: 2;
}

.idy-detail-card--three img {
    object-position: center center;
    object-fit: contain;
    background: rgba(0,0,0,.18);
}

.idy-detail-slide.is-active .idy-detail-card--one {
    animation: idyDetailFloat 4.75s cubic-bezier(.22, .61, .36, 1) .15s both;
}

.idy-detail-slide.is-active .idy-detail-card--two {
    animation: idyDetailFloat 4.75s cubic-bezier(.22, .61, .36, 1) .65s both;
}

.idy-detail-slide.is-active .idy-detail-card--three {
    animation: idyDetailFloat 4.75s cubic-bezier(.22, .61, .36, 1) 1.15s both;
}

.idy-detail-slide.idy-reset .idy-detail-card {
    animation: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate3d(0, -18px, 0) scale(.985) !important;
}

@media screen and (max-width: 991px) {
    .idy-detail-stack {
        left: 7vw;
        top: 24vh;
        width: 68vw;
        height: 50vh;
        opacity: .9;
        z-index: 3;
    }

    .idy-detail-card--one {
        width: 37.5%;
        left: 24%;
        top: 0;
        z-index: 4;
    }

    .idy-detail-card--two {
        width: 35.5%;
        left: 0;
        top: 42%;
        z-index: 5;
    }

    .idy-detail-card--three {
        width: 42%;
        left: 33%;
        top: 35%;
        z-index: 2;
    }

    .idy-detail-caption h1 {
        white-space: normal;
        letter-spacing: 8px;
    }

    .idy-detail-caption h4, .idy-detail-caption p span {
        letter-spacing: 5px;
    }

}

@media screen and (max-width: 767px) {
    .idy-detail-stack {
        display: none;
    }

    .idy-detail-caption h1 {
        font-size: 42px;
        letter-spacing: 6px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .owl-item.active .idy-detail-slide, .idy-detail-slide.is-active, .idy-detail-slide.is-active .idy-detail-card {
        animation: none !important;
    }

    .idy-detail-slide.is-active .idy-detail-card {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

}

.idy-vegas-hero-layer.text-center {
    text-align: center !important;
}

.header.slider-fade[data-vegas-hero="true"] .caption h4 {
    font-family: "Barlow Condensed", serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.header.slider-fade[data-vegas-hero="true"] .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: "Gilda Display", serif;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1.35em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 9px;
}

.header.slider-fade[data-vegas-hero="true"] .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    margin-right: 15px;
}

.header.slider-fade[data-vegas-hero="true"] .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.idy-vegas-hero-layer .caption h4, .idy-vegas-hero-layer .caption h1, .idy-vegas-hero-layer .caption p, .idy-vegas-hero-layer .caption .butn-light {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
}

.idy-vegas-hero-layer.is-active .caption h4 {
    animation-delay: .18s;
}

.idy-vegas-hero-layer.is-active .caption h1 {
    animation-delay: .34s;
}

.idy-vegas-hero-layer.is-active .caption p {
    animation-delay: .50s;
}

.idy-vegas-hero-layer.is-active .caption .butn-light {
    animation-delay: .66s;
}

.idy-vegas-hero-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 14;
}

.idy-vegas-hero-dots:after {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(50%);
    width: 1px;
    height: 60px;
    content: "";
    background: rgba(255, 255, 255, .3);
}

.idy-vegas-hero-dots:before {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(50%);
    width: 1px;
    height: 60px;
    content: "";
    background: rgba(255, 255, 255, .3);
}

.idy-vegas-hero-dots button {
    display: block;
    width: 12px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: color .3s ease;
}

.idy-vegas-hero-dots button.is-active, .idy-vegas-hero-dots button:hover {
    color: #aa8453;
}

.header.slider-fade[data-vegas-hero="true"] .reservation {
    z-index: 15;
}

.idy-vegas-hero-layer .idy-detail-stack {
    z-index: 3;
}

.idy-vegas-hero-layer .idy-detail-caption {
    z-index: 9;
}

.idy-vegas-hero-layer:not(.is-active) .idy-detail-card {
    animation: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.idy-intro-rotator.idy-vegas-intro-rotator .owl-stage-outer, .idy-intro-rotator.idy-vegas-intro-rotator .owl-stage, .idy-intro-rotator.idy-vegas-intro-rotator .owl-item, .idy-intro-rotator.idy-vegas-intro-rotator .owl-nav, .idy-intro-rotator.idy-vegas-intro-rotator .owl-dots {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .header.slider-fade[data-vegas-hero="true"] .caption h1 {
        font-size: 36px;
        letter-spacing: 6px;
    }

    .idy-vegas-hero-dots {
        display: none;
    }

    .idy-intro-rotator.idy-vegas-intro-rotator {
        aspect-ratio: 4 / 3;
    }

}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-detail-slide, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-detail-slide.is-active {
    animation: none !important;
    background-size: auto !important;
    background-position: center center !important;
    transform: none !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-detail-bg-motion {
    display: none !important;
    animation: none !important;
    transform: none !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-detail-slide.is-active .idy-detail-card--one {
    animation: idyDetailFloat 8.2s cubic-bezier(.22, .61, .36, 1) .35s both;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-detail-slide.is-active .idy-detail-card--two {
    animation: idyDetailFloat 8.2s cubic-bezier(.22, .61, .36, 1) 1.15s both;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-detail-slide.is-active .idy-detail-card--three {
    animation: idyDetailFloat 8.2s cubic-bezier(.22, .61, .36, 1) 1.95s both;
}

.header.slider-fade[data-vegas-hero="true"] .vegas-slide, .header.slider-fade[data-vegas-hero="true"] .vegas-slide-inner {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-color: #111 !important;
}

.idy-intro-rotator.idy-vegas-intro-rotator .vegas-slide, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-slide-inner {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-color: #111 !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot.is-active, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot:hover {
    color: #aa8453;
}

.header.slider-fade[data-vegas-hero="true"] .vegas-container, .header.slider-fade[data-vegas-hero="true"] .vegas-wrapper, .header.slider-fade[data-vegas-hero="true"] .vegas-slide, .header.slider-fade[data-vegas-hero="true"] .vegas-slide-inner {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: 100% !important;
    overflow: hidden !important;
}

.header.slider-fade[data-vegas-hero="true"] .vegas-slide-inner {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.idy-vegas-hero-layers, .idy-vegas-hero-layer, .idy-vegas-hero-layer.item, .header.slider-fade[data-vegas-hero="true"] .item {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
}

.idy-vegas-hero-layer .container {
    max-width: 1140px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots:before, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots:after {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
}

@media screen and (max-width: 991px) {
    .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots {
        right: 22px !important;
    }

}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots {
    display: none !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-control {
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.52);
    background: rgba(0,0,0,.14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    transition: border-color .25s ease,
        color .25s ease,
        background-color .25s ease,
        transform .25s ease;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-control i {
    font-size: 15px;
    line-height: 1;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-control:hover, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-control:focus {
    border-color: #aa8453;
    color: #aa8453;
    background: rgba(0,0,0,.26);
    transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
    .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-controls {
        right: 18px;
        bottom: 24px;
        gap: 10px;
    }

    .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-control {
        width: 40px;
        height: 40px;
    }

}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots:after {
    position: absolute;
    top: -70px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 1px;
    height: 60px;
    content: "";
    background: rgba(255, 255, 255, .3);
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots:before {
    position: absolute;
    bottom: -70px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 1px;
    height: 60px;
    content: "";
    background: rgba(255, 255, 255, .3);
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot.is-active, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot:hover, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot:focus {
    color: #aa8453;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-controls {
    position: absolute;
    right: clamp(24px, 4.5vw, 72px);
    bottom: clamp(28px, 5vh, 56px);
    z-index: 34 !important;
    display: flex;
    align-items: center;
    gap: 14px;
}

@media screen and (max-width: 767px) {
    .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots {
        display: none !important;
    }

}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: clamp(22px, 3.8vw, 58px) !important;
    transform: translateY(-50%);
    width: 18px !important;
    z-index: 32 !important;
    left: auto !important;
    display: block !important;
    counter-reset: idyHeroVegasDot;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot {
    display: block !important;
    width: 18px;
    height: 26px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 0 !important;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    transition: color .25s ease;
    position: relative;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot span {
    display: none !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot:before {
    counter-increment: idyHeroVegasDot;
    content: counter(idyHeroVegasDot);
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    transition: color .25s ease;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot.is-active:before, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot:hover:before, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots.owl-dots .owl-dot:focus:before {
    color: #aa8453;
}

.idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburns, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsUp, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsDown, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsLeft, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsRight, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsUpLeft, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsUpRight, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsDownLeft, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-animation-kenburnsDownRight {
    animation-name: idyVegasIntroSmoothHandoffV14 !important;
    transform-origin: center center !important;
}

.header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburns, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsUp, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsDown, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsLeft, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsRight, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsUpLeft, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsUpRight, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsDownLeft, .header.slider-fade[data-vegas-hero="true"] .vegas-animation-kenburnsDownRight {
    animation-name: idyVegasHeroVisibleTravelV16 !important;
    transform-origin: center center !important;
}

.idy-vegas-hero-layers {
    position: relative;
    z-index: 5;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.idy-vegas-hero-layer {
    position: absolute !important;
    inset: 0;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 5;
    transition: opacity 1.15s ease-in-out,
        visibility 0s linear 1.15s;
    background-image: none !important;
    background: transparent !important;
}

.idy-vegas-hero-layer.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 6;
    transition: opacity 1.15s ease-in-out,
        visibility 0s linear 0s;
}

.idy-vegas-hero-layer .v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    z-index: 9;
    right: 0 !important;
}

.idy-vegas-hero-layer .caption {
    z-index: 9;
}

.idy-vegas-hero-layer:not(.is-active) .caption h4, .idy-vegas-hero-layer:not(.is-active) .caption h1, .idy-vegas-hero-layer:not(.is-active) .caption p, .idy-vegas-hero-layer:not(.is-active) .caption .butn-light {
    opacity: 0 !important;
    visibility: hidden !important;
}

.idy-vegas-hero-layer.is-active .caption h4, .idy-vegas-hero-layer.is-active .caption h1, .idy-vegas-hero-layer.is-active .caption p, .idy-vegas-hero-layer.is-active .caption .butn-light {
    animation: idyVegasCaptionIn .9s cubic-bezier(.22,.61,.36,1) both;
    visibility: visible !important;
}

.idy-intro-rotator.idy-vegas-ready .idy-intro-slide, .idy-intro-rotator.idy-vegas-intro-rotator .owl-stage-outer, .idy-intro-rotator.idy-vegas-intro-rotator .owl-stage, .idy-intro-rotator.idy-vegas-intro-rotator .owl-item, .idy-intro-rotator.idy-vegas-intro-rotator .owl-nav, .idy-intro-rotator.idy-vegas-intro-rotator .owl-dots {
    display: none !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active), .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active) .caption, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active) .v-middle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active) .caption h4, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active) .caption h1, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active) .caption p, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active) .caption .butn-light, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer:not(.is-active) .idy-detail-card {
    opacity: 0 !important;
    visibility: hidden !important;
    animation: none !important;
    transform: translate3d(0, 26px, 0) !important;
    pointer-events: none !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active .caption, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active .v-middle {
    opacity: 1 !important;
    visibility: visible !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active .caption h4, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active .caption h1, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active .caption p, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active .caption .butn-light {
    visibility: visible !important;
    pointer-events: auto;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-hero-force-reset .caption h4, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-hero-force-reset .caption h1, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-hero-force-reset .caption p, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-hero-force-reset .caption .butn-light, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.idy-hero-force-reset .idy-detail-card {
    animation: none !important;
}

.header.slider-fade[data-vegas-hero="true"] {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background: #111;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    left: 0;
    right: 0;
    background-color: #111;
    background-image: url("../img/hero/idylease-at-night.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header.slider-fade[data-vegas-hero="true"] .vegas-wrapper, .header.slider-fade[data-vegas-hero="true"] .vegas-slide, .header.slider-fade[data-vegas-hero="true"] .vegas-slide-inner {
    z-index: 0 !important;
    position: absolute !important;
    inset: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layers {
    position: relative;
    z-index: 5;
    height: 100vh;
    min-height: 100vh;
    pointer-events: none;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer {
    position: absolute !important;
    inset: 0 !important;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: transparent !important;
    z-index: 5;
    transition: opacity 1.15s ease-in-out, visibility 0s linear 1.15s;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-layer.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 6;
    transition: opacity 1.15s ease-in-out, visibility 0s linear 0s;
}

.header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-dots, .header.slider-fade[data-vegas-hero="true"] .idy-vegas-hero-controls, .header.slider-fade[data-vegas-hero="true"] .reservation {
    z-index: 20 !important;
}

.idy-intro-rotator.idy-vegas-intro-rotator {
    position: relative;
    display: block !important;
    overflow: hidden;
    background: #111;
    aspect-ratio: 16 / 10;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background-color: #111;
    background-image: url("../img/about/idylease-inn-croquet.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.idy-intro-rotator.idy-vegas-intro-rotator .vegas-wrapper, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-slide, .idy-intro-rotator.idy-vegas-intro-rotator .vegas-slide-inner {
    z-index: 0 !important;
    position: absolute !important;
    inset: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.idy-intro-rotator.idy-vegas-intro-rotator:not(.idy-vegas-ready) .idy-intro-slide {
    display: none !important;
}

.idy-intro-rotator.idy-vegas-intro-rotator:not(.idy-vegas-ready) .idy-intro-slide.is-active, .idy-intro-rotator.idy-vegas-intro-rotator:not(.idy-vegas-ready) .idy-intro-slide:first-child {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.idy-intro-rotator.idy-vegas-intro-rotator:not(.idy-vegas-ready) .idy-intro-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.idy-intro-rotator.idy-vegas-ready .idy-intro-slide {
    display: none !important;
}

/* =======================================================
   03 INTRO / WIKIPEDIA GRAPHIC
======================================================= */

.idy-intro-section .row {
    row-gap: 40px;
}

.idy-intro-section {
    position: relative;
    background: #fff;
    padding-bottom: 5px !important;
}

.idy-intro-rotator.owl-theme .owl-nav, .idy-intro-rotator.owl-theme .owl-dots {
    display: none !important;
}

.idy-intro-copy p {
    font-size: 16px;
    line-height: 1.62em;
    margin-bottom: 18px;
}

.idy-intro-copy p:first-of-type {
    font-size: 17px;
    color: #444;
}

@media screen and (max-width: 991px) {
    .idy-intro-rotator-wrap {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .idy-intro-copy {
        max-width: none;
        padding-left: 0;
    }

}

@media screen and (max-width: 767px) {
    .idy-intro-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .idy-intro-copy p {
        font-size: 15px;
        line-height: 1.85em;
    }

}

@media (prefers-reduced-motion: reduce) {
    .idy-intro-rotator .owl-item.active .idy-intro-slide img {
        animation: none !important;
    }

}

.idy-intro-rotator-wrap {
    position: relative;
    padding-right: clamp(18px, 2.4vw, 38px);
}

.idy-intro-slide {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #111;
    aspect-ratio: 16 / 10;
    min-height: 0;
    max-height: none;
}

.idy-intro-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(1) contrast(1.06);
    transform: scale(1.01);
}

.idy-intro-slide img[src*="idylease-veranda-guests"] {
    object-position: center center;
}

.idy-intro-slide img[src*="idylease-inn-croquet"] {
    object-position: center center;
}

.idy-intro-slide img[src*="idylease-lobby-1903"] {
    object-position: center center;
}

.idy-intro-slide img[src*="idylease-construction-1902"] {
    filter: grayscale(1) contrast(1.12) brightness(.96);
    object-position: center center;
}

@media screen and (max-width: 991px) {
    .idy-intro-slide {
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 16 / 10;
    }

}

@media screen and (max-width: 767px) {
    .idy-intro-slide {
        height: 70vw;
        min-height: 300px;
        aspect-ratio: 4 / 3;
    }

}

.idy-intro-rotator .owl-stage-outer, .idy-intro-rotator .owl-stage, .idy-intro-rotator .owl-item {
    backface-visibility: hidden;
}

.idy-intro-rotator .owl-item {
    opacity: 0;
}

.idy-intro-rotator .owl-item.active {
    opacity: 1;
}

.idy-intro-rotator .owl-item.active .idy-intro-slide img {
    animation: idyIntroKenBurns 10s ease-out both;
    animation-duration: 12s;
}

.idy-intro-rotator .owl-stage-outer {
    overflow: hidden;
}

.idy-intro-copy {
    max-width: 620px;
    padding-left: clamp(10px, 2vw, 34px);
    padding-top: 0;
}

.idy-intro-copy .idy-place-title {
    text-transform: none;
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 28px;
    display: block;
    font-family: "Gilda Display", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25em;
    color: #222;
    margin: 0 0 28px 0;
}

.idy-intro-copy .idy-place-title:after {
    content: "";
    display: block;
    width: 74px;
    height: 1px;
    margin-top: 22px;
    background: #aa8453;
}

@media screen and (max-width: 767px) {
    .idy-intro-copy .idy-place-title {
        font-size: 38px;
    }

}

.idy-intro-section-header {
    margin-bottom: 62px;
    position: relative;
    text-align: center;
    margin: 0 0 48px;
    padding: 0;
    border: 0 !important;
}

.idy-intro-section-header:before, .idy-intro-section-header:after {
    display: none !important;
    content: none !important;
}

.idy-intro-section-header .idy-section-title {
    text-transform: uppercase;
    letter-spacing: .22em;
    margin-bottom: 12px;
    display: block;
    font-family: "Gilda Display", serif;
    font-size: clamp(42px, 5vw, 45px);
    font-weight: 400;
    line-height: 1.05em;
    color: #222;
    margin: 0;
    padding: 0;
    border: 0 !important;
}

.idy-intro-section-header .idy-section-title:after {
    content: "";
    display: block !important;
    width: 84px;
    height: 1px;
    margin: 12px auto 18px;
    background: rgba(170, 132, 83, .78);
}

.idy-intro-section-header .idy-section-kicker {
    color: #aa8453;
    letter-spacing: .48em;
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.idy-intro-rotator-wrap:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 3%;
    width: 1px;
    height: 94%;
    background: rgba(170, 132, 83, .32);
    display: block !important;
    z-index: 2;
}

.idy-intro-rotator-wrap:after {
    content: "1903";
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(50%, -50%) rotate(-90deg);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 12px;
    letter-spacing: 6px;
    color: rgba(170, 132, 83, .78);
    background: #fff;
    padding: 7px 0 8px 6px;
    display: block !important;
    z-index: 3;
}

.idy-intro-rotator {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(170, 132, 83, .55);
    box-sizing: border-box;
}

.idy-action-icon, .idy-action-text {
    position: relative;
    z-index: 1;
}

.idy-action-icon i {
    display: inline-block;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .idy-intro-section-header {
        margin-bottom: 36px;
    }

    .idy-intro-section-header .idy-section-title {
        letter-spacing: .16em;
        font-size: clamp(36px, 7vw, 58px);
    }

    .idy-intro-section-header .idy-section-kicker {
        letter-spacing: .36em;
        font-size: 14px;
    }

    .idy-intro-rotator-wrap:before, .idy-intro-rotator-wrap:after {
        display: none !important;
    }

    .idy-wiki-box, .idy-wiki-box:hover, .idy-wiki-box:focus {
        margin-top: 26px;
        padding: 0 !important;
    }

}

@media screen and (max-width: 767px) {
    .idy-intro-section-header {
        margin-bottom: 30px;
    }

    .idy-intro-section-header .idy-section-title {
        font-size: 34px;
        letter-spacing: .14em;
    }

    .idy-intro-section-header .idy-section-title:after {
        margin: 16px auto 14px;
    }

    .idy-intro-section-header .idy-section-kicker {
        letter-spacing: .28em;
        font-size: 12px;
    }

    .idy-intro-actions {
        gap: 12px;
        margin-top: 28px;
    }

    .idy-intro-action {
        flex: 1 1 100%;
        width: 100%;
    }

}

.idy-intro-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
    align-items: center;
}

.idy-intro-action, .idy-intro-action:hover, .idy-intro-action:focus, .idy-intro-action:active {
    position: relative;
    overflow: hidden;
    width: 178px;
    height: 48px;
    min-width: 178px;
    max-width: 178px;
    padding: 0;
    margin: 0;
    border-radius: 999px;
    border: 1px solid #aa8453;
    box-sizing: border-box;
    display: inline-grid;
    grid-template-columns: 24px auto;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transform: translate3d(0,0,0) !important;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.idy-intro-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 178px;
    padding: 14px 22px;
    border: 1px solid rgba(170, 132, 83, .65);
    background: #aa8453;
    color: #fff;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: all .25s ease;
}

.idy-intro-action:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .28s ease;
    z-index: 0;
    display: block !important;
    opacity: 1;
}

.idy-intro-action:hover:before, .idy-intro-action:focus:before {
    transform: scaleX(1);
}

.idy-intro-action:hover, .idy-intro-action:focus {
    color: #aa8453;
    border-color: #aa8453;
    background: #aa8453;
}

.idy-intro-action:after, .idy-intro-action:hover:after, .idy-intro-action:focus:after {
    display: none !important;
    content: none !important;
}

.idy-action-icon, .idy-action-text, .idy-intro-action:hover .idy-action-icon, .idy-intro-action:hover .idy-action-text, .idy-intro-action:focus .idy-action-icon, .idy-intro-action:focus .idy-action-text {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    line-height: 1;
    padding: 0;
    margin: 0;
    transform: translate3d(0,0,0) !important;
    transition: color .25s ease;
}

.idy-action-icon {
    font-size: 17px;
    line-height: 1;
    width: 24px;
}

.idy-action-text {
    min-width: 82px;
    white-space: nowrap;
}

.idy-action-icon i, .idy-intro-action:hover .idy-action-icon i, .idy-intro-action:focus .idy-action-icon i {
    display: inline-block;
    line-height: 1;
    transform: translate3d(0,0,0) !important;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .idy-intro-action, .idy-intro-action:hover, .idy-intro-action:focus, .idy-intro-action:active {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

}

.idy-wiki-box, .idy-wiki-box:hover, .idy-wiki-box:focus {
    position: relative !important;
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    padding: 0 !important;
    background: transparent !important;
    text-decoration: none !important;
    line-height: 0;
    overflow: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    aspect-ratio: auto !important;
}

.idy-wiki-box img, .idy-wiki-box:hover img, .idy-wiki-box:focus img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    background: transparent !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    object-fit: initial !important;
}

/* =======================================================
   04 1903 PARALLAX
======================================================= */

.idy-time1903 {
    position: relative;
    z-index: 1;
    min-height: clamp(370px, 30vw, 470px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #111;
}

.idy-time1903, .idy-time1903 * {
    box-sizing: border-box;
}

.idy-time1903__media {
    position: absolute;
    inset: -8% 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #111;
}

.idy-time1903__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 116%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: 50% 42%;
    transform: translate3d(0, -3%, 0) scale(1.06);
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}

.idy-time1903__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at 52% 48%, rgba(0,0,0,.08) 0%, rgba(0,0,0,.22) 62%, rgba(0,0,0,.46) 100%),
        linear-gradient(90deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.14) 46%, rgba(0,0,0,.30) 100%),
        linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.04) 46%, rgba(0,0,0,.24) 100%);
}

.idy-time1903__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 32px 72px;
}

.idy-time1903__content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.idy-time1903__kicker {
    margin: 0 0 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 14px rgba(0,0,0,.45);
}

.idy-time1903__title {
    margin: 0 0 20px;
    font-family: "Gilda Display", serif;
    font-size: clamp(32px, 3.8vw, 45px);
    font-weight: 400;
    line-height: 1.08em;
    color: #fff;
    text-shadow: 0 4px 22px rgba(0,0,0,.58);
}

.idy-time1903__title:after {
    content: "";
    display: block;
    width: 76px;
    height: 1px;
    margin: 20px auto 0;
    background: rgba(170,132,83,.88);
}

.idy-time1903__lead, .idy-time1903__text {
    max-width: 820px;
    margin: 0 auto 16px;
    font-family: "Barlow", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.68em;
    color: rgba(255,255,255,.91);
    text-shadow: 0 3px 16px rgba(0,0,0,.60);
}

.idy-time1903__lead {
    font-size: 16.5px;
    color: rgba(255,255,255,.96);
}

.idy-time1903__text {
    margin-bottom: 0;
}

.idy-time1903__archive-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 18px;
    padding: 13px 20px;
    border: 1px solid rgba(255,255,255,.72);
    color: #fff;
    background: rgba(0,0,0,.12);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
    transition: color .25s ease, border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.idy-time1903__archive-link:hover,
.idy-time1903__archive-link:focus {
    color: #fff;
    border-color: #aa8453;
    background: rgba(170,132,83,.24);
    transform: translateY(-1px);
}

.idy-time1903__archive-link i {
    font-size: 11px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .idy-time1903 {
        min-height: auto;
    }

    .idy-time1903__media {
        inset: 0;
    }

    .idy-time1903__image {
        height: 100%;
        object-position: 50% 42%;
        transform: none !important;
        will-change: auto;
    }

    .idy-time1903__inner {
        padding: 64px 24px;
    }

    .idy-time1903__kicker {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .idy-time1903__title {
        font-size: 30px;
        line-height: 1.12em;
    }

    .idy-time1903__lead, .idy-time1903__text {
        font-size: 15px;
        line-height: 1.72em;
    }

    .idy-time1903__archive-link {
        margin-top: 16px;
        padding: 12px 16px;
        font-size: 12px;
        letter-spacing: 2.4px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .idy-time1903__image {
        transform: none !important;
        will-change: auto;
    }

}

/* =======================================================
   05 ESTATE LIVING / TODAY
======================================================= */

.idy-today-btn:hover {
    background: #aa8453;
    color: #fff;
    border-color: #aa8453;
}

@media screen and (max-width: 1199px) {
    .idy-today-actions {
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 767px) {

    .idy-today-copy h2:before {
        display: none;
    }

}

.idy-today-copy .idy-today-social {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .idy-today-social {
        gap: 9px;
        margin-bottom: 26px;
    }

    .idy-today-social a {
        width: 29px;
        height: 29px;
        font-size: 12px;
    }

}

@media screen and (min-width: 992px) {
    .idy-today-section .col-lg-5 {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .idy-today-section .col-lg-7 {
        flex: 0 0 62%;
        max-width: 62%;
    }

}

@media screen and (max-width: 1199px) {
    .idy-today-copy h2 {
        font-size: clamp(40px, 4.2vw, 56px) !important;
    }

    .idy-today-btn {
        min-width: 188px !important;
    }

}

.idy-today-kicker:after {
    content: "";
    display: block;
    width: 54px;
    height: 1px;
    margin: 17px auto 0;
    background: rgba(170,132,83,.58);
}

.idy-today-social a {
    width: 29px !important;
    height: 29px !important;
    border: 1px solid rgba(170,132,83,.52) !important;
    color: #aa8453 !important;
    background: rgba(255,255,255,.35) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    opacity: .86 !important;
    transition: all .25s ease;
}

.idy-today-social a:hover, .idy-today-social a:focus {
    background: #aa8453 !important;
    border-color: #aa8453 !important;
    color: #fff !important;
    opacity: 1 !important;
    transform: translateY(-1px);
}

.idy-today-social i {
    display: block;
    line-height: 1 !important;
    transform: translate3d(0,0,0);
}

.idy-today-actions {
    display: flex !important;
    flex-wrap: wrap;
    gap: 18px !important;
    margin-top: 38px !important;
    align-items: center;
    justify-content: center !important;
}

.idy-today-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 198px !important;
    height: 56px !important;
    padding: 0 26px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid rgba(170,132,83,.78) !important;
    transition: all .25s ease;
    position: relative;
    font-weight: 400;
    line-height: 1 !important;
}

.idy-today-btn-primary {
    background: #0d332b !important;
    color: #f7efe1 !important;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.08);
}

.idy-today-btn-secondary {
    background: transparent !important;
    color: #aa8453 !important;
}

.idy-today-btn:hover, .idy-today-btn:focus {
    background: #aa8453 !important;
    color: #fff !important;
    border-color: #aa8453 !important;
}

.idy-today-image:before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(170,132,83,.22);
    pointer-events: none;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .idy-today-section {
        padding: 72px 0 !important;
    }

    .idy-today-image {
        max-width: 860px !important;
    }

}

@media screen and (max-width: 767px) {
    .idy-today-section {
        padding: 62px 0 !important;
    }

    .idy-today-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .idy-today-kicker {
        font-size: 12px !important;
        letter-spacing: 4px !important;
    }

    .idy-today-copy h2 {
        font-size: 40px !important;
    }

    .idy-today-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 13px !important;
    }

    .idy-today-btn {
        width: 100%;
        min-width: 0 !important;
    }

}

.idy-today-section {
    position: relative;
    padding: 88px 0 92px !important;
    background: #fbf8f1 !important;
    overflow: hidden;
}

.idy-today-section .container {
    max-width: 1540px !important;
    padding-left: clamp(34px, 4vw, 72px) !important;
    padding-right: clamp(34px, 4vw, 72px) !important;
}

.idy-today-section .row {
    align-items: center !important;
    column-gap: 0;
}

@media screen and (min-width: 992px) {
    .idy-today-section .col-lg-5, .idy-today-section .col-lg-7 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

}

.idy-today-copy {
    max-width: 570px !important;
    padding-right: 24px;
    margin: 0 auto !important;
    padding: 0 clamp(16px, 2vw, 34px) !important;
    text-align: center !important;
}

.idy-today-kicker {
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
    letter-spacing: 7px !important;
    text-transform: uppercase !important;
    color: #aa8453 !important;
    margin-bottom: 18px;
    display: block !important;
    margin: 0 0 14px !important;
    text-align: center !important;
    padding: 0 !important;
}

.idy-today-social {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    gap: 9px;
    margin: 0 0 32px !important;
}

.idy-today-copy h2 {
    font-family: "Gilda Display", serif !important;
    font-size: clamp(44px, 4vw, 47px) !important;
    font-weight: 400 !important;
    line-height: 1.06em !important;
    color: #17362f !important;
    margin: 0 0 30px !important;
    letter-spacing: -.025em !important;
    text-align: center !important;
}

.idy-today-copy h2:before {
    content: none !important;
    display: none !important;
    width: 7px;
    height: 7px;
    margin: 0 auto -42px;
    background: #aa8453;
    transform: translateY(152px) rotate(45deg);
    opacity: .75;
}

.idy-today-copy h2:after {
    content: "";
    display: block;
    width: 76px !important;
    height: 1px;
    margin-top: 24px;
    background: rgba(170,132,83,.68) !important;
    margin: 29px auto 0 !important;
}

.idy-today-copy p {
    font-family: "Barlow", sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.74em !important;
    color: #555f5a !important;
    margin-bottom: 18px;
    max-width: 515px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
    margin: 0 auto 20px !important;
    font-weight: 400 !important;
}

.idy-today-image {
    position: relative !important;
    margin: 0 auto !important;
    border: 1px solid rgba(170,132,83,.55) !important;
    padding: 9px !important;
    background: rgba(255,255,255,.72) !important;
    box-shadow: 0 22px 52px rgba(28,38,33,.06) !important;
    width: 100% !important;
    max-width: none !important;
}

.idy-today-image + .idy-today-actions {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 18px !important;
    margin-top: 28px !important;
}

.idy-today-btn, .idy-today-btn-primary, .idy-today-btn-secondary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 218px !important;
    height: 54px !important;
    padding: 0 28px !important;
    background: transparent !important;
    color: #aa8453 !important;
    border: 1px solid rgba(170,132,83,.78) !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all .25s ease;
}

.idy-today-btn:hover, .idy-today-btn:focus, .idy-today-btn-primary:hover, .idy-today-btn-primary:focus, .idy-today-btn-secondary:hover, .idy-today-btn-secondary:focus {
    background: #aa8453 !important;
    border-color: #aa8453 !important;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .idy-today-copy {
        max-width: 690px !important;
        padding-right: 0;
        margin-bottom: 44px !important;
        padding: 0 !important;
    }

    .idy-today-copy p {
        text-align: center !important;
    }

    .idy-today-image + .idy-today-actions {
        margin-top: 24px !important;
    }

}

@media screen and (max-width: 767px) {
    .idy-today-copy p {
        font-size: 15.5px !important;
        text-align: left !important;
    }

    .idy-today-image + .idy-today-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 13px !important;
    }

    .idy-today-btn, .idy-today-btn-primary, .idy-today-btn-secondary {
        width: 100% !important;
        min-width: 0 !important;
    }

}

.idy-today-section .idy-today-layout {
    position: relative;
}

.idy-today-1903-divider {
    display: none;
}

@media screen and (min-width: 992px) {
    .idy-today-section .idy-today-layout > .col-lg-5, .idy-today-section .idy-today-layout > .col-lg-7 {
        position: relative;
        z-index: 2;
    }

    .idy-today-1903-divider {
        display: block;
        position: absolute;
        left: 50%;
        top: 3%;
        width: 1px;
        height: 94%;
        background: rgba(170, 132, 83, .32);
        z-index: 1;
        pointer-events: none;
    }

    .idy-today-1903-divider:before, .idy-today-1903-divider:after {
        display: none !important;
        content: none !important;
    }

    .idy-today-1903-divider span {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        transform: translate(-50%, -50%) rotate(-90deg);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 6px;
        color: rgba(170, 132, 83, .78);
        background: #fbf8f1;
        padding: 8px 0 8px 6px;
        white-space: nowrap;
    }

}

.idy-today-image.idy-today-video-poster {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(170, 132, 83, .55);
    box-shadow: 0 24px 55px rgba(34, 34, 34, .10);
    line-height: 0;
}

.idy-today-image.idy-today-video-poster:before {
    content: "";
    position: absolute;
    inset: 4px;
    z-index: 2;
    border: 1px solid rgba(170, 132, 83, .22);
    pointer-events: none;
}

.idy-today-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: center center;
    background: #111;
}

.idy-today-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(17,17,17,.42);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s ease;
}

.idy-today-video-play i {
    display: block;
    line-height: 1;
    margin-left: 4px;
}

.idy-today-video-play:hover, .idy-today-video-play:focus {
    background: rgba(170,132,83,.82);
    border-color: rgba(255,255,255,.95);
    outline: none;
}

.idy-today-image.idy-today-video-poster + .idy-today-actions {
    justify-content: center;
    margin-top: 28px;
}

@media screen and (max-width: 991px) {
    .idy-today-1903-divider {
        display: none !important;
    }

    .idy-today-image.idy-today-video-poster {
        margin-top: 34px;
    }

    .idy-today-video {
        aspect-ratio: 16 / 10;
    }

    .idy-today-video-play {
        width: 64px;
        height: 64px;
        font-size: 19px;
    }

}

@media screen and (max-width: 575px) {
    .idy-today-video {
        aspect-ratio: 4 / 3;
    }

    .idy-today-video-play {
        width: 56px;
        height: 56px;
        font-size: 17px;
    }

}

@media screen and (min-width: 992px) {
    .idy-today-section .idy-today-layout {
        position: relative !important;
    }

    .idy-today-section .idy-today-layout > .col-lg-5 {
        padding-right: clamp(34px, 3vw, 58px) !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .idy-today-section .idy-today-layout > .col-lg-7 {
        padding-left: clamp(46px, 4vw, 78px) !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .idy-today-section .idy-today-1903-divider, .idy-today-1903-divider {
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        top: 3% !important;
        bottom: auto !important;
        width: 1px !important;
        min-width: 1px !important;
        max-width: 1px !important;
        height: 94% !important;
        min-height: 0 !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: rgba(170, 132, 83, .32) !important;
        box-shadow: none !important;
        outline: 0 !important;
        opacity: 1 !important;
        overflow: visible !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    .idy-today-section .idy-today-1903-divider:before, .idy-today-section .idy-today-1903-divider:after, .idy-today-1903-divider:before, .idy-today-1903-divider:after {
        display: none !important;
        content: none !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 0 !important;
    }

    .idy-today-section .idy-today-1903-divider span, .idy-today-1903-divider span {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        display: block !important;
        transform: translate(-50%, -50%) rotate(-90deg) !important;
        font-family: "Barlow Condensed", sans-serif !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
        letter-spacing: 6px !important;
        color: rgba(170, 132, 83, .78) !important;
        background: #fbf8f1 !important;
        padding: 8px 0 8px 6px !important;
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        white-space: nowrap !important;
    }

}

@media screen and (max-width: 991px) {
    .idy-today-section .idy-today-1903-divider, .idy-today-1903-divider {
        display: none !important;
    }

}

/* =======================================================
   06 ROOMS EDITORIAL
======================================================= */

.idy-rooms-editorial {
    position: relative;
    overflow: hidden;
    padding: clamp(92px, 8vw, 142px) 0 clamp(29px, 8vw, 15px);
    background: radial-gradient(circle at 72% 28%, rgba(170, 132, 83, .13) 0%, rgba(170, 132, 83, 0) 34%),
        linear-gradient(180deg, #1d1a17 0%, #181513 54%, #141210 100%);
    color: #f8f5f0;
}

.idy-rooms-editorial:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 44px;
    bottom: 44px;
    width: min(1440px, calc(100% - 48px));
    transform: translateX(-50%);
    border-top: 1px solid rgba(170, 132, 83, .18);
    border-bottom: 0;
    pointer-events: none;
}

.idy-rooms-editorial__shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 clamp(22px, 4.8vw, 76px);
}

.idy-rooms-editorial__grid {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(560px, 1.48fr);
    gap: clamp(46px, 5vw, 86px);
    align-items: start;
}

.idy-rooms-editorial__copy {
    padding-top: clamp(10px, 2.2vw, 32px);
}

.idy-rooms-editorial__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #aa8453;
}

.idy-rooms-editorial__eyebrow:after {
    content: "";
    display: block;
    width: 96px;
    height: 1px;
    background: rgba(170, 132, 83, .42);
}

.idy-rooms-editorial__copy h2 {
    max-width: 520px;
    margin: 0;
    font-family: "Gilda Display", serif;
    font-size: clamp(54px, 5.5vw, 40px);
    font-weight: 400;
    line-height: .98em;
    letter-spacing: -.03em;
    color: #f8f5f0;
}

.idy-rooms-editorial__rule {
    width: 94px;
    height: 1px;
    margin: 36px 0 34px;
    background: rgba(170, 132, 83, .76);
}

.idy-rooms-editorial__rule:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: -4px auto 0;
    border: 1px solid rgba(170, 132, 83, .82);
    transform: rotate(45deg);
    background: #181513;
}

.idy-rooms-editorial__lead {
    max-width: 530px;
    margin: 0 0 30px;
    font-family: "Gilda Display", serif;
    font-size: clamp(18px, 1.42vw, 26px);
    font-weight: 400;
    line-height: 1.48em;
    color: rgba(248, 245, 240, .9);
}

.idy-rooms-editorial__note {
    max-width: 500px;
    margin: 0 0 40px;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    color: rgba(248, 245, 240, .68);
}

.idy-rooms-editorial__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.idy-rooms-editorial__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: 260px;
    padding: 16px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 1;
    text-transform: uppercase;
    color: #aa8453;
    text-decoration: none;
    transition: color .25s ease;
}

.idy-rooms-editorial__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 42px;
    bottom: 8px;
    height: 1px;
    background: rgba(170, 132, 83, .52);
    transform-origin: left center;
    transform: scaleX(.38);
    transition: transform .25s ease, background-color .25s ease;
}

.idy-rooms-editorial__link:hover, .idy-rooms-editorial__link:focus {
    color: #f8f5f0;
}

.idy-rooms-editorial__link:hover:after, .idy-rooms-editorial__link:focus:after {
    transform: scaleX(1);
    background: rgba(248, 245, 240, .58);
}

.idy-rooms-editorial__link i {
    font-size: 16px;
    line-height: 1;
}

.idy-rooms-editorial__link--quiet {
    color: rgba(248, 245, 240, .72);
}

.idy-rooms-editorial__gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(20px, 2vw, 30px);
}

.idy-rooms-editorial__photo:before {
    content: "";
    position: absolute;
    inset: 8px;
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(248, 245, 240, .08);
}

.idy-rooms-editorial__photo:hover img {
    transform: scale(1.025);
    filter: none;
}

.idy-rooms-editorial__photo--main {
    aspect-ratio: 16 / 9;
}

.idy-rooms-editorial__photo--main img {
    object-position: center center;
}

.idy-rooms-editorial__supporting {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(20px, 2vw, 30px);
    align-items: stretch;
}

.idy-rooms-editorial__supporting .idy-rooms-editorial__photo {
    aspect-ratio: 16 / 10;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
}

.idy-rooms-editorial__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 8px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1;
    color: rgba(170, 132, 83, .86);
    text-transform: uppercase;
}

.idy-rooms-editorial__caption span, .idy-rooms-editorial__caption em {
    display: block;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 6px;
}

.idy-rooms-editorial__caption:before, .idy-rooms-editorial__caption:after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: rgba(170, 132, 83, .24);
}

.idy-rooms-editorial__caption span {
    order: 1;
}

.idy-rooms-editorial__caption:before {
    order: 0;
}

.idy-rooms-editorial__caption em {
    order: 2;
    color: rgba(248, 245, 240, .66);
}

.idy-rooms-editorial__caption:after {
    order: 3;
}

@media screen and (max-width: 1199px) {
    .idy-rooms-editorial__grid {
        grid-template-columns: minmax(280px, .9fr) minmax(500px, 1.25fr);
        gap: 46px;
    }

    .idy-rooms-editorial__copy h2 {
        font-size: clamp(50px, 6vw, 74px);
    }

    .idy-rooms-editorial__lead {
        font-size: 20px;
    }

}

@media screen and (max-width: 991px) {
    .idy-rooms-editorial {
        padding: 86px 0 96px;
    }

    .idy-rooms-editorial__grid {
        grid-template-columns: 1fr;
    }

    .idy-rooms-editorial__copy {
        max-width: 760px;
        padding-top: 0;
    }

    .idy-rooms-editorial__copy h2, .idy-rooms-editorial__lead, .idy-rooms-editorial__note {
        max-width: none;
    }

    .idy-rooms-editorial__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 767px) {
    .idy-rooms-editorial__shell {
        padding: 0 20px;
    }

    .idy-rooms-editorial__eyebrow {
        letter-spacing: 4px;
    }

    .idy-rooms-editorial__eyebrow:after {
        width: 62px;
    }

    .idy-rooms-editorial__copy h2 {
        font-size: 48px;
    }

    .idy-rooms-editorial__lead {
        font-size: 18px;
        line-height: 1.62em;
    }

    .idy-rooms-editorial__supporting {
        grid-template-columns: 1fr;
    }

    .idy-rooms-editorial__caption {
        display: block;
    }

    .idy-rooms-editorial__caption:before, .idy-rooms-editorial__caption:after {
        display: none;
    }

    .idy-rooms-editorial__caption span {
        margin-bottom: 12px;
    }

    .idy-rooms-editorial__caption span, .idy-rooms-editorial__caption em {
        letter-spacing: 4px;
        line-height: 1.5em;
    }

    .idy-rooms-editorial__link {
        width: 100%;
        min-width: 0;
    }

}

.idy-rooms-editorial__photo {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28) !important;
    outline: 0 !important;
}

.idy-rooms-editorial__photo:before, .idy-rooms-editorial__photo:after {
    display: none !important;
    content: none !important;
}

.idy-rooms-editorial__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
    transition: transform 1.1s ease;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.idy-rooms-editorial__lower-rule {
    position: relative;
    z-index: 1;
    width: min(1440px, calc(100% - 48px));
    height: 1px;
    margin: clamp(34px, 3.4vw, 52px) auto 24px;
    background: rgba(170, 132, 83, .18);
}

.idy-rooms-editorial__footer-mark {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.idy-rooms-editorial__footer-mark img {
    display: block;
    width: 46px;
    height: auto;
    opacity: .58;
}

@media screen and (max-width: 767px) {
    .idy-rooms-editorial__lower-rule {
        width: calc(100% - 40px);
        margin-top: 32px;
        margin-bottom: 22px;
    }

    .idy-rooms-editorial__footer-mark img {
        width: 42px;
    }

}

/* =======================================================
   07 MEDIA PARALLAX / POPUP
======================================================= */

.idy-media-parallax {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 118px 0 126px;
    background: #181513;
}

.idy-media-parallax__bg {
    position: absolute;
    inset: -12% 0;
    z-index: 0;
    background-image: url("../img/hero/idylease-south-lawn.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: grayscale(1) contrast(1.06);
    transform: translate3d(0,0,0);
}

.idy-media-parallax__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at center,
            rgba(24, 21, 19, .18) 0%,
            rgba(24, 21, 19, .42) 54%,
            rgba(24, 21, 19, .82) 100%
        ),
        linear-gradient(180deg,
            rgba(24, 21, 19, .78) 0%,
            rgba(24, 21, 19, .30) 48%,
            rgba(24, 21, 19, .86) 100%
        );
}

.idy-media-parallax .container {
    position: relative;
    z-index: 2;
}

.idy-media-parallax__header {
    max-width: 760px;
    margin: 0 auto 52px;
}

.idy-media-parallax__header .section-subtitle {
    margin-bottom: 10px;
}

.idy-media-parallax__header .section-subtitle span {
    color: #aa8453;
}

.idy-media-parallax__header .section-title {
    margin-bottom: 18px;
}

.idy-media-parallax__header .section-title span {
    color: #f8f5f0;
}

.idy-media-parallax__header p {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(248, 245, 240, .78);
    font-size: 16px;
    line-height: 1.8em;
}

.idy-media-parallax__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.8vw, 36px);
}

.idy-media-thumb {
    display: block;
    color: #fff;
    text-decoration: none;
}

.idy-media-thumb:hover, .idy-media-thumb:focus {
    color: #fff;
    text-decoration: none;
}

.idy-media-thumb figure {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #111;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}

.idy-media-thumb figure:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .16) 58%, rgba(0, 0, 0, .46) 100%);
}

.idy-media-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transform-origin: center center;
    transition: transform 1.15s cubic-bezier(.22, .61, .36, 1),
        filter 1.15s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
    backface-visibility: hidden;
}

.idy-media-thumb:hover img, .idy-media-thumb:focus img {
    transform: scale(1.055);
    filter: brightness(1.05);
}

.idy-media-thumb__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(17, 17, 17, .42);
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.idy-media-thumb__play i {
    margin-left: 4px;
    line-height: 1;
}

.idy-media-thumb:hover .idy-media-thumb__play, .idy-media-thumb:focus .idy-media-thumb__play {
    background: rgba(170, 132, 83, .86);
    border-color: rgba(255, 255, 255, .92);
    transform: translate(-50%, -50%) scale(1.04);
}

.idy-media-thumb__copy {
    padding-top: 20px;
    text-align: center;
}

.idy-media-thumb__copy span {
    display: block;
    font-family: "Gilda Display", serif;
    font-size: 24px;
    line-height: 1.2em;
    color: #f8f5f0;
    margin-bottom: 5px;
}

.idy-media-thumb__copy em {
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(170, 132, 83, .92);
}

.idy-media-popup {
    position: relative;
    width: min(1040px, calc(100vw - 44px));
    margin: 0 auto;
    background: #000;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .5);
}

.idy-media-popup__video {
    display: block;
    width: 100%;
    max-height: calc(100vh - 120px);
    background: #000;
}

.idy-mfp-video .mfp-content {
    max-width: 1040px;
}

.idy-mfp-video .mfp-close {
    color: #fff;
    opacity: .9;
}

@media screen and (max-width: 991px) {
    .idy-media-parallax {
        padding: 94px 0 98px;
    }

    .idy-media-parallax__bg {
        background-attachment: scroll;
    }

    .idy-media-parallax__grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 575px) {
    .idy-media-parallax {
        padding: 78px 0 82px;
    }

    .idy-media-parallax__header {
        margin-bottom: 38px;
    }

    .idy-media-thumb__copy span {
        font-size: 22px;
    }

}

html.idy-mfp-scroll-lock, body.idy-mfp-scroll-lock {
    overflow: hidden !important;
}

.idy-mfp-no-shift.mfp-wrap {
    position: fixed !important;
    overflow: hidden auto !important;
}

.idy-mfp-no-shift .mfp-container {
    padding-left: 22px;
    padding-right: 22px;
}

.idy-mfp-no-shift .mfp-content {
    transform: translate3d(0,0,0);
}

/* =======================================================
   08 STORY PANELS
======================================================= */

.idy-story-tonal {
    position: relative;
    overflow: hidden;
    background: #f8f5f0;
    padding: 38px 0 46px;
}

.idy-story-tonal .container {
    width: calc(100% - clamp(56px, 4.6vw, 92px));
    max-width: 1720px;
    padding-left: 0;
    padding-right: 0;
}

.idy-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: clamp(340px, 21vw, 420px);
    gap: 0;
    width: 100%;
    margin: 0 auto;
    background: #ede5d9;
}

.idy-story-tile {
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
}

.idy-story-image {
    display: block;
    overflow: hidden;
    background: #141210;
}

.idy-story-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.idy-story-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    filter: saturate(.86) contrast(.98) brightness(1);
    transform: none;
    transition: transform 900ms ease, filter 900ms ease;
}

.idy-story-image:hover img {
    transform: scale(1.018);
    filter: saturate(.94) contrast(1) brightness(1);
}

.idy-story-copy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    background: #ede5d9;
    padding: clamp(34px, 3.0vw, 52px) clamp(42px, 4.0vw, 72px);
}

.idy-story-grid > .idy-story-copy:nth-child(3) {
    background: #f3eee6;
}

.idy-story-grid > .idy-story-copy:nth-child(6) {
    background: #e9dfd1;
}

.idy-story-copy__inner {
    width: 100%;
    max-width: 650px;
    margin: 0;
    padding: 0;
}

.idy-story-kicker {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .43em;
    text-transform: uppercase;
    color: #aa8453;
    margin: 0 0 16px;
}

.idy-story-copy h3 {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: clamp(30px, 2.35vw, 31px);
    line-height: 1.12;
    letter-spacing: 0;
    color: #222;
    max-width: 100%;
    margin: 0 0 20px;
    white-space: normal;
    overflow-wrap: normal;
}

.idy-story-copy p {
    max-width: 640px;
    margin: 0 0 24px;
    font-size: 16.5px;
    line-height: 1.62;
    color: rgba(34, 34, 34, .66);
}

.idy-story-tonal .butn-dark {
    margin: 0;
}

.idy-story-tonal .butn-dark a {
    min-width: 230px;
    background: #aa8453;
    border-color: #aa8453;
    text-align: center;
}

.idy-story-tonal .butn-dark a span {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .idy-story-tonal .container {
        width: calc(100% - 44px);
    }

    .idy-story-grid {
        grid-auto-rows: clamp(330px, 28vw, 400px);
    }

    .idy-story-copy h3 {
        font-size: clamp(32px, 3vw, 42px);
    }
}

@media screen and (max-width: 991px) {
    .idy-story-tonal {
        padding: 42px 0;
    }

    .idy-story-tonal .container {
        width: calc(100% - 32px);
    }

    .idy-story-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .idy-story-image {
        height: 320px;
    }

    .idy-story-copy {
        min-height: 0;
        padding: 38px 28px;
    }

    .idy-story-copy__inner {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .idy-story-tonal .container {
        width: calc(100% - 24px);
    }

    .idy-story-copy h3 {
        font-size: 32px;
    }

    .idy-story-copy p {
        font-size: 16px;
    }
}

/* Story panels: joined-grid tile motion, no layout shift */
html.js .idy-story-join-motion .idy-join-tile {
    opacity: 0;
    will-change: opacity, transform;
    transition: opacity 900ms cubic-bezier(.22,.61,.36,1),
        transform 1000ms cubic-bezier(.22,.61,.36,1);
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(1),
html.js .idy-story-join-motion .idy-join-tile:nth-child(3),
html.js .idy-story-join-motion .idy-join-tile:nth-child(5) {
    transform: translate3d(-34px, 0, 0);
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(2),
html.js .idy-story-join-motion .idy-join-tile:nth-child(4),
html.js .idy-story-join-motion .idy-join-tile:nth-child(6) {
    transform: translate3d(34px, 0, 0);
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(1) {
    transition-delay: 0ms;
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(2) {
    transition-delay: 110ms;
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(3) {
    transition-delay: 220ms;
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(4) {
    transition-delay: 330ms;
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(5) {
    transition-delay: 440ms;
}

html.js .idy-story-join-motion .idy-join-tile:nth-child(6) {
    transition-delay: 550ms;
}

html.js .idy-story-join-motion .idy-join-tile.rz-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 991px) {
    html.js .idy-story-join-motion .idy-join-tile {
        transform: translate3d(0, 26px, 0) !important;
    }

    html.js .idy-story-join-motion .idy-join-tile.rz-visible {
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.js .idy-story-join-motion .idy-join-tile {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* =======================================================
   09 JOURNAL ARCHIVE
======================================================= */

.idy-journal-archive {
    position: relative;
    padding: 45px 0 45px;
    background: radial-gradient(circle at 50% 0%, rgba(170,132,83,.075), transparent 34%),
        #fbfaf7;
    overflow: hidden;
}

.idy-journal-archive__header {
    max-width: 790px;
    margin: 0 auto 58px;
}

.idy-journal-archive__kicker, .idy-zampella-legacy__kicker, .idy-visit-footer__kicker {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 17px;
    line-height: 1.2;
    color: #aa8453;
    margin-bottom: 20px;
}

.idy-journal-archive__ornament {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    margin-bottom: 18px;
}

.idy-journal-archive__ornament span {
    position: relative;
    display: block;
    width: 112px;
    height: 1px;
    background: rgba(170,132,83,.58);
}

.idy-journal-archive__ornament span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid rgba(170,132,83,.78);
    background: #fbfaf7;
}

.idy-journal-archive__header h2 {
    font-family: "Gilda Display", serif;
    font-size: clamp(45px, 6vw, 46px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.025em;
    color: #151515;
    margin: 0 0 28px;
}

.idy-journal-archive__header h2:after {
    content: "";
    display: block;
    width: 74px;
    height: 1px;
    background: rgba(170,132,83,.72);
    margin: 28px auto 0;
}

.idy-journal-archive__header p {
    max-width: 620px;
    margin: 0 auto;
    font-family: "Gilda Display", serif;
    font-size: 19px;
    line-height: 1.48;
    color: #333;
}

.idy-journal-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.idy-journal-card__image:hover img, .idy-journal-card__image:focus img {
    transform: scale(1.045);
    filter: saturate(.96) contrast(1.06);
}

.idy-journal-card__category {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .36em;
    font-size: 15px;
    line-height: 1;
    color: #aa8453;
    margin-bottom: 16px;
}

.idy-journal-card h3 {
    font-family: "Gilda Display", serif;
    font-size: clamp(28px, 2.0vw, 39px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.018em;
    color: #151515;
    margin: 0;
}

.idy-journal-card h3 a {
    color: inherit;
    text-decoration: none;
}

.idy-journal-card p {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    line-height: 1.72;
    color: #555;
    margin: 0 0 24px;
}

.idy-journal-card__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 14px;
    color: #aa8453;
}

.idy-journal-card__meta a {
    color: #aa8453;
    text-decoration: none;
    white-space: nowrap;
}

.idy-journal-archive__cta {
    margin-top: 58px;
}

.idy-journal-archive__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-width: min(520px, 100%);
    min-height: 66px;
    padding: 0 38px;
    border: 1px solid rgba(170,132,83,.72);
    color: #aa8453;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 16px;
    transition: all .25s ease;
}

.idy-journal-archive__cta a:hover {
    background: #aa8453;
    color: #fff;
}

.idy-journal-archive__cta p {
    margin: 24px 0 0;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .36em;
    font-size: 14px;
    color: rgba(34,34,34,.52);
}

@media screen and (max-width: 991px) {
    .idy-journal-archive {
        padding: 92px 0 82px;
    }

    .idy-journal-archive__grid, .idy-zampella-legacy__grid {
        grid-template-columns: 1fr;
    }

    .idy-journal-card + .idy-journal-card {
        border-left: 0;
        padding-left: 0;
        padding-top: 34px;
        border-top: 1px solid rgba(170,132,83,.24);
    }

}

@media screen and (max-width: 767px) {
    .idy-journal-archive__header h2, .idy-zampella-legacy__copy h2 {
        font-size: 44px;
    }

    .idy-journal-archive__header p {
        font-size: 19px;
    }

    .idy-journal-archive__cta a {
        min-height: 58px;
        padding: 0 22px;
        gap: 18px;
        font-size: 14px;
        letter-spacing: .22em;
    }

}

.idy-journal-card, .idy-journal-card:hover, .idy-journal-card.animated, .idy-journal-card.fadeInUp, .idy-journal-card.item-animate {
    transform: none !important;
    animation: none !important;
}

.idy-journal-card__body, .idy-journal-card__body * {
    transform: none !important;
}

.idy-journal-card, .idy-journal-card:hover, .idy-journal-card:focus-within {
    position: relative;
    transform: none !important;
    animation: none !important;
}

.idy-journal-card__image:hover img, .idy-journal-card__image:focus-within img {
    transform: scale(1.065) translate3d(0,0,0);
    filter: saturate(.96) contrast(1.06);
}

.idy-journal-card__body, .idy-journal-card:hover .idy-journal-card__body, .idy-journal-card__body *, .idy-journal-card:hover .idy-journal-card__body * {
    transform: none !important;
    animation: none !important;
}

.idy-journal-card {
    position: relative;
    min-width: 0;
    padding-left: 24px !important;
    transform: translate3d(0,0,0);
}

.idy-journal-card + .idy-journal-card {
    border-left: 0 !important;
    padding-left: 24px !important;
}

.idy-journal-card + .idy-journal-card:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(170,132,83,.28);
    pointer-events: none;
}

.idy-journal-card__image {
    display: block !important;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10.3;
    background: #111;
    border: 1px solid rgba(170,132,83,.25);
    width: 100%;
    line-height: 0 !important;
    contain: paint;
    font-size: 0 !important;
    transform: translate3d(0,0,0);
}

.idy-journal-card__image img {
    width: 100%;
    height: 100%;
    display: block !important;
    object-fit: cover;
    transform: scale(1.015) translate3d(0,0,0);
    transition: transform 1.05s cubic-bezier(.22,.61,.36,1),
        filter 1.05s cubic-bezier(.22,.61,.36,1) !important;
    filter: saturate(.86) contrast(1.04);
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform, filter;
    vertical-align: top !important;
}

.idy-journal-card__body {
    padding: 24px 2px 0;
    position: relative;
    transform: translate3d(0,0,0);
    transition: transform 1.05s cubic-bezier(.22,.61,.36,1),
        color .45s ease,
        opacity .45s ease;
}

.idy-journal-card:hover .idy-journal-card__image img {
    transform: scale(1.06) translate3d(0,0,0);
    filter: saturate(.96) contrast(1.06);
}

.idy-journal-card:hover .idy-journal-card__body {
    transform: translate3d(0,-8px,0);
}

.idy-journal-card__rule {
    width: 58px;
    height: 1px;
    background: rgba(170,132,83,.72);
    margin: 21px 0 18px;
    transition: width .85s cubic-bezier(.22,.61,.36,1),
        background-color .45s ease;
}

.idy-journal-card:hover .idy-journal-card__rule {
    width: 72px;
    background: rgba(170,132,83,.92);
}

.idy-journal-card__body a, .idy-journal-card__body span, .idy-journal-card__body i, .idy-journal-card__body h3, .idy-journal-card__body p {
    transform: none !important;
}

.idy-journal-card__meta i {
    margin-left: 8px;
    font-size: 12px;
    transition: color .45s ease;
}

/* =======================================================
   10 ZAMPELLA LEGACY
======================================================= */

.idy-zampella-legacy {
    position: relative;
    padding-top: 70px;
    padding-bottom: 39px;
    background: #f2eee7;
    border-top: 1px solid rgba(170,132,83,.16);
    border-bottom: 1px solid rgba(170,132,83,.16);
}

.idy-zampella-legacy__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    gap: clamp(42px, 6vw, 90px);
    align-items: center;
}

.idy-zampella-legacy__copy h2 {
    font-family: "Gilda Display", serif;
    font-size: clamp(44px, 5.3vw, 46px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.025em;
    color: #151515;
    margin: 0 0 28px;
}

.idy-zampella-legacy__copy h2:after {
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    background: rgba(170,132,83,.7);
    margin-top: 27px;
}

.idy-zampella-legacy__copy p {
    max-width: 690px;
    font-size: 16px;
    line-height: 1.5;
    color: #4b4b4b;
    margin: 0 0 18px;
}

.idy-zampella-legacy__video {
    display: block;
    text-decoration: none;
    color: inherit;
}

.idy-zampella-legacy__video figure:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.28));
    pointer-events: none;
}

.idy-zampella-legacy__video img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 1.05s cubic-bezier(.22,.61,.36,1), filter 1.05s cubic-bezier(.22,.61,.36,1);
}

.idy-zampella-legacy__video:hover img, .idy-zampella-legacy__video:focus img {
    transform: scale(1.045);
    filter: contrast(1.04) saturate(1.03);
}

.idy-zampella-legacy__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.86);
    background: rgba(0,0,0,.18);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    transition: all .25s ease;
}

.idy-zampella-legacy__play i {
    margin-left: 5px;
    line-height: 1;
}

.idy-zampella-legacy__video:hover .idy-zampella-legacy__play, .idy-zampella-legacy__video:focus .idy-zampella-legacy__play {
    background: rgba(170, 132, 83, .88);
    transform: translate(-50%, -50%) scale(1.04);
}

.idy-zampella-legacy__video-copy {
    padding-top: 18px;
}

.idy-zampella-legacy__video-copy span {
    display: block;
    font-family: "Gilda Display", serif;
    font-size: 27px;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 5px;
}

.idy-zampella-legacy__video-copy em {
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 13px;
    line-height: 1.4;
    color: #aa8453;
}

@media screen and (max-width: 991px) {
    .idy-zampella-legacy__grid--media {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .idy-zampella-legacy__copy {
        order: 2;
    }

}

@media screen and (max-width: 575px) {
    .idy-zampella-legacy__play {
        width: 62px;
        height: 62px;
    }

    .idy-zampella-legacy__video-copy span {
        font-size: 24px;
    }

}

.idy-zampella-legacy__grid--media {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: start;
}

.idy-zampella-legacy__media {
    min-width: 0;
    margin-top: 1px;
}

.idy-zampella-legacy__video, .idy-zampella-legacy__video:hover, .idy-zampella-legacy__video:focus {
    transform: none !important;
}

.idy-zampella-legacy__video figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(170, 132, 83, .32);
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
    aspect-ratio: 16 / 9;
}

.idy-zampella-legacy__video img, .idy-zampella-legacy__video:hover img, .idy-zampella-legacy__video:focus img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: none !important;
    filter: none !important;
}

.idy-zampella-legacy__video-copy p {
    max-width: 620px;
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

@media screen and (max-width: 991px) {
    .idy-zampella-legacy__media {
        order: 1;
        margin-top: 0;
    }

}

/* =======================================================
   11 VISIT FOOTER
======================================================= */

.idy-visit-footer {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 66px 0 30px;
    color: #fff;
    background-color: #050a0e;
    background-image:
        url("../img/footer/idylease-footer-porch-twilight.webp");
    background-size: cover, cover;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
}

.idy-visit-footer__shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 72% 42%, rgba(214,168,67,.10), transparent 32%);
}

.idy-visit-footer .container {
    position: relative;
    z-index: 2;
}

.idy-visit-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: clamp(32px, 4.4vw, 64px);
    align-items: center;
}

.idy-visit-footer__kicker {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .44em;
    text-transform: uppercase;
    color: #d6a843;
}

.idy-visit-footer__kicker span {
    display: block;
    width: 70px;
    height: 3px;
    background: #d6a843;
}

.idy-visit-footer h2 {
    max-width: 720px;
    margin: 0 0 22px;
    font-family: "Barlow", sans-serif;
    font-size: clamp(34px, 2.75vw, 40px);
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -.035em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0,0,0,.28);
}

.idy-visit-footer p {
    max-width: 720px;
    margin: 0;
    font-size: 17px;
    line-height: 1.48;
    color: rgba(255,255,255,.82);
}

.idy-visit-footer__actions {
    display: flex;
    align-items: center;
    padding-top: 180px !important;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
    padding: 0;
}

.idy-visit-footer__btn,
.idy-visit-footer__btn:hover,
.idy-visit-footer__btn:focus,
.idy-visit-footer__btn:active {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(205px, 14vw, 250px);
    min-height: 48px;
    padding: 0 34px;
    border-radius: 999px;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    text-indent: 0;
    transform: none;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease;
}

.idy-visit-footer__btn--gold {
    background: #d6a843;
    border: 1px solid #d6a843;
    color: #06121a;
}

.idy-visit-footer__btn--outline {
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.58);
    color: #fff;
}

.idy-visit-footer__btn:hover,
.idy-visit-footer__btn:focus {
    background: #aa8453;
    border-color: #aa8453;
    color: #fff;
}

.idy-visit-footer__btn::before,
.idy-visit-footer__btn::after {
    display: none;
}

.idy-visit-footer__rule {
    height: 1px;
    margin: 30px 0 24px;
    background: rgba(255,255,255,.22);
}

.idy-visit-footer__bottom,
.idy-visit-footer__bottom.rz-reveal,
html.js .idy-visit-footer__bottom.rz-reveal {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    position: relative;
    z-index: 3;
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
}

.idy-visit-footer__bottom p {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255,255,255,.82);
}

.idy-visit-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    visibility: visible;
    opacity: 1;
}

.idy-visit-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(214,168,67,.68);
    border-radius: 50%;
    color: #d6a843;
    text-decoration: none;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease;
}

.idy-visit-footer__social a:hover,
.idy-visit-footer__social a:focus {
    background: #d6a843;
    border-color: #d6a843;
    color: #06121a;
}

.idy-visit-footer__credit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: rgba(255,255,255,.76);
    visibility: visible;
    opacity: 1;
}

.idy-visit-footer__credit a {
    display: inline-flex;
    align-items: center;
    color: #d6a843;
    text-decoration: none;
    line-height: 1;
}

.idy-visit-footer__credit a:hover,
.idy-visit-footer__credit a:focus {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .idy-visit-footer__top {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .idy-visit-footer__actions {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .idy-visit-footer {
        min-height: 0;
        padding: 62px 0 34px;
        background-position: center center, 42% center;
    }

    .idy-visit-footer__bottom,
    .idy-visit-footer__bottom.rz-reveal,
    html.js .idy-visit-footer__bottom.rz-reveal {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .idy-visit-footer__credit {
        justify-content: center;
        flex-wrap: wrap;
        line-height: 1.35;
    }
}

@media screen and (max-width: 767px) {
    .idy-visit-footer {
        padding: 56px 0 32px;
    }

    .idy-visit-footer h2 {
        font-size: 34px;
    }

    .idy-visit-footer p {
        font-size: 16px;
    }

    .idy-visit-footer__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 14px;
    }

    .idy-visit-footer__btn {
        width: 100%;
        min-width: 0;
    }
}

/* =======================================================
   12 MOTION HOOK COMPATIBILITY
======================================================= */

html.js .rz-reveal.rz-visible {
    transform: translate3d(0,0,0);
}

/* =======================================================
   13 RESPONSIVE / MEDIA QUERIES
======================================================= */

@media screen and (max-width: 767px) {
    .navbar-collapse {
        max-width: 100vw;
        overflow-x: hidden;
    }

}

