@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
    --brown: #362414;
    --brown2: #473527;
    --gold: #B8853E;
    --gold2: #C69A49;
    --cream: #F5F1EE;
    --border: #EBE1BD;
    --ink: #171515;
    --muted: #515151;
    --shadow: 0 8px 12px rgba(9, 30, 66, .10);
    --gutter: clamp(20px, 7.5vw, 108px)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Manrope, Arial, sans-serif;
    color: var(--brown2);
    background: #fff;
    letter-spacing: -.02em
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.site-page {
    overflow: hidden
}

.vf-container {
    width: 100%;
    padding-left: var(--gutter);
    padding-right: var(--gutter)
}

.logo {
    font-weight: 300;
    letter-spacing: .23em;
    font-size: 20px;
    white-space: nowrap
}

.logo .o {
    display: inline-block;
    width: .85em;
    height: .85em;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    margin: 0 .05em;
    vertical-align: .04em;
    position: relative
}

.logo .o:after {
    content: '';
    position: absolute;
    inset: 2px;
    border-left: 1px solid var(--gold);
    border-radius: 50%
}

.logo-light {
    color: white
}

.logo-dark {
    color: var(--brown2)
}

.site-header {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px var(--gutter);
    color: #fff
}

.site-header .navbar {
    padding: 0
}

.site-header .navbar-nav {
    gap: 16px
}

.site-header .nav-link {
    color: #fff !important;
    font-size: 14px;
    padding: .5rem 0 !important;
    white-space: nowrap
}

.site-header .nav-link:hover {
    opacity: .72
}

.nav-actions {
    display: flex;
    gap: 8px
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #212121;
    padding: 16px 22px;
    min-height: 54px;
    font-size: 14px;
    box-shadow: var(--shadow);
    border: 0
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 0;
    padding: 8px 10px
}

.navbar-toggler-icon {
    filter: invert(1)
}

.btn-vf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: .25s;
    cursor: pointer
}

.btn-vf.gold {
    background: var(--gold);
    color: #fff
}

.btn-vf.white {
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow)
}

.btn-vf.outline {
    border-color: var(--gold);
    color: var(--ink);
    background: transparent
}

.btn-vf.outline-light {
    border-color: #fff;
    color: #fff;
    background: transparent
}

.btn-vf:hover {
    transform: translateY(-1px);
    filter: brightness(.97)
}

.hero {
    min-height: 686px;
    position: relative;
    color: white;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 155px var(--gutter) 64px
}

.hero.home {
    height: 880px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .08)), url('../images/home-hero.jpg')
}

.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .06))
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px
}

.eyebrow {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px
}

.hero-title {
    font-weight: 300;
    font-size: clamp(48px, 5.2vw, 75px);
    line-height: 1.15;
    margin: 0 0 24px;
    text-transform: uppercase
}

.hero-copy {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 24px
}

.hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.section {
    padding: 128px var(--gutter)
}

.section.compact {
    padding-top: 64px;
    padding-bottom: 64px
}

.bg-cream {
    background: var(--cream)
}

.bg-brown {
    background: var(--brown);
    color: white
}

.heading-lg {
    font-size: clamp(31px, 2.54vw, 36.5px);
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0
}

.heading-xl {
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 300;
    line-height: 1.18;
    text-transform: uppercase;
    margin: 0
}

.body-copy {
    font-size: 16px;
    line-height: 1.45;
    margin: 0
}

.small-label {
    font-size: 14px;
    text-transform: uppercase
}

.divider {
    height: 1px;
    background: rgba(71, 53, 39, .22);
    margin: 64px 0
}

.divider-light {
    background: rgba(255, 255, 255, .22)
}

.hotspots-section {
    height: 880px;
    position: relative;
    color: white;
    background: linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .12)), url('../images/home-hotspots.jpg') center/cover no-repeat
}

.hotspots-copy {
    position: absolute;
    left: var(--gutter);
    bottom: 64px;
    z-index: 3;
    max-width: 560px
}

.hotspots-copy h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase
}

.hotspot {
    position: absolute;
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: #28404d;
    display: grid;
    place-items: center;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    box-shadow: var(--shadow);
    transition: .2s
}

.hotspot:hover {
    transform: scale(1.06)
}

.hotspot.active {
    background: var(--gold);
    color: #fff;
    transform: rotate(45deg)
}

.hotspot-popup {
    position: absolute;
    z-index: 4;
    top: 31.5%;
    right: 3.2%;
    width: min(270px, 28vw);
    padding: 18px 20px;
    background: #fff;
    color: var(--ink);
    text-align: center;
    font-size: 16px;
    box-shadow: var(--shadow)
}

.hotspot[data-i='0'] {
    left: 61.1%;
    top: 41.6%
}

.hotspot[data-i='1'] {
    left: 89.5%;
    top: 58%
}

.hotspot[data-i='2'] {
    left: 65.3%;
    top: 60.6%
}

.hotspot[data-i='3'] {
    left: 73.1%;
    top: 56.7%
}

.hotspot[data-i='4'] {
    left: 86.4%;
    top: 44.1%
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1.17fr;
    gap: 9%;
    align-items: start
}

.intro-copy {
    display: flex;
    flex-direction: column;
    gap: 58px
}

.intro-image img {
    width: 100%;
    height: 345px;
    object-fit: cover
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.stat {
    text-align: center;
    padding: 0 14px
}

.stat strong {
    font-weight: 300;
    font-size: 34px;
    display: block;
    line-height: 1.2
}

.stat span {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4
}

.day-night-scroll {
    height: 190vh;
    position: relative;
    background: var(--brown)
}

.day-night-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 690px;
    overflow: hidden;
    color: white
}

.day-night-sticky .scene {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover
}

.day-scene {
    background-image: url('../images/home-day.jpg')
}

.night-scene {
    background-image: url('../images/home-night.jpg');
    opacity: var(--nightOpacity, 0)
}

.day-night-sticky:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(54, 36, 20, 0) 66%, var(--brown) 100%);
    pointer-events: none
}

.day-night-copy {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
    text-align: center;
    width: min(1020px, 85vw)
}

.day-night-copy h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 14px 0 0
}

.day-night-cta {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 64px;
    transform: translateX(-50%)
}

.location-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto
}

.map-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f2e5d7;
    margin: 0;
    padding: 0;
    line-height: 0
}

.map-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: none;
    margin: 0;
    padding: 0
}

.local-selector {
    height: 880px;
    position: relative;
    color: #fff;
    background: linear-gradient(to bottom, var(--brown), rgba(54, 36, 20, 0) 45%), url('../images/home-locales.jpg') center/cover no-repeat
}

.selector-head {
    position: absolute;
    z-index: 3;
    left: var(--gutter);
    right: var(--gutter);
    top: 64px;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.selector-head p {
    max-width: 520px
}

.local-marker {
    position: absolute;
    z-index: 5;
    border: 0;
    background: var(--gold);
    color: white;
    padding: 14px 18px;
    box-shadow: var(--shadow);
    font: 500 14px Manrope;
    transition: .2s
}

.local-marker:hover {
    transform: translateY(-3px);
    background: #a97836
}

.local-marker small {
    font-size: 10px
}

.local-marker.m1 {
    left: 36%;
    top: 43%
}

.local-marker.m2 {
    left: 49%;
    top: 36%
}

.local-marker.m3 {
    left: 57%;
    top: 57%
}

.local-marker.m4 {
    left: 69%;
    top: 48%
}

.interior-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8%;
    align-items: end
}

.tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px
}

.interior-gallery {
    display: grid;
    grid-template-columns: 2.4fr 1fr;
    gap: 30px;
    margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid rgba(71, 53, 39, .2)
}

.gallery-main {
    height: 520px;
    object-fit: cover;
    width: 100%
}

.gallery-side img {
    height: 281px;
    width: 100%;
    object-fit: cover
}

.gallery-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px
}

.round-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid var(--brown2);
    background: #fff;
    color: var(--brown2);
    font-size: 20px
}

.round-btn.dark {
    background: var(--brown2);
    color: #fff
}

.gallery-arrows {
    display: flex;
    gap: 12px
}

.kuula-section {
    background: var(--brown);
    color: #fff
}

.tour-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 50px;
    align-items: end
}

.tour-layout {
    display: grid;
    grid-template-columns: 301px 1fr;
    gap: 64px;
    margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid rgba(255, 255, 255, .24)
}

.tour-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.tour-frame {
    width: 100%;
    height: 520px;
    border: 0;
    background: #111
}

.tour-hero {
    position: relative;
    height: 76vh;
    min-height: 640px;
    background: var(--brown);
    overflow: hidden
}

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

.tour-hero:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .35), transparent 45%);
    pointer-events: none
}

.tour-hero-title {
    position: absolute;
    z-index: 4;
    left: var(--gutter);
    bottom: 60px;
    color: white;
    max-width: 620px
}

.contact-block {
    display: grid;
    grid-template-columns: 1.1fr .86fr;
    gap: 8%;
    align-items: start
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 64px
}

.form-card {
    border: 1px solid var(--border);
    padding: 32px
}

.form-card label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 7px;
    color: var(--ink)
}

.form-card .form-control,
.form-card .form-select {
    border-radius: 0;
    border-color: #c8c8c8;
    height: 48px;
    font-size: 14px
}

.form-card .form-check {
    font-size: 12px
}

.form-message {
    display: none;
    margin-top: 14px;
    padding: 12px;
    background: #f3eadf;
    color: var(--brown)
}

.partner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(71, 53, 39, .22);
    margin-top: 64px;
    padding-top: 64px
}

.partner {
    text-align: center;
    padding: 0 7%
}

.partner+.partner {
    border-left: 1px solid rgba(71, 53, 39, .15)
}

.brand-word {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .12em;
    color: var(--gold);
    margin: 16px 0 6px
}

.brand-word.admaro {
    letter-spacing: .16em;
    color: var(--brown2)
}

.site-footer {
    padding: 0 var(--gutter) 64px
}

.footer-top {
    border-top: 1px solid rgba(71, 53, 39, .22);
    border-bottom: 1px solid rgba(71, 53, 39, .22);
    padding: 30px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 14px
}

.footer-social {
    display: flex;
    gap: 18px
}

.footer-social a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--brown2);
    display: grid;
    place-items: center;
    font-size: 12px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    font-size: 13px;
    gap: 20px;
    flex-wrap: wrap
}

.subhero.developer {
    background-image: url('../images/developer-hero.jpg')
}

.subhero.projects {
    background-image: url('../images/projects-hero.jpg')
}

.subhero.contact {
    background-image: url('../images/contact-hero.jpg')
}

.subhero.locales {
    background-color: var(--brown);
    background-image: url('../images/rozeta2.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.subhero.single {
    min-height: 538px;
    background-color: var(--brown);
    background-image: url('../images/rozeta2.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.single-price {
    position: absolute;
    right: var(--gutter);
    bottom: 64px;
    z-index: 3;
    text-align: right
}

.single-price strong {
    font-size: 30px;
    font-weight: 300;
    display: block
}

.single-price span {
    font-size: 14px
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 64px var(--gutter);
    background: var(--cream)
}

.metric {
    text-align: center
}

.metric strong {
    display: block;
    font-size: 36px;
    font-weight: 300
}

.metric span {
    font-size: 14px
}

.floor-section {
    background: var(--cream);
    padding: 0 var(--gutter) 128px
}

.floor-card {
    display: grid;
    grid-template-columns: 1fr .86fr;
    gap: 9%;
    align-items: center;
    margin-top: 64px
}

.floor-card.reverse {
    grid-template-columns: .86fr 1fr
}

.floor-card.reverse .floor-text {
    order: 1
}

.floor-card.reverse .floor-image {
    order: 2
}

.floor-image {
    position: relative
}

.floor-image img {
    width: 100%;
    height: 345px;
    object-fit: contain
}

.floor-image.technical img {
    filter: grayscale(1) contrast(1.25)
}

.floor-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff
}

.room-list {
    margin-top: 14px
}

.room-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(71, 53, 39, .12)
}

.dev-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
    align-items: start
}

.dev-feature img {
    width: 100%;
    height: 600px;
    object-fit: cover
}

.twocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15%
}

.full-image {
    height: 600px
}

.full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dev-feature.reverse .dev-image {
    order: 1
}

.dev-feature.reverse .dev-text {
    order: 2
}

.project-row {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 9%;
    align-items: stretch
}

.project-row.reverse {
    grid-template-columns: 1.28fr .72fr
}

.project-row.reverse .project-image {
    order: 1
}

.project-row.reverse .project-copy {
    order: 2
}

.project-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.project-image img {
    width: 100%;
    height: 496px;
    object-fit: cover
}

.project-meta .stage {
    font-size: 15px
}

.project-meta h2 {
    font-weight: 300;
    font-size: 36px;
    margin: 8px 0
}

.project-meta small {
    font-size: 13px
}

.project-nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.project-section:nth-of-type(even) {
    background: var(--cream)
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    padding: 64px var(--gutter)
}

.contact-card {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gold)
}

.contact-card strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    margin-top: 14px
}

.contact-form-section {
    position: relative;
    background: var(--cream)
}

@media (max-width:1199px) {
    .site-header {
        padding-top: 22px
    }

    .navbar-collapse {
        margin-top: 18px;
        background: rgba(54, 36, 20, .96);
        padding: 18px
    }

    .nav-actions {
        margin-top: 16px;
        flex-wrap: wrap
    }

    .hero {
        padding-top: 140px
    }

    .intro-grid,
    .interior-head,
    .tour-head,
    .contact-block,
    .dev-feature,
    .twocol,
    .project-row,
    .project-row.reverse {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .project-row.reverse .project-image,
    .project-row.reverse .project-copy,
    .dev-feature.reverse .dev-image,
    .dev-feature.reverse .dev-text {
        order: initial
    }

    .stats,
    .metric-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px
    }

    .interior-gallery {
        grid-template-columns: 1.6fr 1fr
    }

    .tour-layout {
        grid-template-columns: 1fr
    }

    .tour-info {
        gap: 28px
    }

    .partner-row {
        grid-template-columns: 1fr
    }

    .partner+.partner {
        border-left: 0;
        border-top: 1px solid rgba(71, 53, 39, .15);
        margin-top: 40px;
        padding-top: 40px
    }

    .floor-card,
    .floor-card.reverse {
        grid-template-columns: 1fr
    }

    .floor-card.reverse .floor-text,
    .floor-card.reverse .floor-image {
        order: initial
    }

    .contact-cards {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .footer-top {
        grid-template-columns: 1fr;
        text-align: center
    }

    .footer-links {
        flex-wrap: wrap
    }

    .footer-social {
        justify-content: center
    }

    .selector-head {
        flex-direction: column
    }
}

@media (max-width:767px) {
    :root {
        --gutter: 20px
    }

    .section {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .hero,
    .hero.home {
        height: auto;
        min-height: 720px;
        padding-bottom: 44px
    }

    .hero-title {
        font-size: 48px
    }

    .hotspots-section {
        height: 720px;
        background-position: 47% center
    }

    .hotspots-copy {
        bottom: 34px
    }

    .hotspots-copy h2 {
        font-size: 28px;
        max-width: 85%
    }

    .hotspot {
        width: 40px;
        height: 40px;
        font-size: 28px
    }

    .hotspot-popup {
        top: 22%;
        right: 20px;
        width: 230px;
        font-size: 13px
    }

    .hotspot[data-i='0'] {
        left: 54%;
        top: 43%
    }

    .hotspot[data-i='1'] {
        left: 85%;
        top: 58%
    }

    .hotspot[data-i='2'] {
        left: 60%;
        top: 60%
    }

    .hotspot[data-i='3'] {
        left: 70%;
        top: 56%
    }

    .hotspot[data-i='4'] {
        left: 82%;
        top: 44%
    }

    .intro-grid {
        gap: 40px
    }

    .intro-copy {
        gap: 32px
    }

    .intro-image img {
        height: 260px
    }

    .stats {
        grid-template-columns: 1fr 1fr
    }

    .stat strong {
        font-size: 26px
    }

    .day-night-sticky {
        min-height: 620px
    }

    .day-night-copy {
        top: 42px
    }

    .day-night-copy h2 {
        font-size: 28px
    }

    .map-image {
        height: 340px
    }

    .local-selector {
        height: 690px;
        background-position: 54% center
    }

    .selector-head {
        top: 40px
    }

    .local-marker {
        padding: 10px 12px;
        font-size: 12px
    }

    .local-marker.m1 {
        left: 27%;
        top: 49%
    }

    .local-marker.m2 {
        left: 49%;
        top: 42%
    }

    .local-marker.m3 {
        left: 52%;
        top: 61%
    }

    .local-marker.m4 {
        left: 71%;
        top: 53%
    }

    .interior-gallery {
        grid-template-columns: 1fr
    }

    .gallery-main {
        height: 330px
    }

    .gallery-side img {
        height: 240px
    }

    .tour-layout {
        gap: 32px
    }

    .tour-frame {
        height: 420px
    }

    .contact-block {
        gap: 46px
    }

    .form-card {
        padding: 22px
    }

    .metric-row {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding-top: 48px;
        padding-bottom: 48px
    }

    .metric strong {
        font-size: 28px
    }

    .floor-image img {
        height: 280px
    }

    .dev-feature img,
    .full-image {
        height: 420px
    }

    .project-image img {
        height: 330px
    }

    .project-copy {
        gap: 40px
    }

    .contact-cards {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .footer-bottom {
        font-size: 12px
    }

    .footer-links {
        font-size: 13px
    }

    .subhero.locales,
    .subhero.single {
        background-size: cover;
        background-position: center center
    }

    .single-price {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 28px;
        text-align: left
    }

    .tour-hero {
        min-height: 560px;
        height: 72vh
    }
}

/* ===== Villa Fiore motion + fidelity pass ===== */
.logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    flex: 0 0 auto
}

.logo img {
    display: block;
    width: 243px;
    max-width: 19vw;
    height: auto
}

.site-header {
    padding: 64px var(--gutter) 0
}

.site-header .navbar-nav {
    gap: 16px
}

.site-header .nav-link {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -.02em
}

.nav-btn {
    height: 60px;
    min-height: 60px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.4
}

.partner-logo {
    display: block;
    margin: 16px auto 0;
    object-fit: contain
}

.partner-logo.adma {
    width: 144px;
    max-height: 57px
}

.partner-logo.admaro {
    width: 264px;
    max-height: 84px
}

/* initial entrance motion */
.site-header {
    animation: vfHeaderIn .9s cubic-bezier(.2, .75, .2, 1) both
}

.hero .hero-content {
    animation: vfHeroIn 1.05s .12s cubic-bezier(.2, .75, .2, 1) both
}

@keyframes vfHeaderIn {
    from {
        opacity: 0;
        transform: translateY(-18px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes vfHeroIn {
    from {
        opacity: 0;
        transform: translateY(34px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

/* viewport reveal effects */
.reveal-on-scroll {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    filter: blur(2px);
    transition: opacity .85s cubic-bezier(.2, .75, .2, 1), transform .85s cubic-bezier(.2, .75, .2, 1), filter .85s ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform
}

.reveal-on-scroll.reveal-left {
    transform: translate3d(-38px, 18px, 0)
}

.reveal-on-scroll.reveal-right {
    transform: translate3d(38px, 18px, 0)
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0)
}


/* Brown rosette hero artwork for Lokale / Pojedynczy lokal */
.subhero.locales:before,
.subhero.single:before {
    background: transparent
}

.subhero.locales,
.subhero.single {
    isolation: isolate
}

.subhero.locales .hero-content,
.subhero.single .hero-content,
.subhero.single .single-price {
    z-index: 3
}

/* Static location map: flush against adjoining sections, no reveal gap */
.map-image {
    position: relative;
    z-index: 1
}

/* interactive architectural hotspots */
.hotspots-section {
    isolation: isolate
}

.hotspot {
    transition: transform .28s cubic-bezier(.2, .75, .2, 1), background .25s ease, color .25s ease, box-shadow .25s ease
}

.hotspot.active {
    background: var(--gold);
    color: #fff;
    transform: rotate(45deg) scale(1.02)
}

.hotspot.active:hover {
    transform: rotate(45deg) scale(1.08)
}

.hotspot-bubble {
    position: absolute;
    z-index: 7;
    width: 254px;
    min-height: 92px;
    padding: 20px 22px;
    background: #fff;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(10px) scale(.98);
    pointer-events: none;
    transition: opacity .26s ease, transform .3s cubic-bezier(.2, .75, .2, 1);
    --pointer-x: 50%
}

.hotspot-bubble.is-open {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.hotspot-bubble:after {
    content: "";
    position: absolute;
    left: var(--pointer-x);
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 4px 4px 8px rgba(9, 30, 66, .05)
}

/* day/night starts changing as soon as the section enters viewport */
.day-night-scroll {
    height: 205vh
}

.day-night-sticky .scene {
    transition: filter .08s linear, transform .08s linear, opacity .08s linear;
    will-change: opacity, filter, transform
}

.day-scene {
    filter: brightness(var(--dayBrightness, 1)) saturate(var(--daySaturation, 1));
    transform: scale(var(--dayScale, 1.025))
}

.night-scene {
    opacity: var(--nightOpacity, 0);
    filter: brightness(var(--nightBrightness, .82)) saturate(var(--nightSaturation, .9));
    transform: scale(var(--nightScale, 1.045))
}

.day-night-sticky:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(circle at 50% 22%, rgba(255, 221, 177, var(--duskGlow, .12)), transparent 48%);
    mix-blend-mode: screen;
    transition: opacity .2s ease
}

.day-night-copy,
.day-night-cta {
    transition: opacity .65s ease, transform .75s cubic-bezier(.2, .75, .2, 1)
}

.day-night-scroll:not(.entered) .day-night-copy {
    opacity: .2;
    transform: translate(-50%, 22px)
}

.day-night-scroll:not(.entered) .day-night-cta {
    opacity: 0;
    transform: translate(-50%, 20px)
}

.day-night-scroll.entered .day-night-copy {
    opacity: 1;
    transform: translate(-50%, 0)
}

.day-night-scroll.entered .day-night-cta {
    opacity: 1;
    transform: translate(-50%, 0)
}

@media (max-width:1199px) {
    .site-header {
        padding-top: 30px
    }

    .logo img {
        width: 190px;
        max-width: 54vw
    }

    .site-header .navbar-collapse {
        margin-top: 18px;
        background: rgba(54, 36, 20, .97);
        padding: 20px
    }

    .site-header .nav-link {
        font-size: 15px
    }

    .nav-btn {
        height: 52px;
        min-height: 52px;
        font-size: 14px
    }
}

@media (max-width:767px) {
    .site-header {
        padding-top: 22px
    }

    .logo img {
        width: 164px;
        max-width: 58vw
    }

    .hotspot-bubble {
        width: min(236px, 72vw);
        min-height: 78px;
        padding: 16px 18px;
        font-size: 13px
    }

    .reveal-on-scroll {
        transform: translate3d(0, 24px, 0)
    }

    .reveal-on-scroll.reveal-left,
    .reveal-on-scroll.reveal-right {
        transform: translate3d(0, 24px, 0)
    }

    .day-night-scroll {
        height: 175vh
    }
}

@media (prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }

    .reveal-on-scroll {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important
    }
}

.hotspot-bubble.pointer-top:after {
    top: -8px;
    bottom: auto;
    box-shadow: -4px -4px 8px rgba(9, 30, 66, .04)
}


/* ===== Day/night v4: normal section height, no hidden scroll spacer ===== */
.day-night-scroll {
    height: 100vh;
    min-height: 690px;
    position: relative;
    background: var(--brown);
    overflow: hidden;
}

.day-night-sticky {
    position: relative;
    top: auto;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
}

.day-night-sticky .scene {
    transition: filter .045s linear, transform .045s linear, opacity .045s linear;
}

@media (max-width:767px) {
    .day-night-scroll {
        height: 78vh;
        min-height: 620px
    }
}


/* ===== Day/night v5: continuous loop while the section is visible ===== */
.day-night-sticky .day-scene,
.day-night-sticky .night-scene {
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: paused;
    animation-fill-mode: both;
}

.day-night-sticky .day-scene {
    animation-name: vfDayPulse;
}

.day-night-sticky .night-scene {
    animation-name: vfNightPulse;
}

.day-night-scroll.is-looping .day-scene,
.day-night-scroll.is-looping .night-scene {
    animation-play-state: running;
}

.day-night-scroll.is-looping .day-night-sticky:before {
    animation: vfDuskGlow 8s ease-in-out infinite;
}

@keyframes vfNightPulse {

    0%,
    12%,
    100% {
        opacity: 0;
        filter: brightness(.84) saturate(.90);
        transform: scale(1.035)
    }

    45%,
    58% {
        opacity: 1;
        filter: brightness(1) saturate(1);
        transform: scale(1.01)
    }

    90% {
        opacity: 0;
        filter: brightness(.86) saturate(.92);
        transform: scale(1.03)
    }
}

@keyframes vfDayPulse {

    0%,
    12%,
    100% {
        filter: brightness(1) saturate(1);
        transform: scale(1.02)
    }

    45%,
    58% {
        filter: brightness(.74) saturate(.76);
        transform: scale(1.01)
    }

    90% {
        filter: brightness(.96) saturate(.96);
        transform: scale(1.018)
    }
}

@keyframes vfDuskGlow {

    0%,
    12%,
    100% {
        opacity: .15
    }

    30%,
    72% {
        opacity: .5
    }

    45%,
    58% {
        opacity: .22
    }
}

@media (prefers-reduced-motion:reduce) {

    .day-night-sticky .day-scene,
    .day-night-sticky .night-scene,
    .day-night-scroll.is-looping .day-night-sticky:before {
        animation: none !important
    }

    .day-night-sticky .night-scene {
        opacity: .45
    }
}

/* ===== v6: phones < 480px — no clipping, centered static map + locale selector ===== */
@media (max-width:479px) {

    html,
    body,
    .site-page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden
    }

    :root {
        --gutter: 18px
    }

    .section {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .heading-lg {
        font-size: 28px;
        line-height: 1.24;
        overflow-wrap: anywhere
    }

    .body-copy {
        font-size: 14px;
        line-height: 1.5
    }

    .btn-vf {
        max-width: 100%;
        white-space: normal;
        text-align: center;
        padding: 13px 18px;
        font-size: 14px
    }

    /* Hero / architectural hotspots */
    .hero,
    .hero.home {
        min-height: 650px;
        padding-bottom: 38px
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.08
    }

    .hero-copy {
        font-size: 14px
    }

    .hotspots-section {
        height: 720px;
        background-position: 49% center
    }

    .hotspots-copy {
        left: 18px;
        right: 18px;
        bottom: 28px;
        max-width: none
    }

    .hotspots-copy h2 {
        max-width: 100%;
        font-size: 25px;
        line-height: 1.27;
        margin-bottom: 15px
    }

    .hotspots-copy .body-copy {
        max-width: 100%
    }

    .hotspot {
        width: 38px;
        height: 38px;
        font-size: 27px
    }

    .hotspot[data-i='0'] {
        left: 55%;
        top: 42%
    }

    .hotspot[data-i='1'] {
        left: 86%;
        top: 57%
    }

    .hotspot[data-i='2'] {
        left: 61%;
        top: 60%
    }

    .hotspot[data-i='3'] {
        left: 72%;
        top: 55%
    }

    .hotspot[data-i='4'] {
        left: 83%;
        top: 43%
    }

    .hotspot-bubble {
        width: min(250px, 76vw);
        font-size: 13px;
        padding: 15px 16px
    }

    /* Intro statistics must stack instead of overflowing in two columns. */
    .stats {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .stat {
        min-width: 0;
        padding: 0 8px
    }

    .stat strong {
        font-size: 27px;
        overflow-wrap: anywhere;
        word-break: normal
    }

    .stat span {
        font-size: 14px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .divider {
        margin: 46px 0
    }

    /* Day/night remains a normal-height looping scene. */
    .day-night-scroll {
        height: 72vh;
        min-height: 560px
    }

    .day-night-copy {
        top: 34px;
        width: 92vw
    }

    .day-night-copy h2 {
        font-size: 25px;
        line-height: 1.25
    }

    .day-night-cta {
        bottom: 32px
    }

    .day-night-sticky .scene {
        background-position: center center
    }

    /* Static location map: mobile-specific crop zooms to the POI cluster.
     Height follows the picture, so there is never a beige empty spacer. */
    .map-image {
        height: auto !important;
        min-height: 0;
        background: #f2e5d7;
        overflow: hidden
    }

    .map-image picture {
        display: block;
        width: 100%
    }

    .map-image img {
        display: block;
        width: 100%;
        height: auto !important;
        max-width: none;
        object-fit: contain;
        margin: 0
    }

    /* Locale selector: show the ENTIRE aerial image at the bottom instead of
     cover-cropping it. This keeps all four homes and all four markers visible. */
    .local-selector {
        height: clamp(437px, calc(210px + 70.8vw), 500px);
        min-height: 0;
        background-color: var(--brown);
        background-image: linear-gradient(to bottom, var(--brown) 0%, rgba(54, 36, 20, .96) 35%, rgba(54, 36, 20, .35) 57%, rgba(54, 36, 20, .03) 70%), url('../images/home-locales-mobile.jpg');
        background-size: 100% 100%, 100% auto;
        background-position: center center, center bottom;
        background-repeat: no-repeat, no-repeat;
    }

    .selector-head {
        left: 18px;
        right: 18px;
        top: 28px;
        gap: 12px;
        align-items: flex-start
    }

    .selector-head .heading-lg {
        font-size: 28px
    }

    .selector-head p {
        max-width: 100%;
        font-size: 14px
    }

    .local-marker {
        font-size: 11px;
        line-height: 1.25;
        padding: 9px 10px;
        white-space: nowrap;
        max-width: 44vw;
        transform: translateX(-50%);
    }

    .local-marker:hover {
        transform: translateX(-50%) translateY(-2px)
    }

    .local-marker.m1 {
        left: 22%;
        top: 68%
    }

    .local-marker.m2 {
        left: 46%;
        top: 60%
    }

    .local-marker.m3 {
        left: 44%;
        top: 78%
    }

    .local-marker.m4 {
        left: 75%;
        top: 72%
    }

    /* Remaining homepage blocks: make every content column truly fluid. */
    .intro-grid,
    .interior-head,
    .tour-head,
    .tour-layout,
    .contact-block {
        min-width: 0
    }

    .intro-grid>*,
    .interior-head>*,
    .tour-head>*,
    .tour-layout>*,
    .contact-block>* {
        min-width: 0;
        max-width: 100%
    }

    .interior-gallery {
        margin-top: 44px;
        padding-top: 44px
    }

    .gallery-main {
        height: 270px
    }

    .gallery-side img {
        height: 200px
    }

    .tour-frame {
        height: 340px
    }

    .form-card {
        width: 100%;
        max-width: 100%;
        padding: 18px
    }

    .partner {
        padding-left: 0;
        padding-right: 0
    }

    .partner-logo {
        max-width: 190px;
        margin-left: auto;
        margin-right: auto
    }

    .footer-top {
        gap: 24px
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
        align-items: center
    }

    .footer-bottom {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        align-items: center
    }
}


/* ===== v7: interactive locale availability overlays =====
   Status classes:
   .status-available   = gold / w sprzedaży
   .status-sold        = red / sprzedany
   .status-unavailable = grey / nie w sprzedaży
   The hit areas are polygonal halves of the four buildings. On desktop the
   label and colour appear on hover/focus. Touch layouts keep labels visible. */
.local-selector {
    overflow: hidden
}

.local-hit {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block;
    background: rgba(184, 133, 62, .48);
    opacity: 0;
    transition: opacity .2s ease, filter .2s ease;
    cursor: pointer;
    outline: 0;
}

.local-hit.status-available {
    background: rgba(184, 133, 62, .55)
}

.local-hit.status-sold {
    background: rgba(178, 48, 43, .52)
}

.local-hit.status-unavailable {
    background: rgba(105, 105, 105, .50)
}

.local-hit:hover,
.local-hit:focus-visible {
    opacity: 1;
    filter: saturate(1.08)
}

.local-hit:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .85)
}

/* Building-half hit polygons, matched to the aerial Villa Fiore render. */
.local-hit.a1 {
    clip-path: polygon(36.8% 52.5%, 43.2% 45.0%, 46.3% 48.2%, 46.7% 64.8%, 42.0% 69.5%, 37.0% 62.3%)
}

.local-hit.a2 {
    clip-path: polygon(55.8% 45.0%, 60.0% 41.5%, 64.5% 46.0%, 65.2% 60.5%, 61.2% 63.0%, 57.6% 56.2%)
}

.local-hit.b1 {
    clip-path: polygon(49.4% 62.0%, 56.2% 57.4%, 61.5% 62.0%, 61.7% 79.5%, 56.8% 85.2%, 50.0% 77.0%)
}

.local-hit.b2 {
    clip-path: polygon(69.1% 56.2%, 75.6% 51.0%, 82.4% 55.9%, 83.4% 69.5%, 78.5% 76.2%, 72.0% 71.5%)
}

.local-marker {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease, background .18s ease;
}

.local-marker strong {
    font-weight: 700
}

.local-marker.status-available {
    background: #b8853e
}

.local-marker.status-sold {
    background: #b2302b
}

.local-marker.status-unavailable {
    background: #747474
}

.local-marker.status-available:hover {
    background: #a97836
}

.local-marker.status-sold:hover {
    background: #992924
}

.local-marker.status-unavailable:hover {
    background: #626262
}

/* The reference interaction: labels are hidden until the user reaches the
   corresponding building. Keep the label shown while either the building or
   its label is hovered/focused. */
@media (hover:hover) and (pointer:fine) {
    .local-marker {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .local-hit.a1:hover~.local-marker.m1,
    .local-hit.a1:focus-visible~.local-marker.m1,
    .local-marker.m1:hover,
    .local-marker.m1:focus-visible,
    .local-hit.a2:hover~.local-marker.m2,
    .local-hit.a2:focus-visible~.local-marker.m2,
    .local-marker.m2:hover,
    .local-marker.m2:focus-visible,
    .local-hit.b1:hover~.local-marker.m3,
    .local-hit.b1:focus-visible~.local-marker.m3,
    .local-marker.m3:hover,
    .local-marker.m3:focus-visible,
    .local-hit.b2:hover~.local-marker.m4,
    .local-hit.b2:focus-visible~.local-marker.m4,
    .local-marker.m4:hover,
    .local-marker.m4:focus-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* Touch screens: no hover exists, so preserve the usable mobile labels and
   disable desktop polygon tinting that would otherwise stick after a tap. */
@media (hover:none),
(pointer:coarse) {
    .local-hit {
        opacity: 0 !important
    }

    .local-marker {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

/* ===== v8: perspective-locked locale hover geometry =====
   The desktop hover polygons now live in an SVG with the SAME 2000×1162
   coordinate system as the aerial render. preserveAspectRatio="xMidYMid slice"
   mirrors background-size:cover + background-position:center exactly, so the
   perspective mask cannot drift when the viewport is resized. */
.locale-overlay-svg {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: auto;
}

.locale-overlay-svg .locale-unit {
    cursor: pointer;
    outline: none
}

.locale-overlay-svg .unit-shape {
    fill: #b8853e;
    fill-opacity: 0;
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
    transition: fill-opacity .2s ease, filter .2s ease, stroke .2s ease;
}

.locale-overlay-svg .status-available .unit-shape {
    fill: #b8853e
}

.locale-overlay-svg .status-sold .unit-shape {
    fill: #c5312c
}

.locale-overlay-svg .status-unavailable .unit-shape {
    fill: #747474
}

.locale-overlay-svg .unit-label {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
    overflow: visible;
}

.locale-overlay-svg .unit-label-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 32px;
    color: #fff;
    font-family: Manrope, Arial, sans-serif;
    font-size: 25px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 8px 12px rgba(9, 30, 66, .10);
}

.locale-overlay-svg .unit-label-box strong {
    font-weight: 700
}

.locale-overlay-svg .status-available .unit-label-box {
    background: #b8853e
}

.locale-overlay-svg .status-sold .unit-label-box {
    background: #c5312c
}

.locale-overlay-svg .status-unavailable .unit-label-box {
    background: #747474
}

.locale-overlay-svg .locale-unit:hover .unit-shape,
.locale-overlay-svg .locale-unit:focus .unit-shape,
.locale-overlay-svg .locale-unit:focus-visible .unit-shape {
    fill-opacity: .52;
    filter: saturate(1.08);
    stroke: rgba(255, 255, 255, .10);
}

.locale-overlay-svg .locale-unit:hover .unit-label,
.locale-overlay-svg .locale-unit:focus .unit-label,
.locale-overlay-svg .locale-unit:focus-visible .unit-label {
    opacity: 1;
    visibility: visible;
}

/* Fine-pointer desktops use the perspective-locked SVG exclusively. */
@media (hover:hover) and (pointer:fine) {

    .local-selector .local-hit,
    .local-selector .local-marker {
        display: none !important
    }

    .locale-overlay-svg {
        display: block
    }
}

/* Touch layouts keep the existing large, readable mobile labels. The SVG is
   intentionally hidden there because there is no hover state to reveal it. */
@media (hover:none),
(pointer:coarse) {
    .locale-overlay-svg {
        display: none !important
    }
}

@media (max-width:767px) and (hover:hover) and (pointer:fine) {
    .locale-overlay-svg .unit-label-box {
        font-size: 22px;
        padding: 0 26px;
        gap: 18px
    }
}


/* ===== v9: eight locale halves + mobile centering ===== */
.locale-overlay-svg .unit-label-box {
    min-width: 0
}

@media (max-width:479px) {
    .local-selector {
        height: clamp(500px, calc(300px + 58vw), 620px);
        background-image: linear-gradient(to bottom, var(--brown) 0%, rgba(54, 36, 20, .96) 35%, rgba(54, 36, 20, .35) 57%, rgba(54, 36, 20, .03) 72%), url('../images/home-locales-mobile.jpg') !important;
        background-size: 100% 100%, auto 100% !important;
        background-position: center center, 56% 100% !important;
        background-repeat: no-repeat, no-repeat !important;
    }

    .selector-head {
        display: block
    }

    .selector-head p {
        margin-top: 12px
    }

    .local-marker {
        font-size: 10px;
        padding: 8px 10px;
        max-width: none;
        gap: 8px
    }

    .local-marker strong {
        font-size: 10px
    }

    .local-marker.m1 {
        left: 24%;
        top: 64%
    }

    .local-marker.m2 {
        left: 41%;
        top: 60%
    }

    .local-marker.m3 {
        left: 53%;
        top: 56%
    }

    .local-marker.m4 {
        left: 66%;
        top: 54%
    }

    .local-marker.m5 {
        left: 46%;
        top: 78%
    }

    .local-marker.m6 {
        left: 61%;
        top: 73%
    }

    .local-marker.m7 {
        left: 76%;
        top: 66%
    }

    .local-marker.m8 {
        left: 84%;
        top: 63%
    }
}

@media (max-width:399px) {
    .local-selector {
        background-position: center center, 59% 100% !important
    }

    .local-marker {
        font-size: 9px;
        padding: 7px 8px;
        gap: 6px
    }

    .local-marker strong {
        font-size: 9px
    }

    .local-marker.m1 {
        left: 25%;
        top: 65%
    }

    .local-marker.m2 {
        left: 43%;
        top: 61%
    }

    .local-marker.m3 {
        left: 53%;
        top: 57%
    }

    .local-marker.m4 {
        left: 67%;
        top: 55%
    }

    .local-marker.m5 {
        left: 47%;
        top: 79%
    }

    .local-marker.m6 {
        left: 61%;
        top: 74%
    }

    .local-marker.m7 {
        left: 75%;
        top: 67%
    }

    .local-marker.m8 {
        left: 84%;
        top: 64%
    }
}


/* ===== v9: eight locale halves + mobile centering ===== */
.locale-overlay-svg .unit-label-box {
    min-width: 0
}

@media (max-width:479px) {
    .local-selector {
        height: clamp(500px, calc(300px + 58vw), 620px);
        background-image: linear-gradient(to bottom, var(--brown) 0%, rgba(54, 36, 20, .96) 35%, rgba(54, 36, 20, .35) 57%, rgba(54, 36, 20, .03) 72%), url('../images/home-locales-mobile.jpg') !important;
        background-size: 100% 100%, auto 100% !important;
        background-position: center center, 56% 100% !important;
        background-repeat: no-repeat, no-repeat !important;
    }

    .selector-head {
        display: block
    }

    .selector-head p {
        margin-top: 12px
    }

    .local-marker {
        font-size: 10px;
        padding: 8px 10px;
        max-width: none;
        gap: 8px
    }

    .local-marker strong {
        font-size: 10px
    }

    .local-marker.m1 {
        left: 24%;
        top: 64%
    }

    .local-marker.m2 {
        left: 41%;
        top: 60%
    }

    .local-marker.m3 {
        left: 53%;
        top: 56%
    }

    .local-marker.m4 {
        left: 66%;
        top: 54%
    }

    .local-marker.m5 {
        left: 46%;
        top: 78%
    }

    .local-marker.m6 {
        left: 61%;
        top: 73%
    }

    .local-marker.m7 {
        left: 76%;
        top: 66%
    }

    .local-marker.m8 {
        left: 84%;
        top: 63%
    }
}

@media (max-width:399px) {
    .local-selector {
        background-position: center center, 59% 100% !important
    }

    .local-marker {
        font-size: 9px;
        padding: 7px 8px;
        gap: 6px
    }

    .local-marker strong {
        font-size: 9px
    }

    .local-marker.m1 {
        left: 25%;
        top: 65%
    }

    .local-marker.m2 {
        left: 43%;
        top: 61%
    }

    .local-marker.m3 {
        left: 53%;
        top: 57%
    }

    .local-marker.m4 {
        left: 67%;
        top: 55%
    }

    .local-marker.m5 {
        left: 47%;
        top: 79%
    }

    .local-marker.m6 {
        left: 61%;
        top: 74%
    }

    .local-marker.m7 {
        left: 75%;
        top: 67%
    }

    .local-marker.m8 {
        left: 84%;
        top: 64%
    }
}
/* ============================================================
   CLIENT REVISION 2026-08-21
   ============================================================ */

/* Sticky / elegant navigation */
.site-header{
  position:fixed!important;
  top:0;left:0;right:0;
  z-index:1000;
  padding:22px var(--gutter)!important;
  transition:background .28s ease, padding .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
.site-header.scrolled,
.site-header.menu-open{
  background:rgba(54,36,20,.93);
  backdrop-filter:blur(14px);
  box-shadow:0 8px 30px rgba(0,0,0,.12);
  padding-top:14px!important;
  padding-bottom:14px!important;
}
.site-header .logo img{
  width:184px;
  max-height:34px;
  object-fit:contain;
  transform:scaleX(1.075);
  transform-origin:left center;
}
.site-header .navbar-nav{gap:19px!important}
.site-header .nav-link{
  position:relative;
  font-size:15px!important;
  line-height:1.4!important;
  letter-spacing:-.02em!important;
  text-transform:uppercase;
  opacity:.8;
  padding:.45rem 0!important;
  transition:opacity .2s ease;
}
.site-header .nav-link::after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:1px;
  height:1px;
  background:var(--gold);
  transition:right .22s ease;
}
.site-header .nav-link:hover{opacity:1!important}
.site-header .nav-link:hover::after,.site-header .nav-link:focus-visible::after{right:0}
.nav-btn{min-height:46px!important;padding:12px 18px!important;font-size:13px!important}
.nav-catalog{background:var(--gold)!important;color:#fff!important}

/* Main hero image -> video sequence */
.hero-slider{position:relative;overflow:hidden;background:#111}
.hero-slides,.hero-slide,.hero-slide-image,.hero-slide-video,.hero-shade{position:absolute;inset:0;width:100%;height:100%}
.hero-slide{opacity:0;pointer-events:none;transition:opacity .7s ease;overflow:hidden}
.hero-slide.is-active{opacity:1;pointer-events:auto}
.hero-slide-image,.hero-slide-video{object-fit:cover}
.hero-slide-image{transform:scale(1);transition:none}
.hero-slide.is-active.is-zooming .hero-slide-image{animation:heroKenBurns 4.5s ease-out forwards}
.hero-slide-video{opacity:0;transition:opacity .75s ease;background:#111}
.hero-slide.is-video .hero-slide-video{opacity:1}
.hero-slide.is-video .hero-slide-image{opacity:0}
.hero-shade{background:linear-gradient(90deg,rgba(20,13,8,.55),rgba(20,13,8,.05) 68%),linear-gradient(to top,rgba(20,13,8,.30),transparent 45%);z-index:2;pointer-events:none}
.hero-slider .hero-content{z-index:3}
.hero-float-copy{animation:heroCopyDrift 5.5s ease-in-out infinite alternate}
.hero-slide-dots{position:absolute;z-index:5;right:var(--gutter);bottom:30px;display:flex;gap:9px}
.hero-slide-dots button{width:9px;height:9px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;opacity:.75}
.hero-slide-dots button.active{background:#fff;opacity:1}
.villa-wordmark{letter-spacing:12px}
@keyframes heroKenBurns{from{transform:scale(1)}to{transform:scale(1.065)}}
@keyframes heroCopyDrift{0%{transform:translateX(-4px)}100%{transform:translateX(5px)}}

/* Brochure-inspired architecture hotspots */
.hotspots-section{background-position:center center}
.hotspot[data-i='0']{left:36%;top:41%}
.hotspot[data-i='1']{left:76%;top:46%}
.hotspot[data-i='2']{left:60%;top:64%}
.hotspot[data-i='3']{left:68%;top:59%}
.hotspot[data-i='4']{left:81%;top:43%}
.hotspot{transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.hotspot:hover{transform:scale(1.08)}
.hotspot.active{background:var(--gold)!important;color:white!important}

/* Feature cards: intentional line breaks supplied in markup */
.stat span{line-height:1.55}

/* Static map */
.map-image img{width:100%;height:100%;object-fit:cover}

/* Local selector - exact source coordinate overlay */
.local-selector{background-position:center center!important;background-size:cover!important;overflow:hidden}
.locale-overlay-svg{position:absolute;inset:0;width:100%;height:100%;z-index:4;overflow:hidden}
.locale-overlay-svg .unit-shape{stroke:rgba(255,255,255,.12);stroke-width:1.4;vector-effect:non-scaling-stroke;fill-opacity:0;transition:fill-opacity .2s ease,filter .2s ease}
.locale-overlay-svg .status-available .unit-shape{fill:#B8853E}
.locale-overlay-svg .status-stage2 .unit-shape{fill:#777}
.locale-overlay-svg .locale-unit:hover .unit-shape,.locale-overlay-svg .locale-unit:focus .unit-shape{fill-opacity:.53;filter:saturate(1.04)}
.locale-overlay-svg .status-stage2:hover .unit-shape,.locale-overlay-svg .status-stage2:focus .unit-shape{fill-opacity:.63;filter:grayscale(.15)}
.locale-overlay-svg .status-stage2 .unit-label-box{background:#707070}
.local-marker.status-stage2{background:#707070!important}
.locale-overlay-svg .unit-label-box{font-size:21px!important;padding:0 26px!important;gap:16px!important}
.selector-head{z-index:6}

/* Locales pricing */
.locales-brochure{background:var(--cream)}
.brochure-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:38px}
.brochure-facts>div{padding-top:16px;border-top:1px solid rgba(71,53,39,.18)}
.brochure-facts strong{display:block;font-size:20px;font-weight:500}
.brochure-facts span{display:block;margin-top:4px;font-size:13px;line-height:1.45}
.price-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin:12px 0 36px}
.price-heading .heading-lg{max-width:680px}.price-heading p{max-width:430px}
.unit-table{width:100%;border-collapse:collapse;background:#fff}
.unit-table th,.unit-table td{padding:17px 16px;border-bottom:1px solid rgba(71,53,39,.13);font-size:14px;white-space:nowrap}
.unit-table th{text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.04em;text-align:left;color:#7b6f66}
.unit-table tbody tr{transition:background .2s ease}.unit-table tbody tr:hover{background:#f7f1ea}
.unit-table td:first-child{font-size:18px;font-weight:600}.unit-table .table-arrow{font-size:22px;color:var(--gold)}

/* Single unit intro and local card */
.unit-floor-intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:8%;align-items:center;padding:90px 0 40px}
.unit-half-image{height:430px;overflow:hidden;background:#eee}
.unit-half-image img{width:100%;height:100%;object-fit:cover;object-position:72% center;transform:scale(1.08)}
.unit-carousel-section{background:#fff}

/* Interior 5-image style switcher */
.tabs [data-style-tab].is-active{background:var(--gold)!important;color:#fff!important;border-color:var(--gold)!important}
.gallery-main,.gallery-side img{transition:opacity .25s ease}

/* Expandable consent */
.privacy-consent{margin:10px 0 12px;border-top:1px solid rgba(71,53,39,.12);padding-top:12px}
.privacy-consent-row{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:9px;font-size:11px;line-height:1.45}
.privacy-consent-row .form-check-input{margin-top:2px}
.privacy-consent-row label{cursor:pointer}
.privacy-toggle{border:0;background:transparent;color:var(--brown2);font-size:18px;line-height:1;padding:0 2px;transition:transform .2s ease}
.privacy-toggle[aria-expanded='true']{transform:rotate(180deg)}
.privacy-details{font-size:11px;line-height:1.55;margin:10px 0 0 25px;color:#675c54}
.privacy-details a{text-decoration:underline;color:var(--brown2)}

/* Realised investments day/night mode */
.project-image{overflow:hidden}
.project-image img{transition:filter .8s ease,transform .8s ease,opacity .35s ease}
.project-image img.gallery-night{filter:brightness(.42) saturate(.72) contrast(1.04);transform:scale(1.015)}

/* Legal page */
.legal-page{max-width:980px;margin:0 auto}

@media (max-width:1199px){
  .site-header{padding:17px 20px!important}
  .site-header .navbar-collapse{margin-top:12px;padding:18px;background:rgba(54,36,20,.97)}
  .site-header .navbar-nav{gap:8px!important;align-items:flex-start!important}
  .site-header .nav-link{font-size:14px!important}
  .nav-actions{margin-top:15px;flex-wrap:wrap}
}

@media (max-width:767px){
  .site-header .logo img{width:160px}
  .hero-slider{min-height:700px!important}
  .hero-slide-image,.hero-slide-video{object-position:center center}
  .hero-float-copy{animation:none}
  .hero-slide-dots{right:20px;bottom:18px}
  .hotspot[data-i='0']{left:33%;top:39%}
  .hotspot[data-i='1']{left:82%;top:47%}
  .hotspot[data-i='2']{left:57%;top:59%}
  .hotspot[data-i='3']{left:69%;top:55%}
  .hotspot[data-i='4']{left:82%;top:41%}
  .price-heading{display:block}.price-heading p{margin-top:16px}
  .unit-table th,.unit-table td{padding:13px 12px;font-size:12px}
  .unit-floor-intro{grid-template-columns:1fr;gap:30px;padding-top:60px}
  .unit-half-image{height:320px}
  .brochure-facts{grid-template-columns:1fr}
}

@media (max-width:479px){
  .site-header{padding:12px 16px!important}
  .site-header.scrolled{padding:10px 16px!important}
  .site-header .logo img{width:145px}
  .nav-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .nav-btn{padding:11px 10px!important;font-size:11px!important}
  .hero-slider{min-height:680px!important}
  .hero-slider .hero-content{left:18px!important;right:18px!important;bottom:60px!important}
  .hero-slider .hero-title{font-size:42px!important}
  .hero-slide:nth-child(2) .hero-slide-image{object-position:56% center}
  .local-selector{
    height:610px!important;
    background-image:linear-gradient(to bottom,var(--brown) 0%,rgba(54,36,20,.95) 31%,rgba(54,36,20,.42) 50%,rgba(54,36,20,.02) 65%),url('../images/home-locales-mobile.jpg')!important;
    background-size:100% 100%,auto 82%!important;
    background-position:center center,53% 100%!important;
    background-repeat:no-repeat!important;
  }
  .selector-head{top:24px!important;left:18px!important;right:18px!important}
  .selector-head .heading-lg{font-size:25px!important}.selector-head p{font-size:12px!important}
  .locale-overlay-svg{display:none!important}
  .local-marker{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%)!important;font-size:9px!important;padding:7px 8px!important;gap:6px!important;white-space:nowrap!important;box-shadow:none!important}
  .local-marker strong{font-size:9px!important}
  /* source image centred: top-left A, top-centre D, front B, right C */
  .local-marker.m1{left:24%!important;top:62%!important}
  .local-marker.m2{left:37%!important;top:60%!important}
  .local-marker.m3{left:54%!important;top:52%!important}
  .local-marker.m4{left:43%!important;top:75%!important}
  .local-marker.m5{left:57%!important;top:73%!important}
  .local-marker.m6{left:73%!important;top:66%!important}
  .local-marker.m7{left:84%!important;top:64%!important}
  .unit-half-image{height:250px}.unit-half-image img{object-position:68% center}
  .map-image img{object-position:center center}
}

@media (prefers-reduced-motion:reduce){
  .hero-slide.is-active.is-zooming .hero-slide-image,.hero-float-copy{animation:none!important}
}
/* Visual mask removing the Dino POI from the supplied static map. */
.map-image{position:relative;overflow:hidden}
.map-image::after{content:"";position:absolute;z-index:2;left:42%;top:65%;width:7.4%;height:8.8%;background:#f3e2d1;border-radius:5px;pointer-events:none}
@media(max-width:479px){.map-image::after{left:32.2%;top:63.3%;width:11.4%;height:10%;background:#f3e2d1}}

/* ======================================================================
   CLIENT REVISION v12 — exact architectural interaction / feature points
   ====================================================================== */

/* --- Brochure feature explorer: image uses its native aspect ratio so pins
       are anchored to the architecture and never drift with viewport size. */
.hotspots-section{
  position:relative!important;
  height:auto!important;
  min-height:0!important;
  background:none!important;
  overflow:visible!important;
  color:#fff;
}
.feature-visual{
  position:relative;
  width:100%;
  aspect-ratio:2048/989;
  overflow:hidden;
  background:#362414;
}
.feature-visual>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.feature-shade{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.38) 0%,rgba(0,0,0,.06) 42%,rgba(0,0,0,.04) 100%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 42%);
}
.feature-visual .hotspots-copy{
  position:absolute!important;
  z-index:3;
  left:var(--gutter)!important;
  right:auto!important;
  bottom:56px!important;
  top:auto!important;
  max-width:570px!important;
  color:#fff;
}
.feature-visual .hotspots-copy h2{font-size:36px;line-height:1.3;margin:0 0 20px;font-weight:300}
.feature-visual .hotspots-copy .body-copy{max-width:500px;color:#fff;margin:0}
.hotspot-layer{position:absolute;inset:0;z-index:5;pointer-events:none}
.hotspot-layer .hotspot{
  pointer-events:auto;
  position:absolute!important;
  width:46px!important;
  height:46px!important;
  border:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#fff!important;
  color:#294052!important;
  font:300 31px/1 Arial,sans-serif!important;
  box-shadow:0 8px 18px rgba(9,30,66,.18)!important;
  transform:translate(-50%,-50%);
  transition:transform .18s ease,background .18s ease,color .18s ease!important;
  padding:0!important;
}
.hotspot-layer .hotspot:hover{transform:translate(-50%,-50%) scale(1.08)!important}
.hotspot-layer .hotspot.active{background:#c6923f!important;color:#fff!important;transform:translate(-50%,-50%) rotate(0deg)!important}
/* Page 12 + 13 brochure targets */
.hotspot-layer .hotspot[data-i='0']{left:6.3%!important;top:34.0%!important} /* elewacja */
.hotspot-layer .hotspot[data-i='1']{left:40.5%!important;top:31.2%!important} /* dachówka */
.hotspot-layer .hotspot[data-i='2']{left:72.2%!important;top:38.1%!important} /* okna */
.hotspot-layer .hotspot[data-i='3']{left:82.0%!important;top:67.0%!important} /* otoczenie */
.hotspot-layer .hotspot[data-i='4']{left:18.0%!important;top:44.5%!important} /* rolety */
.hotspot-layer .hotspot[data-i='5']{left:60.7%!important;top:47.7%!important} /* grafit */
.hotspot-layer .hotspot[data-i='6']{left:85.0%!important;top:29.5%!important} /* energia */
.hotspot-layer .hotspot[data-i='7']{left:66.8%!important;top:57.0%!important} /* akustyka */
.hotspot-bubble{
  position:absolute!important;
  z-index:8!important;
  width:min(330px,calc(100% - 36px))!important;
  background:#fff!important;
  color:#171515!important;
  padding:20px 22px!important;
  box-shadow:0 10px 26px rgba(9,30,66,.16)!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(8px)!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
}
.hotspot-bubble.is-open{opacity:1!important;visibility:visible!important;transform:none!important}
.hotspot-bubble-title{display:block;font:700 14px/1.35 Manrope,Arial,sans-serif;margin-bottom:7px;color:#362414;text-transform:uppercase}
.hotspot-bubble-text{display:block;font:400 13px/1.5 Manrope,Arial,sans-serif}
.hotspot-bubble:after{content:"";position:absolute;left:var(--pointer-x,50%);bottom:-10px;transform:translateX(-50%);border:10px solid transparent;border-top-color:#fff;border-bottom:0}
.hotspot-bubble.pointer-top:after{top:-10px;bottom:auto;border-top:0;border-bottom:10px solid #fff}
.mobile-feature-explorer{display:none}

/* --- Architectural locale polygons. Multiple polygons form one unit, so the
       roof and wall planes follow perspective instead of floating boxes. */
.locale-overlay-svg .unit-shape{
  stroke:none!important;
  vector-effect:non-scaling-stroke;
  fill-opacity:0;
  transition:fill-opacity .2s ease,filter .2s ease;
}
.locale-overlay-svg .locale-unit:hover .unit-shape,
.locale-overlay-svg .locale-unit:focus .unit-shape,
.locale-overlay-svg .locale-unit:focus-visible .unit-shape{fill-opacity:.54!important;filter:saturate(1.03)}
.locale-overlay-svg .status-stage2:hover .unit-shape,
.locale-overlay-svg .status-stage2:focus .unit-shape{fill-opacity:.62!important;filter:grayscale(.18)}
.locale-overlay-svg .status-available .unit-shape{fill:#B8853E!important}
.locale-overlay-svg .status-sold .unit-shape{fill:#C5312C!important}
.locale-overlay-svg .status-unavailable .unit-shape,.locale-overlay-svg .status-stage2 .unit-shape{fill:#747474!important}
.locale-overlay-svg .status-stage2 .unit-label-box{background:#747474!important}

/* --- Real Kuula switching --- */
[data-tour-frame]{transition:opacity .16s ease}
[data-tour-frame].is-switching{opacity:.25}
[data-tour-style]{cursor:pointer}
[data-tour-style].is-active{box-shadow:0 8px 18px rgba(9,30,66,.12)}
.virtual-tour-page{background:#362414;color:#fff;padding:150px var(--gutter) 110px}
.virtual-tour-intro{max-width:1050px;margin:0 auto 64px;text-align:center}
.virtual-tour-intro .hero-title{font-size:62px;margin:18px 0 24px;color:#fff}
.virtual-tour-intro .hero-copy{max-width:680px;margin:0 auto;color:#fff}
.virtual-tour-style-tabs{display:flex;justify-content:center;gap:8px;margin-top:32px}
.virtual-tour-stage{max-width:1224px;margin:0 auto;display:grid;grid-template-columns:300px minmax(0,1fr);gap:48px;align-items:stretch;border-top:1px solid rgba(255,255,255,.25);padding-top:48px}
.virtual-tour-side{display:flex;flex-direction:column;gap:20px}
.virtual-tour-side .heading-lg{font-size:30px;color:#fff;margin:0}
.virtual-tour-side .body-copy{color:#fff}
.virtual-tour-side-buttons{display:grid;gap:8px;margin-top:auto}
.virtual-tour-back{color:#fff;text-decoration:none;font-size:13px;margin-top:10px;opacity:.75;transition:opacity .2s ease}
.virtual-tour-back:hover{opacity:1;color:#fff}
.virtual-tour-frame{width:100%;height:610px;border:0;background:#24170f}

/* --- Privacy consent: genuine slide-down accordion on every form. --- */
.privacy-consent{margin:12px 0 16px!important;border-top:1px solid rgba(71,53,39,.14)!important;padding-top:12px!important}
.privacy-consent-row{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:start!important;gap:9px!important;font-size:11px!important;line-height:1.45!important}
.privacy-consent-row label{cursor:pointer!important;margin:1px 0 0!important}
.privacy-toggle{
  width:28px!important;
  height:28px!important;
  margin:-5px -4px 0 0!important;
  border:0!important;
  background:transparent!important;
  color:#473527!important;
  display:grid!important;
  place-items:center!important;
  font-size:19px!important;
  line-height:1!important;
  transform:rotate(0deg)!important;
  transition:transform .28s ease,color .2s ease!important;
}
.privacy-toggle:hover{color:#B8853E!important}
.privacy-consent.is-open .privacy-toggle{transform:rotate(180deg)!important;color:#B8853E!important}
.privacy-details{
  display:block!important;
  max-height:0!important;
  overflow:hidden!important;
  opacity:0!important;
  transform:translateY(-7px)!important;
  margin:0 0 0 25px!important;
  padding:0 14px!important;
  color:#675c54!important;
  font-size:11px!important;
  line-height:1.55!important;
  background:rgba(235,225,189,.22)!important;
  border-left:2px solid transparent!important;
  transition:max-height .42s ease,opacity .28s ease,transform .28s ease,margin .28s ease,padding .28s ease,border-color .28s ease!important;
}
.privacy-consent.is-open .privacy-details{
  max-height:460px!important;
  opacity:1!important;
  transform:none!important;
  margin-top:10px!important;
  padding:12px 14px!important;
  border-left-color:#B8853E!important;
}
.privacy-details a{color:#473527!important;text-decoration:underline!important;font-weight:600}

@media (max-width:767px){
  /* Alternative mobile feature experience: full uncropped render + eight large,
     finger-friendly feature buttons and one expandable information card. */
  .feature-visual{aspect-ratio:auto!important;overflow:visible!important;background:#362414!important}
  .feature-visual>img{position:relative!important;width:100%!important;height:auto!important;aspect-ratio:2048/989!important;object-fit:contain!important}
  .feature-shade,.hotspot-layer,.feature-visual .hotspot-bubble{display:none!important}
  .feature-visual .hotspots-copy{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;padding:34px 20px 28px!important;max-width:none!important;background:#362414!important}
  .feature-visual .hotspots-copy h2{font-size:27px!important;line-height:1.25!important;margin-bottom:14px!important}
  .mobile-feature-explorer{display:block;background:#f7f1ea;color:#362414;padding:20px}
  .mobile-feature-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .mobile-feature-buttons button{border:1px solid rgba(184,133,62,.42);background:#fff;color:#362414;padding:13px 11px;text-align:left;font:600 11px/1.25 Manrope,Arial,sans-serif;display:flex;align-items:center;gap:9px;min-height:48px;transition:.18s ease}
  .mobile-feature-buttons button span{font-weight:500;font-size:12px}
  .mobile-feature-buttons button.is-active{background:#B8853E;color:#fff;border-color:#B8853E}
  .mobile-feature-card{margin-top:10px;background:#fff;padding:18px 16px;border-left:3px solid #B8853E;min-height:120px;box-shadow:0 8px 18px rgba(9,30,66,.06)}
  .mobile-feature-card strong{display:block;font-size:14px;margin-bottom:8px}
  .mobile-feature-card p{font-size:13px;line-height:1.5;margin:0}

  .virtual-tour-page{padding:110px 20px 72px}
  .virtual-tour-intro{margin-bottom:42px;text-align:left}
  .virtual-tour-intro .hero-title{font-size:42px;line-height:1.08}
  .virtual-tour-intro .hero-copy{margin-left:0}
  .virtual-tour-style-tabs{justify-content:flex-start;flex-wrap:wrap}
  .virtual-tour-stage{grid-template-columns:1fr;gap:30px;padding-top:30px}
  .virtual-tour-side{order:2}
  .virtual-tour-frame{height:min(72vh,560px);min-height:430px;order:1}

  .privacy-consent.is-open .privacy-details{max-height:620px!important;margin-left:0!important}

  /* Mobile selector stays centred on the four buildings. The desktop SVG is
     hidden on touch devices; seven explicit touch targets remain available. */
  .local-selector{background-position:center center,58% 100%!important}
  .local-marker.m1{left:24%!important;top:62%!important}
  .local-marker.m2{left:38%!important;top:60%!important}
  .local-marker.m3{left:54%!important;top:52%!important;max-width:36vw!important;white-space:normal!important}
  .local-marker.m4{left:43%!important;top:75%!important}
  .local-marker.m5{left:57%!important;top:73%!important}
  .local-marker.m6{left:73%!important;top:66%!important}
  .local-marker.m7{left:84%!important;top:64%!important}
}

@media (max-width:479px){
  .mobile-feature-explorer{padding:16px}
  .mobile-feature-buttons{grid-template-columns:1fr 1fr;gap:7px}
  .mobile-feature-buttons button{padding:11px 9px}
  .local-selector{background-position:center center,60% 100%!important}
  .local-marker{font-size:9px!important;padding:7px 8px!important;gap:6px!important}
  .local-marker strong{font-size:9px!important}
  .virtual-tour-intro .hero-title{font-size:36px}
}


@media (min-width: 1200px){
    .hero-title2 {
        font-size: 54px;
    }
}