* {
    box-sizing: border-box;
}

body.ni-property-archive,
body.ni-property-single {
    background: #fcfcfc;
    color: #373943;
    font-family: "Inter", Arial, sans-serif;
    margin: 0;
}

.immo-container {
    margin-inline: auto;
    width: min(calc(100% - 40px), 1180px);
}

.immo-skip-link {
    background: #1fb4d1;
    color: #001e60;
    font-weight: 600;
    left: 16px;
    padding: 10px 16px;
    position: fixed;
    top: -80px;
    z-index: 100;
}

.immo-skip-link:focus {
    top: 12px;
}

.immo-header {
    background: #fff;
    border-bottom: 1px solid #e5eaf0;
}

.immo-header-inner {
    align-items: center;
    display: flex;
    gap: 30px;
    min-height: 92px;
}

.immo-brand {
    margin-right: auto;
}

.immo-brand img {
    display: block;
    height: auto;
    width: 190px;
}

.immo-nav {
    align-items: center;
    display: flex;
    gap: 26px;
}

.immo-nav a,
.immo-footer a {
    color: #001e60;
    font-weight: 600;
    text-decoration: none;
}

.immo-header-cta,
.immo-button {
    align-items: center;
    background: #001e60;
    border: 1px solid #001e60;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    text-decoration: none;
}

.immo-header-cta:hover,
.immo-header-cta:focus,
.immo-button:hover,
.immo-button:focus {
    background: #1fb4d1;
    border-color: #1fb4d1;
    color: #001e60;
}

.immo-archive-hero {
    background:
        radial-gradient(circle at 82% 16%, rgb(31 180 209 / 24%) 0, transparent 28%),
        radial-gradient(circle at 8% 92%, rgb(255 255 255 / 8%) 0, transparent 32%),
        linear-gradient(125deg, #001e60 0%, #063883 100%);
    color: #fff;
    overflow: hidden;
    padding-block: clamp(64px, 9vw, 112px);
    position: relative;
}

.immo-archive-hero-inner {
    align-items: end;
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
    position: relative;
    z-index: 1;
}

.immo-archive-hero h1,
.immo-detail-head h1,
.immo-unavailable h1 {
    font-size: clamp(2.35rem, 5.6vw, 4.5rem);
    letter-spacing: -.035em;
    margin: 0 0 24px;
    max-width: 900px;
    overflow-wrap: anywhere;
}

.immo-archive-hero h1 {
    color: #fff;
}

.immo-archive-hero p:not(.immo-eyebrow) {
    color: rgb(255 255 255 / 82%);
    font-size: 1.12rem;
    margin: 0;
    max-width: 720px;
}

.immo-eyebrow {
    color: #1fb4d1;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .01em;
    margin: 0 0 12px;
}

.immo-text-link,
.immo-back-link {
    color: #001e60;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #1fb4d1;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.immo-text-link-light {
    color: #fff;
    white-space: nowrap;
}

.immo-hero-card {
    backdrop-filter: blur(12px);
    background: rgb(255 255 255 / 11%);
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 14px;
    box-shadow: 0 24px 60px rgb(0 12 50 / 24%);
    padding: clamp(22px, 3vw, 30px);
}

.immo-archive-hero .immo-hero-card-label {
    color: #73dceb;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.immo-hero-count {
    align-items: baseline;
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.immo-hero-count strong {
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    line-height: 1;
}

.immo-hero-count span {
    color: rgb(255 255 255 / 86%);
    font-size: .9rem;
    font-weight: 600;
}

.immo-archive-hero .immo-hero-card > p:not(.immo-hero-card-label) {
    font-size: .9rem;
    line-height: 1.55;
    margin-bottom: 18px;
}

.immo-hero-card a {
    align-items: center;
    background: #1fb4d1;
    border-radius: 999px;
    color: #001e60;
    display: flex;
    font-size: .86rem;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    min-height: 46px;
    padding: 11px 16px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.immo-hero-card a:hover,
.immo-hero-card a:focus {
    background: #fff;
    transform: translateY(-1px);
}

.immo-property-search {
    background: #f7f9fb;
    border-bottom: 1px solid #e5eaf0;
    padding-block: clamp(44px, 6vw, 70px);
}

.immo-search-heading {
    align-items: end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.immo-search-heading h2 {
    font-size: clamp(1.85rem, 3.5vw, 2.8rem);
    margin: 0;
}

.immo-search-heading > p {
    color: #616773;
    margin: 0;
}

.immo-search-form {
    background: #fff;
    border: 1px solid #e2e8ef;
    border-radius: 10px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 7%);
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: clamp(24px, 4vw, 38px);
}

.immo-search-form label {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.immo-search-form label > span {
    color: #001e60;
    font-size: .8rem;
    font-weight: 600;
}

.immo-search-form input,
.immo-search-form select {
    appearance: none;
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 7px;
    color: #1d2734;
    font: inherit;
    min-height: 50px;
    padding: 11px 14px;
    width: 100%;
}

.immo-search-form select {
    background-image: linear-gradient(45deg, transparent 50%, #001e60 50%), linear-gradient(135deg, #001e60 50%, transparent 50%);
    background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 36px;
}

.immo-search-form input:focus,
.immo-search-form select:focus {
    border-color: #1fb4d1;
    box-shadow: 0 0 0 3px rgb(31 180 209 / 14%);
    outline: none;
}

.immo-input-unit {
    position: relative;
}

.immo-input-unit input {
    padding-right: 48px;
}

.immo-input-unit b {
    color: #707683;
    font-size: .82rem;
    font-weight: 500;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.immo-search-actions {
    align-items: center;
    display: flex;
    gap: 22px;
    grid-column: 1 / -1;
    margin-top: 2px;
}

.immo-search-actions a {
    color: #001e60;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #1fb4d1;
    text-underline-offset: 4px;
}

.immo-listing-section,
.immo-detail-content {
    padding-block: clamp(64px, 8vw, 108px);
}

.immo-preview-notice {
    align-items: start;
    background: #fff8e8;
    border: 1px solid #e8c66d;
    border-radius: 8px;
    color: #5e4a17;
    display: grid;
    gap: 3px;
    margin-bottom: 36px;
    padding: 16px 20px;
}

.immo-legacy-notice {
    background: #eef8fb;
    border: 1px solid rgb(31 180 209 / 35%);
    border-radius: 8px;
    color: var(--blue);
    display: grid;
    gap: 6px;
    margin-top: 28px;
    padding: 20px clamp(20px, 3vw, 30px);
}

.immo-legacy-notice strong {
    font-size: 1.05rem;
}

.immo-preview-bar {
    background: #fff8e8;
    border-bottom: 1px solid #e8c66d;
    color: #5e4a17;
    padding-block: 11px;
}

.immo-section-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.immo-section-head h2,
.immo-empty-state h2,
.immo-description h2,
.immo-facts-card h2,
.immo-archive-cta h2 {
    font-size: clamp(1.85rem, 3.5vw, 2.8rem);
    margin: 0;
}

.immo-result-count {
    color: #616773;
    margin: 0;
}

.immo-card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.immo-card {
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 7%);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.immo-card-image {
    aspect-ratio: 4 / 3;
    background: #edf2f7;
    display: block;
    overflow: hidden;
    position: relative;
}

.immo-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.immo-card:hover .immo-card-image img {
    transform: scale(1.025);
}

.immo-image-placeholder {
    background: linear-gradient(145deg, #e9f5f8, #dce6f1);
    display: block;
    height: 100%;
    width: 100%;
}

.immo-card-badge {
    background: #fff;
    border-radius: 999px;
    color: #001e60;
    font-size: .78rem;
    font-weight: 600;
    left: 16px;
    padding: 7px 12px;
    position: absolute;
    top: 16px;
}

.immo-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.immo-card-location {
    color: #1b8fa8;
    font-size: .82rem;
    font-weight: 600;
    margin: 0 0 9px;
}

.immo-card h3 {
    font-size: 1.38rem;
    hyphens: auto;
    margin: 0 0 22px;
    overflow-wrap: anywhere;
}

.immo-card h3 a {
    color: #001e60;
    text-decoration: none;
}

.immo-card-facts {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: auto 0 22px;
}

.immo-card-facts div {
    border-top: 1px solid #e5eaf0;
    padding: 14px 10px 0 0;
}

.immo-card-facts dt {
    color: #707683;
    font-size: .76rem;
}

.immo-card-facts dd {
    color: #001e60;
    font-weight: 600;
    margin: 2px 0 0;
}

.immo-card-bottom {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.immo-card-bottom strong {
    color: #001e60;
    font-size: 1.08rem;
}

.immo-empty-state {
    align-items: center;
    background: #f7f9fb;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    display: grid;
    gap: clamp(28px, 6vw, 70px);
    grid-template-columns: 180px minmax(0, 680px);
    justify-content: center;
    padding: clamp(38px, 7vw, 80px);
}

.immo-empty-mark {
    align-items: center;
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 50%;
    color: #1fb4d1;
    display: flex;
    font-size: 4.5rem;
    height: 160px;
    justify-content: center;
    width: 160px;
}

.immo-empty-state p:not(.immo-eyebrow) {
    font-size: 1.05rem;
    margin: 18px 0 28px;
}

.immo-archive-cta {
    background: #001e60;
    color: #fff;
    padding-block: clamp(54px, 7vw, 84px);
}

.immo-archive-cta-inner {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 760px) auto;
    justify-content: space-between;
}

.immo-archive-cta h2 {
    color: #fff;
}

.immo-archive-cta p:not(.immo-eyebrow) {
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
}

.immo-button-light {
    background: #1fb4d1;
    border-color: #1fb4d1;
    color: #001e60;
    white-space: nowrap;
}

.immo-detail-head,
.immo-unavailable {
    background: #f7f9fb;
    padding-block: clamp(42px, 5.5vw, 72px);
}

.immo-back-link {
    display: inline-block;
    margin-bottom: 34px;
}

.immo-detail-title-row {
    align-items: center;
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.immo-detail-head h1 {
    font-size: clamp(2rem, 4vw, 3.35rem);
    margin-bottom: 0;
}

.immo-detail-price {
    min-width: 190px;
    text-align: right;
}

.immo-detail-price span {
    color: #707683;
    display: block;
    font-size: .82rem;
}

.immo-detail-price strong {
    color: #001e60;
    display: block;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.immo-top-facts {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    margin: clamp(34px, 5vw, 52px) 0 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
    background: #dfe6ee;
}

.immo-top-facts div {
    background: #fff;
    min-width: 0;
    padding: 18px 20px;
}

.immo-top-facts dt {
    color: #707683;
    font-size: .78rem;
    letter-spacing: .02em;
    margin-bottom: 4px;
}

.immo-top-facts dd {
    color: #001e60;
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

.immo-key-facts-panel {
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 8%);
    padding: clamp(25px, 4vw, 36px);
}

.immo-key-facts-panel h2 {
    font-size: 1.7rem;
    margin-bottom: 0;
}

.immo-key-facts-panel .immo-top-facts {
    border-radius: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.immo-key-facts-panel .immo-top-facts div {
    align-items: baseline;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 13px 15px;
}

.immo-key-facts-panel .immo-top-facts dt {
    margin: 0;
}

.immo-key-facts-panel .immo-top-facts dd {
    font-size: .94rem;
    text-align: right;
}

.immo-description-intro {
    margin-top: clamp(48px, 7vw, 72px);
}

.immo-gallery-section {
    background: #fff;
    padding-block: clamp(46px, 7vw, 78px);
}

.immo-gallery-heading {
    align-items: end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.immo-gallery-heading h2,
.immo-gallery-heading p {
    margin-bottom: 0;
}

.immo-gallery-heading > p {
    color: #707683;
    flex: 0 0 auto;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.immo-carousel-stage {
    aspect-ratio: 16 / 9;
    background: #edf2f7;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.immo-carousel-slide {
    display: none;
    height: 100%;
    margin: 0;
    position: relative;
}

.immo-carousel-slide.is-active {
    display: block;
}

.immo-carousel-slide img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.immo-carousel-slide figcaption {
    background: rgb(0 30 96 / 82%);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 12px 18px;
    position: absolute;
    right: 0;
}

.immo-carousel-control {
    align-items: center;
    background: rgb(255 255 255 / 94%);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 6px 22px rgb(0 30 96 / 18%);
    color: #001e60;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 2rem;
    height: 48px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: 2;
}

.immo-carousel-control:hover,
.immo-carousel-control:focus-visible {
    background: #1fb4d1;
}

.immo-carousel-prev {
    left: 18px;
}

.immo-carousel-next {
    right: 18px;
}

.immo-carousel-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scrollbar-width: thin;
}

.immo-carousel-thumbnails button {
    background: #edf2f7;
    border: 2px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    flex: 0 0 112px;
    height: 76px;
    overflow: hidden;
    padding: 0;
}

.immo-carousel-thumbnails button.is-active {
    border-color: #1fb4d1;
}

.immo-carousel-thumbnails img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.immo-gallery {
    display: grid;
    gap: 14px;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 230px));
}

.immo-gallery-main {
    grid-row: 1 / 3;
}

.immo-gallery-main,
.immo-gallery-thumb {
    background: #edf2f7;
    border-radius: 9px;
    min-height: 230px;
    overflow: hidden;
}

.immo-gallery-main img,
.immo-gallery-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.immo-gallery-single {
    display: block;
}

.immo-gallery-single .immo-gallery-main {
    max-height: 680px;
}

.immo-detail-grid {
    align-items: start;
    display: grid;
    gap: clamp(40px, 7vw, 88px);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.immo-detail-grid > * {
    min-width: 0;
}

.immo-description h2 {
    margin-bottom: 24px;
}

.immo-lead {
    color: #001e60;
    font-size: 1.18rem;
    line-height: 1.65;
}

.immo-rich-text {
    font-size: 1.02rem;
}

.immo-rich-text > * + * {
    margin-top: 1.15em;
}

.immo-description-section {
    border-top: 1px solid #e5eaf0;
    margin-top: clamp(36px, 6vw, 58px);
    padding-top: clamp(30px, 5vw, 46px);
}

.immo-description-section h2 {
    margin-bottom: 22px;
}

.immo-description-pending {
    background: #f7f9fb;
    border-left: 3px solid #1fb4d1;
    border-radius: 0 8px 8px 0;
    margin-top: 28px;
    padding: 24px 26px;
}

.immo-description-pending h3 {
    font-size: 1.22rem;
    margin: 0 0 8px;
}

.immo-description-pending p {
    margin: 0;
}

.immo-floorplans-section {
    background: #f7f9fb;
    padding-block: clamp(56px, 8vw, 90px);
}

.immo-floorplans-section h2 {
    margin-bottom: 30px;
}

.immo-floorplans-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.immo-floorplans-grid figure {
    background: #fff;
    border: 1px solid #e1e7ed;
    border-radius: 10px;
    box-shadow: 0 14px 36px rgb(0 30 96 / 7%);
    margin: 0;
    overflow: hidden;
}

.immo-floorplans-grid a {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.immo-floorplans-grid img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.immo-floorplans-grid figcaption {
    border-top: 1px solid #e5eaf0;
    color: #001e60;
    font-weight: 600;
    padding: 14px 18px;
}

.immo-facts-card {
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 8%);
    padding: clamp(25px, 4vw, 36px);
    position: sticky;
    top: 24px;
}

.immo-facts-card h2 {
    font-size: 1.7rem;
}

.immo-facts-card dl {
    margin: 24px 0;
}

.immo-facts-card dl div {
    align-items: baseline;
    border-top: 1px solid #e5eaf0;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-block: 12px;
}

.immo-facts-card dt {
    color: #707683;
}

.immo-facts-card dd {
    color: #001e60;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.immo-agent-contact {
    background: #f7f9fb;
    border-radius: 8px;
    display: grid;
    margin: 24px 0;
    overflow-wrap: anywhere;
    padding: 20px;
}

.immo-agent-contact span {
    color: #707683;
    font-size: .78rem;
}

.immo-agent-contact strong {
    color: #001e60;
    margin-bottom: 8px;
}

.immo-agent-contact a {
    color: #001e60;
}

.immo-contact-card h2 {
    margin-bottom: 18px;
}

.immo-contact-intro {
    color: #5f6672;
    line-height: 1.65;
    margin-bottom: 0;
}

.immo-contact-card .immo-agent-contact {
    align-items: center;
    display: flex;
    gap: 15px;
}

.immo-contact-card .immo-agent-monogram {
    align-items: center;
    background: #001e60;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 54px;
    font-size: .92rem;
    font-weight: 600;
    height: 54px;
    justify-content: center;
    letter-spacing: .05em;
}

.immo-contact-card .immo-agent-contact div {
    display: grid;
    min-width: 0;
}

.immo-contact-card .immo-agent-contact strong {
    margin-bottom: 2px;
}

.immo-contact-links {
    border-block: 1px solid #e5eaf0;
    margin-bottom: 24px;
}

.immo-contact-links a {
    display: grid;
    gap: 2px;
    padding-block: 13px;
}

.immo-contact-links a + a {
    border-top: 1px solid #e5eaf0;
}

.immo-contact-links span {
    color: #707683;
    font-size: .75rem;
}

.immo-contact-links strong {
    color: #001e60;
    font-size: .91rem;
    overflow-wrap: anywhere;
}

.immo-contact-card > .immo-button {
    justify-content: center;
    width: 100%;
}

.immo-unavailable {
    min-height: 62vh;
}

.immo-unavailable-inner {
    max-width: 880px;
}

.immo-unavailable h1 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}

.immo-unavailable p:not(.immo-eyebrow) {
    font-size: 1.1rem;
    max-width: 700px;
}

.immo-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}

.immo-inquiry-section {
    background: #f7f9fb;
    border-top: 1px solid #e5eaf0;
    padding-block: clamp(64px, 8vw, 104px);
    scroll-margin-top: 100px;
}

.immo-inquiry-grid {
    align-items: start;
    display: grid;
    gap: clamp(40px, 7vw, 90px);
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
}

.immo-inquiry-copy h2 {
    font-size: clamp(1.9rem, 3.8vw, 2.9rem);
    margin: 0 0 20px;
}

.immo-inquiry-copy a {
    color: #001e60;
    font-weight: 600;
}

.immo-inquiry-form {
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    box-shadow: 0 18px 48px rgb(0 30 96 / 8%);
    display: grid;
    gap: 18px;
    padding: clamp(24px, 4vw, 38px);
    position: relative;
}

.immo-inquiry-form label {
    color: #001e60;
    display: grid;
    font-size: .9rem;
    font-weight: 600;
    gap: 7px;
}

.immo-inquiry-form input,
.immo-inquiry-form textarea {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    color: #373943;
    font: inherit;
    padding: 12px 14px;
    width: 100%;
}

.immo-inquiry-form textarea {
    min-height: 120px;
    resize: vertical;
}

.immo-field-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.immo-inquiry-form .immo-consent {
    align-items: start;
    color: #555b67;
    display: grid;
    font-size: .78rem;
    font-weight: 400;
    gap: 10px;
    grid-template-columns: 18px 1fr;
}

.immo-inquiry-form button.immo-button {
    background: #001e60 !important;
    border-color: #001e60 !important;
    color: #fff !important;
    display: inline-flex;
    justify-self: start;
    width: auto;
}

.immo-inquiry-form button.immo-button:hover,
.immo-inquiry-form button.immo-button:focus {
    background: #1fb4d1 !important;
    border-color: #1fb4d1 !important;
    color: #001e60 !important;
}

.immo-consent input {
    height: 18px;
    margin: 2px 0 0;
    min-height: 0;
    width: 18px;
}

.immo-honeypot {
    left: -9999px;
    position: absolute;
}

.immo-form-notice {
    border-radius: 8px;
    padding: 13px 15px;
}

.immo-form-success {
    background: #eaf6e5;
    color: #2d641a;
}

.immo-form-error {
    background: #fff0ed;
    color: #8a2d1d;
}

.nav-links {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 45px;
}

.nav-links a,
.nav-links .current {
    align-items: center;
    border: 1px solid #e5eaf0;
    border-radius: 50%;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding-inline: 12px;
    text-decoration: none;
}

.nav-links .current {
    background: #001e60;
    color: #fff;
}

.immo-footer {
    background: #fff;
    border-top: 1px solid #e5eaf0;
    color: #5d6470;
    padding-block: 32px;
}

.immo-footer-inner {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto auto;
}

.immo-footer-inner > div {
    display: grid;
}

.immo-footer strong {
    color: #001e60;
}

.immo-footer nav {
    display: flex;
    gap: 20px;
}

@media (max-width: 900px) {
    .immo-nav {
        display: none;
    }

    .immo-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .immo-search-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .immo-archive-hero-inner,
    .immo-archive-cta-inner,
    .immo-detail-title-row,
    .immo-detail-grid,
    .immo-inquiry-grid {
        grid-template-columns: 1fr;
    }

    .immo-detail-price {
        text-align: left;
    }

    .immo-detail-title-row {
        gap: 24px;
    }

    .immo-facts-card {
        position: static;
    }

    .immo-footer-inner {
        grid-template-columns: 1fr auto;
    }

    .immo-footer-inner > span {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .immo-container {
        width: min(calc(100% - 24px), 1180px);
    }

    .immo-header-inner {
        gap: 12px;
        min-height: 76px;
    }

    .immo-brand img {
        width: 142px;
    }

    .immo-header-cta {
        font-size: .82rem;
        min-height: 42px;
        padding: 10px 14px;
    }

    .immo-card-grid,
    .immo-empty-state,
    .immo-gallery,
    .immo-field-row,
    .immo-search-form {
        grid-template-columns: 1fr;
    }

    .immo-search-heading {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }

    .immo-search-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .immo-search-actions .immo-button {
        justify-content: center;
        width: 100%;
    }

    .immo-section-head {
        align-items: start;
        flex-direction: column;
        gap: 14px;
    }

    .immo-empty-mark {
        font-size: 3rem;
        height: 100px;
        width: 100px;
    }

    .immo-gallery {
        display: grid;
        grid-template-rows: none;
    }

    .immo-gallery-heading {
        gap: 16px;
    }

    .immo-top-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .immo-top-facts div {
        padding: 15px 14px;
    }

    .immo-key-facts-panel .immo-top-facts {
        grid-template-columns: 1fr;
    }

    .immo-carousel-stage {
        aspect-ratio: 4 / 3;
    }

    .immo-carousel-control {
        height: 40px;
        width: 40px;
    }

    .immo-carousel-prev {
        left: 10px;
    }

    .immo-carousel-next {
        right: 10px;
    }

    .immo-carousel-thumbnails button {
        flex-basis: 88px;
        height: 62px;
    }

    .immo-floorplans-grid {
        grid-template-columns: 1fr;
    }

    .immo-gallery-main {
        aspect-ratio: 4 / 3;
        grid-row: auto;
    }

    .immo-gallery-thumb {
        display: none;
    }

    .immo-footer-inner {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .immo-footer-inner > span {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
