html,
body {
    min-height: 100%;
    font-family: "Funnel Display", Arial, sans-serif;
}

body {
    background: #2d2d29;
    overflow-x: hidden;
}

body.modal-lock {
    overflow: hidden;
}

[v-cloak] {
    display: none !important;
}

#laredo-app {
    min-height: 100vh;
}

.screen-flow-enter-active,
.screen-flow-leave-active {
    transition: opacity .32s ease, transform .32s ease;
}

.screen-flow-enter-from {
    opacity: 0;
    transform: translateX(1.25rem);
}

.screen-flow-leave-to {
    opacity: 0;
    transform: translateX(-1.25rem);
}

.modal-fade-enter-active,
.modal-fade-leave-active {
    transition: opacity .22s ease;
}

.modal-fade-enter-from,
.modal-fade-leave-to {
    opacity: 0;
}

.modal-fade-enter-active .content-panel,
.modal-fade-leave-active .content-panel,
.modal-fade-enter-active .consultant-form,
.modal-fade-leave-active .consultant-form,
.modal-fade-enter-active .gallery-lightbox-frame,
.modal-fade-leave-active .gallery-lightbox-frame {
    transition: opacity .22s ease, transform .22s ease;
}

.modal-fade-enter-from .content-panel,
.modal-fade-leave-to .content-panel,
.modal-fade-enter-from .consultant-form,
.modal-fade-leave-to .consultant-form,
.modal-fade-enter-from .gallery-lightbox-frame,
.modal-fade-leave-to .gallery-lightbox-frame {
    opacity: 0;
    transform: translateY(.7rem) scale(.98);
}

.scenic-flow-enter-active,
.scenic-flow-leave-active {
    transition: opacity .45s ease;
}

.scenic-flow-enter-from,
.scenic-flow-leave-to {
    opacity: 0;
}

.scenic-screen {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #20211d;
}

.scenic-visual,
.scenic-overlay {
    position: absolute;
    inset: 0;
}

.scenic-visual {
    background-position: center;
    background-size: cover;
    animation: scenicImageDrift var(--scenic-duration, 2500ms) ease-out forwards;
}

.scenic-overlay {
    background:
        linear-gradient(90deg, rgba(18, 19, 10, .78), rgba(18, 19, 10, .22) 54%, rgba(18, 19, 10, .76)),
        linear-gradient(180deg, rgba(18, 19, 10, .12), rgba(18, 19, 10, .74));
}

.scenic-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.scenic-logo {
    width: min(15rem, 58vw);
    height: auto;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 .9rem 2rem rgba(0, 0, 0, .34));
}

.scenic-title {
    max-width: 680px;
    font-size: clamp(1.35rem, 3.2vw, 2.8rem);
    line-height: 1.02;
    text-shadow: 0 1rem 3rem rgba(0, 0, 0, .38);
}

.scenic-line {
    position: relative;
    display: block;
    width: min(14rem, 48vw);
    height: .14rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .24);
}

.scenic-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #d5e51b;
    transform: translateX(-100%);
    animation: scenicLineFill var(--scenic-duration, 2500ms) ease-in-out forwards;
}

@keyframes scenicImageDrift {
    from {
        transform: scale(1.04);
    }

    to {
        transform: scale(1);
    }
}

@keyframes scenicLineFill {
    to {
        transform: translateX(0);
    }
}

.flow-back-button {
    position: static;
    flex: 0 0 auto;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.18rem;
    height: 2.18rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #fff;
    background: rgba(20, 21, 9, .68);
    backdrop-filter: blur(10px);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.flow-back-button:hover {
    border-color: rgba(213, 229, 27, .75);
    background: rgba(213, 229, 27, .18);
    transform: translateX(-.08rem);
}

.screen-kicker-row {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
}

.screen-kicker-row .section-kicker {
    line-height: 1;
}

.flow-back-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .95rem;
    height: .95rem;
    color: transparent;
    font-size: 0;
    line-height: 0;
    transform: none;
}

.flow-back-button span::before {
    content: "";
    display: block;
    width: .58rem;
    height: .58rem;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateX(.1rem) rotate(45deg);
}

.hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.bg-slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.bg-slide.active {
    opacity: 1;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 20, 8, .18), rgba(19, 20, 8, .06) 58%, rgba(22, 22, 10, .58));
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content .container,
.hero-content .row,
.hero-content [class*="col-"] {
    min-width: 0;
    max-width: 100%;
}

.hero-row {
    min-height: 100vh;
}

.glass-box,
.dark-box {
    max-width: 380px;
}

.glass-box {
    background: rgba(31, 32, 12, .52);
    backdrop-filter: blur(5px);
}

.dark-box {
    background: rgba(24, 26, 0, .94);
}

.accent-btn {
    background: #d5e51b;
    border-color: #d5e51b;
    color: #20220c;
    font-size: .98rem;
    line-height: 1.1;
    white-space: normal;
}

.accent-btn:hover {
    background: #c3d118;
    border-color: #c3d118;
    color: #20220c;
}

.form-panel {
    background: rgba(20, 21, 9, .68);
    backdrop-filter: blur(14px);
}

.form-panel>div {
    max-width: 470px;
}

.form-control,
.form-control:focus {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .82);
    color: #fff;
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, .84);
}

.form-check-input {
    width: 1.55rem;
    height: 1.55rem;
    margin-top: -.1rem;
    background-color: transparent;
    border: 1.5px solid rgba(255, 255, 255, .86);
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 0 0 .38rem rgba(20, 21, 9, .85);
}

.d-flex>strong,
.form-check-label {
    min-width: 0;
}

.dark-box .d-flex>strong,
.glass-box p,
.lead-title,
.form-check-label,
.accent-btn {
    overflow-wrap: anywhere;
}

.dark-box .d-flex>strong {
    flex: 1 1 0;
}

.steps-intro {
    color: rgba(255, 255, 255, .74);
    font-size: .95rem;
    line-height: 1.25;
}

.steps-list {
    position: relative;
    display: grid;
    gap: .68rem;
}

.step-item {
    position: relative;
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    min-height: 3.6rem;
    padding: .55rem .65rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .07);
}

.step-item strong {
    min-width: 0;
    color: rgba(255, 255, 255, .92);
    font-size: .92rem;
    line-height: 1.18;
}

.feature-icon {
    width: 36px;
    height: 36px;
}

.feature-icon::before,
.footer-icon {
    content: "";
    display: block;
    background: #5b4630;
    mask: var(--icon) center / contain no-repeat;
    -webkit-mask: var(--icon) center / contain no-repeat;
}

.feature-icon::before {
    width: 20px;
    height: 20px;
}

.footer-icon {
    width: 28px;
    height: 28px;
    background: #fff;
    flex: 0 0 auto;
}

.dark-box .d-flex>strong,
.footer-band strong {
    font-size: .92rem;
    line-height: 1.35;
}

.carousel-indicators {
    position: static;
    margin: 0;
    gap: .55rem;
    align-items: center;
    min-height: 1rem;
}

.carousel-indicators [data-slide-to] {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: .42rem;
    height: .42rem;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    background: rgba(255, 255, 255, .75);
    text-indent: 0;
}

.carousel-indicators [data-slide-to].active {
    width: 2.35rem;
    height: .42rem;
    border-radius: 999px;
    background: #fff;
}

.footer-band {
    background: #2f302c;
}

.villaredo-screen {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #20211d;
}

.villaredo-visual,
.villaredo-overlay {
    position: absolute;
    inset: 0;
}

.villaredo-visual {
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.villaredo-overlay {
    background:
        linear-gradient(90deg, rgba(23, 24, 15, .94), rgba(23, 24, 15, .6) 46%, rgba(23, 24, 15, .86)),
        linear-gradient(180deg, rgba(23, 24, 15, .1), #20211d 94%);
}

.villaredo-title {
    max-width: 920px;
    font-size: clamp(1.75rem, 2.65vw, 2.75rem);
    line-height: 1;
}

.villaredo-copy {
    max-width: 740px;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(1rem, 1.18vw, 1.14rem);
    line-height: 1.32;
}

.villaredo-top>div:first-child {
    flex: 1 1 920px;
}

.villaredo-actions {
    display: flex;
    width: auto;
    max-width: none;
    min-width: 0;
    flex: 0 0 auto;
    gap: .7rem;
}

.villaredo-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 1rem;
    box-sizing: border-box;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.villaredo-icon-btn:hover {
    border-color: rgba(213, 229, 27, .75);
    background: rgba(213, 229, 27, .16);
    transform: translateY(-.12rem);
}

.villaredo-icon-btn.accent-btn {
    color: #20220c;
    background: #d5e51b;
    border-color: #d5e51b;
}

.villaredo-icon-btn.btn-light {
    color: #20220c;
    background: #fff;
    border-color: #fff;
}

.villaredo-icon-btn svg {
    width: 1.45rem;
    height: 1.45rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.project-invite {
    max-width: 100%;
    background: linear-gradient(135deg, rgba(213, 229, 27, .18), rgba(255, 255, 255, .08));
    border: 1px solid rgba(213, 229, 27, .28);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
    text-align: center;
}

.project-invite-title {
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    line-height: 1.05;
}

.project-invite-copy {
    color: rgba(255, 255, 255, .74);
    font-size: clamp(.92rem, 1vw, 1.02rem);
}

.villaredo-summary {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.villaredo-feature {
    min-height: 4.3rem;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    gap: .35rem !important;
}

.villaredo-feature .footer-icon {
    width: 26px;
    height: 26px;
}

.villaredo-feature strong {
    font-size: .78rem;
    line-height: 1.18;
}

.villaredo-gallery {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.villaredo-gallery-title {
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    line-height: 1.05;
}

.gallery-count {
    width: max-content;
    border: 1px solid rgba(213, 229, 27, .35);
    border-radius: 999px;
    padding: .35rem .7rem;
    color: #d5e51b;
    background: rgba(213, 229, 27, .1);
    font-weight: 700;
    line-height: 1;
}

.gallery-strip {
    display: flex;
    gap: .6rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: .4rem;
}

.gallery-strip.slick-initialized {
    display: block;
    overflow: visible;
    padding: 0 2.5rem;
}

.gallery-strip .slick-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 1rem;
}

.gallery-strip .slick-track {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.gallery-strip .slick-slide {
    height: auto;
    padding: 0 .3rem;
    box-sizing: border-box;
}

.gallery-strip .slick-slide>div,
.gallery-strip .slick-slide .gallery-thumb {
    height: 100%;
}

.gallery-thumb {
    position: relative;
    flex: 0 0 10rem;
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .08);
}

.gallery-thumb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 2.65rem;
    height: 2.65rem;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    background: rgba(20, 21, 9, .62);
    box-shadow: 0 .85rem 1.7rem rgba(0, 0, 0, .28);
    opacity: .9;
    transform: translate(-50%, -50%);
    transition: background .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.gallery-thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 1.35rem;
    height: 1.35rem;
    background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='white'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='10.8'%20cy='10.8'%20r='6.4'/%3E%3Cpath%20d='m16%2016%204.2%204.2'/%3E%3Cpath%20d='M10.8%208.4v4.8'/%3E%3Cpath%20d='M8.4%2010.8h4.8'/%3E%3C/svg%3E") center / contain no-repeat;
    opacity: .95;
    transform: translate(-50%, -50%);
}

.gallery-thumb::after {
    pointer-events: none;
}

.gallery-strip.slick-initialized .gallery-thumb {
    flex: none;
}

.slick-gallery-arrow {
    position: absolute;
    top: calc(50% + 1.2rem);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    background: rgba(20, 21, 9, .72);
    font-size: 1.65rem;
    line-height: 1;
    transform: translateY(-50%);
}

.slick-gallery-arrow.slick-disabled {
    opacity: .34;
}

.slick-gallery-prev {
    left: .75rem;
}

.slick-gallery-next {
    right: .75rem;
}

.gallery-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .22s ease;
}

.villaredo-gallery-compact {
    margin: 0;
}

.gallery-thumb:hover img {
    transform: scale(1.04);
}

.gallery-thumb:hover::before {
    border-color: rgba(213, 229, 27, .78);
    background: rgba(213, 229, 27, .18);
    transform: translate(-50%, -50%) scale(1.04);
}

.gallery-modal-hint {
    max-width: 34rem;
    color: rgba(255, 255, 255, .72);
    font-size: .95rem;
    line-height: 1.35;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 5.5rem;
    background: rgba(10, 11, 7, .9);
}

.content-modal {
    position: fixed;
    inset: 0;
    z-index: 22;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem;
    background: rgba(10, 11, 7, .84);
}

.content-panel {
    position: relative;
    width: min(100%, 720px);
    max-height: min(760px, calc(100vh - 3rem));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    background: rgba(34, 35, 24, .97);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .42);
}

.content-panel,
.consultant-form {
    scrollbar-width: thin;
    scrollbar-color: rgba(213, 229, 27, .72) rgba(255, 255, 255, .08);
}

.content-panel::-webkit-scrollbar,
.consultant-form::-webkit-scrollbar {
    width: .55rem;
}

.content-panel::-webkit-scrollbar-track,
.consultant-form::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.content-panel::-webkit-scrollbar-thumb,
.consultant-form::-webkit-scrollbar-thumb {
    border: 2px solid rgba(34, 35, 24, .97);
    border-radius: 999px;
    background: rgba(213, 229, 27, .72);
}

.content-panel::-webkit-scrollbar-thumb:hover,
.consultant-form::-webkit-scrollbar-thumb:hover {
    background: rgba(213, 229, 27, .95);
}

.content-panel-features {
    width: min(100%, 980px);
}

.content-panel-wide {
    width: min(100%, 1080px);
}

.content-panel-video {
    width: min(100%, 920px);
}

.content-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 1.6rem;
    line-height: 1;
}

.content-bottom-close {
    display: none;
}

.content-title {
    max-width: 90%;
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    line-height: 1.05;
}

.feature-modal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.feature-modal-item {
    display: flex;
    min-height: 9.5rem;
    align-items: flex-start;
    gap: .85rem;
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    text-align: left;
}

.feature-modal-item .footer-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.feature-modal-item strong {
    display: block;
    margin-bottom: .35rem;
    font-size: 1rem;
    line-height: 1.2;
}

.feature-modal-item p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: .9rem;
    line-height: 1.42;
}

.feature-modal-item p strong {
    display: inline;
    margin: 0;
    color: #fff;
    font-size: inherit;
    line-height: inherit;
}

.gallery-modal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.gallery-modal-grid .gallery-thumb {
    flex: none;
}

.video-frame {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #111;
    aspect-ratio: 16 / 9;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.gallery-lightbox-frame {
    width: min(100%, 1120px);
    margin: 0;
    color: #fff;
    text-align: center;
}

.gallery-lightbox-frame img {
    max-width: 100%;
    max-height: calc(100vh - 9rem);
    border-radius: 1.25rem;
    object-fit: contain;
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .45);
}

.gallery-lightbox-frame figcaption {
    margin-top: .8rem;
    color: rgba(255, 255, 255, .72);
    font-weight: 700;
}

.gallery-close,
.gallery-nav {
    position: fixed;
    z-index: 21;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    line-height: 1;
}

.gallery-close {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.8rem;
    height: 2.8rem;
    font-size: 2rem;
}

.gallery-nav {
    top: 50%;
    width: 3.2rem;
    height: 3.2rem;
    color: transparent;
    font-size: 0;
    transform: translateY(-50%);
}

.gallery-nav::before {
    content: "";
    display: block;
    width: .82rem;
    height: .82rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.gallery-nav-prev {
    left: 1.5rem;
}

.gallery-nav-prev::before {
    transform: translateX(.16rem) rotate(-45deg);
}

.gallery-nav-next {
    right: 1.5rem;
}

.gallery-nav-next::before {
    transform: translateX(-.16rem) rotate(135deg);
}

.consultant-modal {
    position: fixed;
    inset: 0;
    z-index: 22;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem;
    background: rgba(10, 11, 7, .82);
}

.consultant-form {
    position: relative;
    width: min(100%, 520px);
    max-height: min(760px, calc(100vh - 3rem));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    background: rgba(34, 35, 24, .96);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .42);
}

.consultant-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 1.6rem;
    line-height: 1;
}

.consultant-title {
    max-width: 90%;
    font-size: clamp(1.55rem, 2vw, 2.1rem);
    line-height: 1.05;
}

.consultant-copy,
.consultant-success {
    color: rgba(255, 255, 255, .78);
}

.consultant-copy strong,
.consultant-success {
    color: #d5e51b;
}

.consultant-confirmation {
    width: min(100%, 460px);
}

.consultant-confirmation .consultant-title,
.consultant-confirmation .consultant-copy {
    margin-right: auto;
    margin-left: auto;
}

.consultant-confirmation .consultant-copy {
    max-width: 340px;
}

.project-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.project-choice-card {
    display: flex;
    min-width: 0;
    min-height: 19.5rem;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 1.5rem;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.project-choice-card:hover {
    border-color: rgba(213, 229, 27, .9);
    background: rgba(213, 229, 27, .12);
    transform: translateY(-.25rem);
}

.project-choice-image {
    display: block;
    height: 10.5rem;
    background-position: center;
    background-size: cover;
}

.project-choice-content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 1rem;
}

.project-choice-kicker {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
}

.project-choice-title {
    margin-top: .35rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.project-choice-meta {
    margin-top: .45rem;
    color: rgba(255, 255, 255, .68);
    font-size: .92rem;
}

.project-choice-action {
    margin-top: auto;
    color: #d5e51b;
    font-weight: 700;
}

.projects-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(23, 24, 15, .12), #20211d 94%),
        #20211d;
}

.projects-shell {
    background: transparent;
    border: 0;
}

.projects-heading {
    background: transparent;
}

.projects-section .projects-heading {
    padding: 0 0 1rem !important;
}

.projects-section .project-workspace {
    padding: 0 !important;
}

.section-kicker {
    display: inline-block;
    color: #d5e51b;
    font-size: .78rem;
    letter-spacing: 0;
}

.projects-title {
    max-width: 620px;
    font-size: clamp(1.65rem, 2.7vw, 2.8rem);
    line-height: 1;
}

.projects-copy {
    max-width: 560px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(.92rem, 1.05vw, 1.05rem);
}

.project-side {
    margin-bottom: 1.2rem;
}

.project-side .projects-title {
    max-width: 360px;
    font-size: clamp(1.65rem, 2.2vw, 2.25rem);
}

.project-side .projects-copy {
    max-width: 330px;
}

.project-workspace {
    background: transparent;
}

.project-selector-arrow {
    display: none;
}

.project-picker-hint {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0 0 .85rem 5.9rem;
    padding: .45rem .8rem;
    border: 1px solid rgba(213, 229, 27, .45);
    border-radius: 999px;
    color: #20211d;
    background: #d5e51b;
    box-shadow: 0 .8rem 1.7rem rgba(0, 0, 0, .22);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    animation: pickerHintFloat 2.4s ease-in-out infinite;
}

.project-picker-hint::after {
    content: "";
    position: absolute;
    bottom: -.34rem;
    left: 1.1rem;
    width: .72rem;
    height: .72rem;
    background: #d5e51b;
    transform: rotate(45deg);
}

@keyframes pickerHintFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-.35rem);
    }
}

.project-option {
    display: grid;
    grid-template-columns: 5.6rem minmax(0, 1fr);
    gap: .75rem;
    align-items: stretch;
    min-height: 5.85rem;
    padding: .45rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.25rem;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(10px);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.project-option:hover,
.project-option.active {
    border-color: rgba(213, 229, 27, .92);
    background: rgba(213, 229, 27, .13);
}

.project-option.active {
    transform: translateX(.25rem);
}

.project-option-media {
    display: block;
    min-width: 0;
    border-radius: .85rem;
    background-position: center;
    background-size: cover;
}

.project-option-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: .3rem;
}

.project-option-title {
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.project-option-meta {
    color: rgba(255, 255, 255, .68);
    font-size: .82rem;
    line-height: 1.2;
}

.project-detail[hidden] {
    display: none;
}

.project-fade-enter-active,
.project-fade-leave-active {
    transition: opacity .22s ease, transform .22s ease;
}

.project-fade-enter-from,
.project-fade-leave-to {
    opacity: 0;
    transform: translateY(.55rem);
}

.project-hero-wrap {
    position: relative;
}

.project-hero {
    position: relative;
    min-height: 17.5rem;
    background: #111;
}

.project-hero img {
    width: 100%;
    height: 21rem;
    object-fit: cover;
}

.project-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(16, 17, 10, .86));
}

.project-hero-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.project-architect {
    display: inline-block;
    margin-bottom: .2rem;
    color: rgba(255, 255, 255, .76);
    font-size: .9rem;
    font-weight: 700;
}

.project-hero-caption h3 {
    font-size: clamp(1.55rem, 2.35vw, 2.25rem);
    line-height: 1;
}

.project-media-actions {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    align-items: center;
    justify-content: flex-end;
}

.project-media-btn {
    display: inline-flex;
    min-height: 3.15rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .62rem;
    padding: .72rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1.05rem;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 .85rem 1.8rem rgba(0, 0, 0, .18);
    transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.project-media-btn:first-child {
    border-color: rgba(255, 255, 255, .9);
    color: #20220c;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1rem 2.1rem rgba(255, 255, 255, .12), 0 .85rem 1.8rem rgba(0, 0, 0, .2);
}

.project-media-btn:nth-child(2) {
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.project-media-btn:hover {
    border-color: rgba(213, 229, 27, .78);
    color: #fff;
    background: rgba(213, 229, 27, .15);
    transform: translateY(-.08rem);
}

.project-media-btn:first-child:hover {
    border-color: #fff;
    color: #20220c;
    background: #fff;
    box-shadow: 0 1.15rem 2.3rem rgba(255, 255, 255, .15), 0 .9rem 1.9rem rgba(0, 0, 0, .2);
}

.project-media-btn:nth-child(2):hover {
    border-color: rgba(213, 229, 27, .75);
    color: #fff;
    background: rgba(213, 229, 27, .16);
}

.project-media-btn svg {
    width: 1.28rem;
    height: 1.28rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.project-info,
.project-stats,
.project-next {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, .82);
}

.project-info,
.project-stats {
    padding: 1rem !important;
}

.project-info p,
.project-next p {
    font-size: .92rem;
    line-height: 1.35;
}

.project-next {
    padding: 1rem !important;
    border-color: rgba(213, 229, 27, .86);
    background:
        linear-gradient(135deg, rgba(213, 229, 27, .96), rgba(213, 229, 27, .82) 54%, rgba(188, 204, 18, .9)),
        #d5e51b;
    color: rgba(32, 34, 12, .78);
}

.project-tags span {
    border: 1px solid rgba(213, 229, 27, .36);
    border-radius: 999px;
    padding: .34rem .6rem;
    color: #fff;
    background: rgba(213, 229, 27, .11);
    font-size: .8rem;
    line-height: 1;
}

.project-stats dl {
    display: grid;
    gap: .68rem;
}

.project-stats dt {
    color: rgba(255, 255, 255, .56);
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
}

.project-stats dd {
    margin: .1rem 0 0;
    color: #fff;
    font-size: .96rem;
    font-weight: 700;
}

.project-next strong {
    color: #20220c;
    font-size: 1.05rem;
}

.project-next .accent-btn {
    border-color: #20220c;
    background: #20220c;
    color: #fff;
}

.project-next .accent-btn:hover {
    border-color: #343719;
    background: #343719;
    color: #fff;
}

.brand-logo {
    display: block;
    background: #fff;
    mask: var(--logo) center / contain no-repeat;
    -webkit-mask: var(--logo) center / contain no-repeat;
}

.brand-logo-villaredo {
    width: 174px;
    height: 46px;
}

.brand-logo-laredo {
    width: 154px;
    height: 46px;
}

.lead-title {
    font-size: clamp(1.8rem, 2.15vw, 2.35rem);
}

.form-title {
    font-size: clamp(1.1rem, 1.35vw, 1.3rem);
}

.form-panel form,
.form-panel .form-control,
.form-panel .form-check-label {
    font-size: .94rem;
}

.intro-title {
    font-size: clamp(1.75rem, 2.05vw, 2.25rem);
}

.intro-copy {
    font-size: clamp(1.12rem, 1.35vw, 1.32rem);
}

.section-title {
    font-size: clamp(1.7rem, 2vw, 2.2rem);
}

.footer-title {
    font-size: clamp(1.45rem, 1.8vw, 1.8rem);
}

@media (max-width: 991.98px) {
    .hero,
    .hero-row {
        min-height: auto;
    }

    .hero {
        background: #34332f;
        padding-bottom: 1.25rem;
    }

    .hero-content {
        width: 100vw;
        overflow: hidden;
    }

    main,
    .hero-content>.row,
    .hero-content [class*="col-"] {
        width: 100vw;
        max-width: 100vw;
        margin-right: 0;
        margin-left: 0;
        overflow: hidden;
    }

    .hero::after,
    .bg-slide {
        height: 28rem;
        bottom: auto;
    }

    .hero-content>.row {
        display: block;
    }

    .hero-content .container {
        padding-top: 19.5rem !important;
        padding-bottom: 0 !important;
    }

    .glass-box,
    .mobile-lead-card,
    .dark-box {
        box-sizing: border-box;
        width: min(350px, calc(100% - 2.5rem));
        max-width: min(350px, calc(100% - 2.5rem));
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        border-radius: 1.75rem !important;
        overflow: hidden;
    }

    .glass-box {
        text-align: center;
        background: rgba(61, 58, 49, .72);
    }

    .mobile-lead-card {
        background: rgba(112, 112, 108, .96);
    }

    .intro-title {
        font-size: clamp(1.72rem, 7.2vw, 2rem);
    }

    .intro-copy {
        max-width: 18rem;
        margin-right: auto;
        margin-left: auto;
        font-size: .95rem;
    }

    .carousel-indicators-mobile {
        width: max-content;
        margin-right: auto;
        margin-left: auto;
    }

    .dark-box {
        padding: 2rem 2.5rem !important;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
    }

    .feature-icon::before {
        width: 23px;
        height: 23px;
    }

    .form-panel {
        width: 100vw;
        max-width: 100vw;
        flex: 0 0 100vw !important;
        margin: 0;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        display: none !important;
    }

    .form-panel>div {
        box-sizing: border-box;
        width: min(350px, calc(100% - 2.5rem));
        max-width: min(350px, calc(100% - 2.5rem));
        margin: 1.5rem auto 0;
        border-radius: 1.75rem;
        background: rgba(112, 112, 108, .96);
        padding: 2rem 1.2rem !important;
        overflow: hidden;
    }

    .lead-title {
        max-width: 19rem;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        font-size: 1.58rem;
    }

    .form-title {
        display: block;
        width: 100%;
        text-align: center;
        font-size: .98rem;
        white-space: normal;
    }

    .form-control {
        min-height: 3rem;
        border-radius: .45rem !important;
    }

    .form-check-input {
        width: 2rem;
        height: 2rem;
    }

    .dark-box h2 {
        font-size: 1.85rem;
    }

    .steps-intro {
        font-size: .9rem;
        text-align: left;
    }

    .step-item {
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: .8rem;
        min-height: 3.35rem;
        padding: .5rem .55rem;
    }

    .step-item strong,
    .form-check-label {
        font-size: .95rem;
    }

    .footer-band {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .projects-section {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .villaredo-screen .container,
    .projects-section .container {
        width: min(100% - 2rem, 480px);
        padding-top: 1.45rem !important;
        padding-right: 0 !important;
        padding-bottom: 1.5rem !important;
        padding-left: 0 !important;
    }

    .projects-section .container {
        padding-top: 0 !important;
    }

    .screen-kicker-row {
        justify-content: center;
        gap: .6rem;
    }

    .flow-back-button {
        width: 2.18rem;
        height: 2.18rem;
    }

    .screen-kicker-row .section-kicker {
        font-size: .72rem;
    }

    .villaredo-top {
        gap: 1.15rem !important;
        margin-bottom: 1.25rem !important;
    }

    .villaredo-top>div:first-child {
        flex: 0 1 auto;
        text-align: center;
    }

    .villaredo-title {
        margin-top: .55rem !important;
        margin-bottom: .75rem !important;
        font-size: 1.78rem;
        line-height: 1.02;
    }

    .villaredo-copy {
        max-width: 21rem;
        margin-right: auto;
        margin-left: auto;
        font-size: .98rem;
        line-height: 1.34;
    }

    .villaredo-actions {
        width: 100%;
        max-width: none;
        flex-basis: auto;
        justify-content: center;
        gap: .55rem;
    }

    .villaredo-icon-btn {
        width: 2.9rem;
        height: 2.9rem;
        border-radius: .9rem;
    }

    .project-invite {
        margin-top: .35rem;
        margin-bottom: 1rem !important;
        border-radius: 1.25rem !important;
        padding: 1rem !important;
        text-align: center !important;
    }

    .project-invite-title {
        font-size: 1.05rem;
        line-height: 1.12;
    }

    .villaredo-summary {
        border-radius: 1.75rem !important;
    }

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

    .project-choice-card {
        min-height: auto;
        border-radius: 1.25rem;
        text-align: center !important;
    }

    .project-choice-content {
        align-items: center;
        text-align: center;
    }

    .project-choice-card:hover {
        transform: none;
    }

    .project-choice-image {
        height: 13rem;
    }

    .villaredo-feature {
        min-height: 4.1rem;
    }

    .gallery-lightbox {
        padding: 4rem 1rem;
    }

    .gallery-lightbox-frame img {
        max-height: calc(100vh - 11rem);
        border-radius: 1rem;
    }

    .gallery-close {
        top: 1rem;
        right: 1rem;
    }

    .gallery-nav {
        top: auto;
        bottom: 1rem;
        transform: none;
    }

    .content-modal {
        align-items: flex-start;
        min-height: 100dvh;
        overflow-y: auto;
        padding: 1rem;
        -webkit-overflow-scrolling: touch;
    }

    .consultant-modal {
        align-items: flex-start;
        min-height: 100dvh;
        overflow-y: auto;
        padding: 1rem;
        -webkit-overflow-scrolling: touch;
    }

    .content-panel {
        max-height: calc(100dvh - 2rem);
        border-radius: 1.5rem !important;
        padding: 1.25rem !important;
    }

    .consultant-form {
        max-height: calc(100dvh - 2rem);
        overflow-y: auto;
        border-radius: 1.5rem !important;
    }

    .content-title {
        max-width: calc(100% - 2.75rem);
    }

    .content-bottom-close {
        display: block;
        min-height: 3rem;
    }

    .feature-modal-grid {
        grid-template-columns: 1fr;
    }

    .gallery-modal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .55rem;
    }

    .projects-shell {
        border-radius: 1.75rem !important;
    }

    .project-workspace {
        padding: 0 !important;
    }

    .projects-section .row {
        --bs-gutter-y: 1rem;
    }

    .project-side {
        margin-bottom: 1rem;
        text-align: center;
    }

    .project-side .projects-title {
        margin-right: auto;
        margin-left: auto;
        margin-top: .55rem !important;
        margin-bottom: .75rem !important;
        font-size: 1.78rem;
        line-height: 1.02;
    }

    .project-side .projects-copy {
        max-width: 21rem;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1rem !important;
        font-size: .98rem;
        line-height: 1.34;
    }

    .project-selector {
        display: flex !important;
        gap: .55rem !important;
        overflow-x: auto;
        padding: 0 1.9rem .3rem;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scroll-padding-inline: 1.9rem;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .project-selector::-webkit-scrollbar {
        display: none;
    }

    .project-selector-wrap {
        position: relative;
        margin-right: -1rem;
        margin-left: -1rem;
    }

    .project-selector-arrow {
        position: absolute;
        top: 50%;
        z-index: 2;
        display: inline-flex;
        width: 1.85rem;
        height: 1.85rem;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid rgba(213, 229, 27, .5);
        border-radius: 50%;
        color: #d5e51b;
        background: rgba(20, 21, 9, .82);
        backdrop-filter: blur(8px);
        box-shadow: 0 .65rem 1.4rem rgba(0, 0, 0, .24);
        transition: background .2s ease, border-color .2s ease, transform .2s ease;
        transform: translateY(-50%);
    }

    .project-selector-arrow:active {
        transform: translateY(-50%) scale(.94);
    }

    .project-selector-arrow span {
        display: block;
        width: .5rem;
        height: .5rem;
        border-top: 2px solid currentColor;
        border-left: 2px solid currentColor;
    }

    .project-selector-arrow-prev {
        left: .25rem;
    }

    .project-selector-arrow-prev span {
        transform: translateX(.08rem) rotate(-45deg);
    }

    .project-selector-arrow-next {
        right: .25rem;
    }

    .project-selector-arrow-next span {
        transform: translateX(-.08rem) rotate(135deg);
    }

    .project-picker-hint {
        display: flex;
        margin: 0 auto .75rem;
        font-size: .74rem;
    }

    .project-picker-hint::after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }

    .project-option {
        grid-template-columns: 4.55rem minmax(6.4rem, 1fr);
        gap: .55rem;
        min-width: min(15.5rem, 70vw);
        min-height: 4.9rem;
        padding: .35rem;
        border-radius: 1rem;
        scroll-snap-align: start;
        scroll-snap-stop: normal;
    }

    .project-option-media {
        border-radius: .7rem;
    }

    .project-option.active {
        transform: none;
    }

    .project-option-title {
        font-size: .9rem;
    }

    .project-option-meta {
        font-size: .76rem;
    }

    .project-hero {
        min-height: 15rem;
        border-radius: 1.5rem !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }

    .project-hero-wrap {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 1rem !important;
    }

    .project-hero img {
        display: block;
        height: 16rem;
        border-radius: 1.5rem;
    }

    .project-hero::after {
        border-radius: 1.5rem;
    }

    .project-media-actions {
        position: static !important;
        right: auto;
        bottom: auto;
        z-index: auto;
        width: 100%;
        justify-content: center !important;
        margin-top: .85rem;
        margin-bottom: .15rem;
    }

    .project-hero-caption h3 {
        font-size: 1.45rem;
    }

    .project-next .accent-btn {
        width: 100%;
    }

    .project-next {
        border-color: rgba(213, 229, 27, .86);
        background:
            linear-gradient(135deg, rgba(213, 229, 27, .96), rgba(213, 229, 27, .84) 56%, rgba(188, 204, 18, .92)),
            #d5e51b;
    }

    .footer-title {
        font-size: 1.85rem;
    }

    .footer-band .row {
        gap: 1.5rem !important;
    }

    .footer-band .d-grid.gap-2 {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: .75rem !important;
    }

    .footer-band .d-grid.gap-2>div {
        flex-direction: column;
        align-items: center !important;
        justify-content: flex-start;
        text-align: center;
        gap: .45rem !important;
    }

    .footer-band strong {
        font-size: .78rem;
        line-height: 1.18;
    }

    .footer-icon {
        width: 30px;
        height: 30px;
    }

    .footer-band .justify-content-lg-end {
        flex-direction: row !important;
        justify-content: space-between;
        gap: 1.75rem !important;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .brand-logo-villaredo {
        width: 150px;
        height: 40px;
    }

    .brand-logo-laredo {
        width: 132px;
        height: 40px;
    }
}
