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

body.ml-loading .marcan-global-whatsapp { opacity: 0; pointer-events: none; transition: opacity 0.4s; }

:root {
    --marcan-yellow: #ffcb05;
    --marcan-ink: #4f4f4f;
    --marcan-logo: #4f4f4f;
    --marcan-glass: rgba(255, 255, 255, 0.74);
    --marcan-black: #111111;
    --marcan-surface: #ffffff;
    --marcan-muted: #b9b9b7;
    --marcan-white: #ffffff;
    --marcan-max: 1180px;
    --marcan-radius: 8px;
    --marcan-ease: cubic-bezier(0.19, 1, 0.22, 1);
    --marcan-type-title: clamp(42px, 5vw, 80px);
    --marcan-type-subtitle: clamp(24px, 2.6vw, 42px);
    --marcan-type-description: 18px;
}

.marcan-property-archive-copy h1,
.marcan-property-sticky-quote h1,
.marcan-iconic-title-block h1,
.marcan-about-section-title {
    font-size: var(--marcan-type-title);
}

.marcan-property-archive-search-copy h2,
.marcan-property-related h2,
.marcan-property-concept-copy h2,
.marcan-property-architecture-copy h2,
.marcan-iconic-copy h2,
.marcan-iconic-facade-card h2,
.marcan-iconic-details h2,
.marcan-about-promise-card h2 {
    font-size: var(--marcan-type-subtitle);
}

.marcan-property-archive-copy,
.marcan-property-archive-search-copy,
.marcan-property-intro,
.marcan-property-concept-copy,
.marcan-property-architecture-copy,
.marcan-iconic-summary,
.marcan-iconic-copy,
.marcan-iconic-facade-card,
.marcan-iconic-details,
.marcan-about-hero-copy,
.marcan-about-reason-text,
.marcan-about-promise-card {
    font-size: var(--marcan-type-description);
}

.marcan-iconic-single {
    background: #ffffff;
    color: #4f4f4f;
    overflow: hidden;
    position: relative;
}

.marcan-iconic-back {
    background: currentColor;
    display: block;
    height: 20px;
    left: 16px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.3 4.7 3 10l5.3 5.3 1.1-1.1-3.4-3.4h11V9.2H6l3.4-3.4-1.1-1.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    position: absolute;
    top: 83px;
    width: 20px;
    z-index: 5;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M8.3 4.7 3 10l5.3 5.3 1.1-1.1-3.4-3.4h11V9.2H6l3.4-3.4-1.1-1.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.marcan-iconic-hero {
    height: 100vh;
    height: 100svh;
    margin-top: 0;
    overflow: hidden;
    padding-top: var(--marcan-header-height, 0px);
    width: 100%;
}

.marcan-iconic-hero picture {
    display: block;
    height: calc(100vh - var(--marcan-header-height, 0px));
    height: calc(100svh - var(--marcan-header-height, 0px));
    width: 100%;
}

.marcan-iconic-hero img {
    display: block;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

.marcan-iconic-intro {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr);
    margin: 30px 30px 0;
}

.marcan-iconic-title-block {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.marcan-iconic-title-block h1 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.1;
    margin: 0;
}

.marcan-iconic-title-block p,
.marcan-iconic-summary {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
}

.marcan-iconic-pill {
    background: #fffcf2;
    border: 1px solid #ffcb05;
    border-radius: 61px;
    color: #997a03;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 3px 8px;
}

.marcan-iconic-summary p {
    margin: 0;
}

.marcan-iconic-summary {
    max-width: 468px;
}

.marcan-iconic-wide-image {
    height: 745px;
    margin: 120px 30px 0;
    overflow: hidden;
}

.marcan-iconic-wide-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-iconic-concept {
    display: grid;
    gap: 40px;
    grid-template-columns: 468px 221.5px;
    justify-content: space-between;
    margin: 30px 30px 0;
}

.marcan-iconic-copy {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.marcan-iconic-copy h2,
.marcan-iconic-facade-card h2,
.marcan-iconic-details h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.marcan-iconic-copy div,
.marcan-iconic-facade-card p,
.marcan-iconic-details p {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
}

.marcan-iconic-copy p,
.marcan-iconic-facade-card p,
.marcan-iconic-details p {
    margin: 0 0 1.35em;
}

.marcan-iconic-copy p:last-child,
.marcan-iconic-facade-card p:last-child,
.marcan-iconic-details p:last-child {
    margin-bottom: 0;
}

.marcan-iconic-designer img {
    display: block;
    height: 221.5px;
    object-fit: cover;
    width: 221.5px;
}

.marcan-iconic-designer-name {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 0;
}

.marcan-iconic-designer-role {
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.marcan-iconic-facade {
    height: 918px;
    margin-top: 120px;
    overflow: hidden;
    position: relative;
}

.marcan-iconic-facade > img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-iconic-facade-card {
    background: #ffcb05;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 29px;
    left: 0;
    min-height: 522px;
    padding: 119px 30px 30px;
    position: absolute;
    width: 522px;
}

.marcan-iconic-gallery {
    padding: 80px 0;
    width: 100%;
}

.marcan-iconic-gallery-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 30px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.marcan-iconic-gallery-track::-webkit-scrollbar {
    display: none;
}

.marcan-iconic-gallery-track figure {
    flex-shrink: 0;
    height: 639px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 468px;
}

.marcan-iconic-gallery-button {
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.marcan-iconic-gallery-button img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.marcan-iconic-gallery-button:hover img {
    transform: scale(1.04);
}

.marcan-iconic-gallery .marcan-property-gallery-image-button span {
    left: auto;
    right: 10px;
}

.marcan-iconic-gallery-track figcaption {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
    padding: 0 4px;
    text-align: left;
}

.marcan-iconic-details {
    display: flex;
    flex-direction: column;
    gap: 29px;
    margin: 40px 0 0 30px;
    width: 345px;
}

.marcan-iconic-related {
    margin: 140px 0 0;
}

.marcan-iconic-related .marcan-about-iconic-heading {
    padding-top: 0;
}

.marcan-iconic-cta {
    align-items: center;
    background: #4f4f4f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 58px;
    justify-content: center;
    margin: 50px 24px 0;
    min-height: 539px;
    text-align: center;
}

.marcan-iconic-cta h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.1;
    margin: 0;
    max-width: 546px;
}

.marcan-iconic-cta div {
    display: flex;
    gap: 15px;
}

.marcan-iconic-cta-button {
    align-items: center;
    color: #4f4f4f;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    height: 51px;
    justify-content: center;
    line-height: 1.45;
    padding: 0 26px;
    text-decoration: none;
    width: 272px;
}

.marcan-iconic-cta-button.is-yellow {
    background: #ffcb05;
}

.marcan-iconic-cta-button.is-white {
    background: #ffffff;
}

@media (max-width: 900px) {
    .marcan-iconic-back {
        top: 83px;
    }

    .marcan-iconic-hero {
        height: 100vh;
        height: 100svh;
        margin-top: 0;
    }

    .marcan-iconic-intro {
        display: flex;
        flex-direction: column;
        gap: 29px;
        margin: 30px 16px 0;
    }

    .marcan-iconic-title-block h1 {
        font-size: 32px;
        letter-spacing: 0.32px;
        line-height: 1;
        white-space: normal;
    }

    .marcan-iconic-title-block p {
        font-family: Inter, Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
    }

    .marcan-iconic-summary {
        max-width: 332px;
    }

    .marcan-iconic-wide-image {
        height: min(580px, 150vw);
        margin: 50px 16px 0;
    }

    .marcan-iconic-concept {
        display: flex;
        flex-direction: column;
        gap: clamp(80px, 35vw, 140px);
        margin: 30px 16px 0;
    }

    .marcan-iconic-designer {
        margin: 0 auto;
        width: 220px;
    }

    .marcan-iconic-designer img {
        height: 220px;
        width: 220px;
    }

    .marcan-iconic-designer-name {
        font-size: 16px;
    }

    .marcan-iconic-facade {
        height: 800px;
        margin-top: 80px;
    }

    .marcan-iconic-facade-card {
        bottom: auto;
        left: 0;
        min-height: 0;
        padding: 100px 16px 20px;
        top: 273px;
        width: min(347px, 92vw);
    }

    .marcan-iconic-gallery {
        padding: 10px 0 0;
    }

    .marcan-iconic-gallery-track {
        padding: 0 16px 4px;
    }

    .marcan-iconic-gallery-track figure {
        height: min(580px, 150vw);
        width: min(315px, 82vw);
    }

    .marcan-iconic-details {
        margin: 50px 16px 0;
        width: min(329px, calc(100vw - 32px));
    }

    .marcan-iconic-details h2 {
        font-size: 24px;
        line-height: 1;
    }

    .marcan-iconic-details p {
        font-size: 16px;
        line-height: 21px;
    }

    .marcan-iconic-related {
        margin-top: 106px;
    }

    .marcan-iconic-cta {
        gap: 30px;
        margin: 80px 16px 0;
        min-height: min(780px, 100svh);
        padding: 60px 18px;
    }

    .marcan-iconic-cta h2 {
        font-size: 45px;
        max-width: 314px;
    }

    .marcan-iconic-cta div {
        flex-direction: column;
        gap: 16px;
    }

    .marcan-iconic-cta-button {
        width: 255px;
    }
}

.marcan-site-header {
    background: transparent;
    height: 67px;
    isolation: isolate;
    left: 0;
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.marcan-site-header::before {
    -webkit-backdrop-filter: blur(calc(var(--marcan-header-blur, 70px) * 1.35)) saturate(1.42) contrast(0.94);
    backdrop-filter: blur(calc(var(--marcan-header-blur, 70px) * 1.35)) saturate(1.42) contrast(0.94);
    background: rgba(255, 255, 255, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.14)), color-mix(in srgb, var(--marcan-header-bg, var(--marcan-glass)) 38%, transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), inset 0 -1px 0 rgba(255, 255, 255, 0.3), 0 5px 18px rgba(79, 79, 79, 0.08);
    content: "";
    height: 67px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: height 320ms var(--marcan-ease), opacity 320ms ease;
    z-index: -1;
}

.marcan-site-header.is-menu-open::before {
    background: rgba(255, 255, 255, 0.36);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.2)), color-mix(in srgb, var(--marcan-header-bg, var(--marcan-glass)) 48%, transparent);
    height: 240px;
}

.marcan-header-logo {
    display: block;
    height: 22px;
    left: 23px;
    line-height: 0;
    position: absolute;
    top: 21px;
    width: 110px;
}

.marcan-header-logo svg {
    display: block;
    height: 100%;
    width: 100%;
}

.marcan-logo-mobile {
    display: none;
}

.marcan-menu-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--marcan-header-text, var(--marcan-logo));
    cursor: pointer;
    display: flex;
    height: 34px;
    justify-content: center;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 23px;
    top: 17px;
    width: 34px;
}

.marcan-menu-icon {
    display: block;
    flex: 0 0 auto;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.marcan-primary-nav {
    background: transparent;
    display: none;
    height: 176px;
    overflow-y: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 64px;
    width: 100vw;
}

.marcan-primary-nav.is-open {
    display: block;
}

.marcan-menu-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 23px;
    top: 0;
    width: 168px;
}

.marcan-menu-list li {
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
}

.marcan-menu-list a {
    color: var(--marcan-header-text, var(--marcan-logo));
    display: block;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    letter-spacing: 0.01em;
    line-height: 30px;
    overflow: hidden;
    text-align: right;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--marcan-surface);
    color: var(--marcan-black);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

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

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

.site-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 24px clamp(20px, 4vw, 64px);
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform 500ms var(--marcan-ease), background 300ms ease;
    z-index: 20;
}

.site-header.is-visible {
    transform: translateY(0);
}

.site-header.is-scrolled {
    background: rgba(245, 245, 242, 0.92);
    backdrop-filter: blur(18px);
}

.site-logo,
.footer-logo {
    color: var(--marcan-ink);
    font-size: clamp(32px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.9;
}

.custom-logo {
    max-height: 68px;
    width: auto;
}

.primary-menu,
.footer-nav {
    align-items: center;
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu a,
.footer-nav a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-toggle {
    background: transparent;
    border: 0;
    display: none;
    height: 40px;
    padding: 0;
    width: 40px;
}

.menu-toggle span {
    background: var(--marcan-black);
    display: block;
    height: 2px;
    margin: 8px 0;
    width: 28px;
}

.intro-hero,
.marcan-hero {
    align-items: center;
    background: var(--marcan-yellow);
    display: flex;
    height: 100svh;
    justify-content: center;
    min-height: 640px;
    overflow: hidden;
    position: relative;
}

.marcan-home-hero {
    background: #eaeae8;
    display: block;
    padding-top: var(--marcan-header-height, 0px);
    position: relative;
}

.marcan-home-hero-slider {
    height: calc(100vh - var(--marcan-header-height, 0px));
    height: calc(100svh - var(--marcan-header-height, 0px));
    overflow: hidden;
    position: relative;
}

.marcan-home-hero-slide {
    background: #eaeae8;
    height: 100%;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 900ms var(--marcan-ease), transform 900ms var(--marcan-ease);
}

.marcan-home-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: none;
    z-index: 1;
}

.marcan-home-hero-slide.is-zooming {
    transform: scale(1.02);
}

.marcan-home-hero-media {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.marcan-home-hero-media img {
    display: block;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

.marcan-home-hero-mobile-copy {
    display: none;
}

.marcan-home-hero-slide-label,
.marcan-home-hero-slide-link {
    display: none;
}

.marcan-home-projects {
    background: var(--marcan-white);
    color: var(--marcan-black);
    padding: 0 0 72px;
    position: relative;
    z-index: 2;
}

.marcan-home-mobile-text {
    display: none;
}

.marcan-home-projects-intro {
    box-sizing: border-box;
    display: block;
    min-height: 440px;
    padding: 30px 30px 0;
    position: relative;
}

.marcan-home-projects-intro-copy {
    left: 30px;
    position: absolute;
    top: 40px;
    max-width: 591px;
}

.marcan-home-projects-intro-copy h2 {
    display: none;
}

.marcan-home-projects-intro-copy p {
    color: var(--marcan-ink);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.38;
    margin: 0;
    max-width: 592px;
}

.marcan-home-projects-intro-title {
    font-family: Bitter, Georgia, serif;
    color: var(--marcan-ink);
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.2;
    left: 30px;
    margin: 0;
    position: absolute;
    top: 210px;
    max-width: 591px;
    width: 591px;
}

.marcan-home-projects-intro-button,
.marcan-home-projects-heading-button,
.marcan-home-project-card-cta {
    align-items: center;
    background: var(--marcan-ink);
    box-sizing: border-box;
    color: var(--marcan-white);
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.25;
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marcan-home-projects-intro-button {
    left: 30px;
    height: 41px;
    max-width: calc(100% - 60px);
    min-width: 239px;
    position: absolute;
    top: 340px;
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
}

.marcan-home-projects-group {
    margin-top: 0;
}

.marcan-home-projects-heading {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 0 30px 10px;
}

.marcan-home-projects-heading h2 {
    color: var(--marcan-ink);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0;
}

.marcan-home-projects-heading-button {
    height: 41px;
    padding: 10px 20px;
}

.marcan-home-project-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    margin-top: 26px;
    touch-action: pan-x pan-y;
    user-select: none;
}

.marcan-home-project-slider::-webkit-scrollbar {
    display: none;
}

.marcan-home-project-slider.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.marcan-home-project-slider-track {
    display: flex;
    gap: 10px;
    width: max-content;
}

.marcan-home-project-card {
    flex: 0 0 auto;
    height: auto;
    width: 990px;
    scroll-snap-align: start;
}

.marcan-home-project-card-link {
    color: inherit;
    display: block;
}

.marcan-home-project-card-media {
    background: #deded8;
    height: 687px;
    overflow: hidden;
    position: relative;
}

.marcan-home-project-card-media picture {
    display: block;
    height: 100%;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.marcan-home-project-card-image {
    display: block;
    height: var(--project-image-height, 100%);
    left: var(--project-image-left, 0);
    max-width: none;
    object-fit: var(--project-image-fit, cover);
    position: absolute;
    top: var(--project-image-top, 0);
    transition: transform 650ms var(--marcan-ease);
    will-change: transform;
    width: var(--project-image-width, 100%);
}

@media (min-width: 901px) {
    .marcan-home-project-card {
        width: calc(clamp(500px, calc(100svh - 190px), 620px) * 2063 / 1432);
    }

    .marcan-home-project-card-media {
        aspect-ratio: 2063 / 1432;
        height: auto;
    }

    .marcan-home-project-card-image {
        height: 100%;
        left: 0;
        object-fit: contain;
        top: 0;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .marcan-home-project-slider.has-one-card .marcan-home-project-slider-track,
    .marcan-home-project-slider.has-two-cards .marcan-home-project-slider-track {
        margin-inline: auto;
    }

    .marcan-home-project-slider.has-two-cards .marcan-home-project-card {
        width: min(calc(clamp(500px, calc(100svh - 190px), 620px) * 2063 / 1432), calc((100vw - 10px) / 2));
    }
}

.marcan-home-project-card-arrow {
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    transform: translate(-100%, 100%);
    transition: transform 450ms var(--marcan-ease);
    width: 100px;
    z-index: 2;
}

.marcan-home-project-card-media:hover .marcan-home-project-card-image,
.marcan-home-project-card:hover .marcan-home-project-card-image,
.marcan-home-project-card-link:focus-visible .marcan-home-project-card-image {
    transform: scale(1.045);
}

.marcan-home-project-card-media:hover .marcan-home-project-card-arrow,
.marcan-home-project-card:hover .marcan-home-project-card-arrow,
.marcan-home-project-card-link:focus-visible .marcan-home-project-card-arrow {
    transform: translate(0, 0);
}

.marcan-home-project-card-arrow img,
.marcan-home-project-card-divider img,
.marcan-home-project-card-spec-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.marcan-home-project-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 222px);
    padding: 15px 0 0;
}

.marcan-home-project-card-main {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding-left: 30px;
    width: 100%;
}

.marcan-home-project-card-heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.marcan-home-project-card-title-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    min-height: 29px;
}

.marcan-home-project-card-title-row h3 {
    color: var(--marcan-ink);
    font-family: Bitter, Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    overflow-wrap: anywhere;
}

.marcan-home-project-card-divider {
    flex: 0 0 auto;
    height: 19px;
    width: 0;
}

.marcan-home-project-card-badge {
    align-items: center;
    background: #fffcf2;
    border: 1px solid #ffcb05;
    border-radius: 61px;
    color: #997a03;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.4;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 3px 15px;
    text-align: center;
}

.marcan-home-project-card-location {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    overflow-wrap: anywhere;
}

.marcan-home-project-card-actions {
    display: flex;
}

.marcan-home-project-card-cta {
    height: auto;
    min-height: 41px;
}

.marcan-home-project-card-side {
    display: flex;
    flex-direction: column;
    gap: 23px;
    min-width: 0;
    padding-right: 30px;
}

.marcan-home-project-card-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.marcan-home-project-card-price span {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.marcan-home-project-card-price strong {
    color: #4f4f4f;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.marcan-home-project-card-specs {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.marcan-home-project-card-spec {
    align-items: center;
    color: #4f4f4f;
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.marcan-home-project-card-spec-icon {
    display: block;
    flex: 0 0 auto;
    height: 13px;
    width: 18px;
}

.marcan-home-projects-group-offices {
    margin-top: 222px;
    margin-bottom: 157px;
}

.marcan-hero {
    background: var(--marcan-black);
    color: var(--marcan-white);
    min-height: 720px;
}

.hero-media {
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scale(1.04);
    transition: opacity 1200ms var(--marcan-ease), transform 1400ms var(--marcan-ease);
}

.hero-media.is-visible {
    opacity: 1;
    transform: scale(1);
}

.hero-media::after {
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.08) 48%, rgba(17, 17, 17, 0.5));
    content: "";
    inset: 0;
    position: absolute;
}

.hero-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-panel {
    align-self: stretch;
    background: var(--marcan-yellow);
    color: var(--marcan-ink);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    max-width: 420px;
    padding: clamp(28px, 5vw, 56px);
    position: relative;
    width: 30vw;
    z-index: 2;
}

.hero-panel p {
    font-size: clamp(40px, 6vw, 86px);
    font-weight: 800;
    line-height: 0.8;
    margin: 0;
}

.hero-panel h1 {
    font-size: clamp(30px, 3.4vw, 54px);
    line-height: 0.96;
    margin: 0;
}

.intro-logo {
    color: var(--marcan-ink);
    font-size: clamp(92px, 18vw, 250px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.75;
    opacity: 0;
    transform: translateY(40px) scale(0.96);
}

.intro-logo.is-visible {
    animation: introLogo 1200ms var(--marcan-ease) forwards;
}

.intro-chevron {
    background: #bababa;
    bottom: 0;
    height: 74px;
    left: 0;
    position: absolute;
    right: 0;
}

.intro-chevron::before,
.intro-chevron::after {
    background: var(--marcan-ink);
    content: "";
    height: 54px;
    left: 50%;
    position: absolute;
    top: 15px;
    transform-origin: bottom center;
    width: 12px;
}

.intro-chevron::before {
    transform: translateX(-29px) rotate(45deg);
}

.intro-chevron::after {
    transform: translateX(18px) rotate(-45deg);
}

.section {
    padding: clamp(72px, 10vw, 140px) clamp(20px, 4vw, 64px);
}

.section-dark {
    background: var(--marcan-black);
    color: var(--marcan-white);
}

.section-light {
    background: #eeeeea;
    color: var(--marcan-black);
}

.section-white {
    background: var(--marcan-white);
    color: var(--marcan-black);
}

.section-inner,
.page-shell {
    margin: 0 auto;
    max-width: var(--marcan-max);
}

.section-heading {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: clamp(40px, 7vw, 80px);
}

.section-heading p,
.eyebrow {
    color: var(--marcan-yellow);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.section-heading h1,
.section-heading h2,
.content-page h1,
.property-detail h1 {
    font-size: clamp(42px, 7vw, 96px);
    letter-spacing: 0;
    line-height: 0.95;
    margin: 0;
    max-width: 780px;
}

.section-heading a,
.about-card a,
.delivered-copy a,
.project-link {
    border-bottom: 2px solid currentColor;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.about-band {
    background: var(--marcan-white);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 42vw);
    min-height: 760px;
}

.about-copy {
    align-self: center;
    max-width: 900px;
    padding: clamp(56px, 8vw, 120px);
}

.about-copy p {
    color: var(--marcan-ink);
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.about-copy h2 {
    font-size: clamp(36px, 5vw, 82px);
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
}

.about-card {
    background: var(--marcan-yellow);
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 760px;
}

.about-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-card div {
    padding: clamp(28px, 4vw, 56px);
}

.about-card h3 {
    color: var(--marcan-ink);
    font-size: clamp(30px, 4vw, 58px);
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0 0 32px;
}

.marcan-project-grid {
    display: grid;
    gap: 28px;
}

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

.project-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card {
    background: var(--marcan-white);
    border-radius: 0;
    color: var(--marcan-black);
    overflow: hidden;
    transform: translateY(28px);
    transition: opacity 700ms var(--marcan-ease), transform 700ms var(--marcan-ease);
}

.project-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.project-card figure {
    aspect-ratio: 4 / 3;
    background: #deded8;
    margin: 0;
    overflow: hidden;
}

.project-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 900ms var(--marcan-ease);
    width: 100%;
}

.project-card:hover img {
    transform: scale(1.045);
}

.project-card-body {
    padding: 24px;
}

.project-card-top {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.project-card h3 {
    font-size: clamp(24px, 2.5vw, 40px);
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.project-card-top span {
    background: var(--marcan-yellow);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 10px;
    white-space: nowrap;
}

.project-card p {
    color: #656565;
    margin: 14px 0 22px;
}

.project-meta {
    border-top: 1px solid #d8d8d5;
    display: grid;
    gap: 4px;
    margin-top: 24px;
    padding-top: 20px;
}

.project-meta small,
.project-meta em {
    color: #656565;
    font-style: normal;
}

.project-meta strong {
    font-size: 24px;
}

.delivered-band {
    background: var(--marcan-yellow);
    color: var(--marcan-ink);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 38vw);
}

.delivered-copy {
    padding: clamp(56px, 8vw, 120px);
}

.delivered-copy p {
    font-size: clamp(40px, 6vw, 96px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.94;
    margin: 0 0 40px;
}

.delivered-list {
    background: var(--marcan-black);
    color: var(--marcan-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 6vw, 80px);
}

.delivered-list span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 800;
    line-height: 1;
    padding: 22px 0;
}

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

.property-card {
    background: var(--marcan-white);
    border-radius: var(--marcan-radius);
    color: var(--marcan-black);
    overflow: hidden;
    transform: translateY(28px);
    transition: opacity 700ms var(--marcan-ease), transform 700ms var(--marcan-ease);
}

.property-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-reveal] {
    opacity: 0;
}

[data-reveal].is-visible {
    opacity: 1;
}

.property-card-media {
    aspect-ratio: 4 / 3;
    background: var(--marcan-yellow);
    overflow: hidden;
}

.property-card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms var(--marcan-ease);
    width: 100%;
}

.property-card:hover img {
    transform: scale(1.04);
}

.property-placeholder {
    align-items: center;
    color: var(--marcan-ink);
    display: flex;
    font-size: 48px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
}

.property-card-body {
    padding: 22px;
}

.property-card-body p,
.property-address {
    color: #696969;
    margin: 0 0 8px;
}

.property-card-body h2 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 18px;
}

.property-card-body div,
.property-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.property-card-body span,
.property-facts span {
    background: var(--marcan-surface);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 10px;
}

.page-shell {
    padding: 150px clamp(20px, 4vw, 64px) 96px;
}

.content-page {
    max-width: 820px;
}

.entry-content {
    font-size: 18px;
}

.property-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    min-height: 100svh;
}

.property-detail-media {
    background: var(--marcan-yellow);
}

.property-detail-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.property-detail-body {
    align-self: center;
    padding: clamp(80px, 8vw, 140px) clamp(28px, 6vw, 96px);
}

.button-primary {
    background: var(--marcan-yellow);
    border-radius: 999px;
    color: var(--marcan-black);
    display: inline-flex;
    font-weight: 800;
    margin-top: 28px;
    padding: 14px 22px;
}

.empty-state {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--marcan-radius);
    grid-column: 1 / -1;
    padding: 32px;
}

.marcan-home-delivered {
    display: grid;
    grid-template-columns: 757px 755px;
    min-height: 750px;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 2;
}

.marcan-home-delivered-media {
    background: #e4e3df;
    aspect-ratio: 1577 / 1563;
    height: auto;
    overflow: hidden;
    position: relative;
}

.marcan-home-delivered-media picture {
    inset: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.marcan-home-delivered-image {
    inset: 0;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

@media (min-width: 901px) {
    .marcan-home-delivered {
        grid-template-columns: 50.066% 49.934%;
        height: clamp(560px, calc(100svh - 80px), 750px);
        min-height: 0;
        width: 100%;
    }

    .marcan-home-delivered-media {
        aspect-ratio: auto;
        height: 100%;
    }
}

.marcan-home-delivered-copy {
    align-items: flex-start;
    background: var(--marcan-delivered-bg, #f3f2f1);
    color: var(--marcan-delivered-text, #4f4f4f);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 31px;
    position: relative;
}

.marcan-home-delivered-copy h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.1;
    left: 31px;
    margin: 0;
    max-width: 591px;
    position: absolute;
    top: 31px;
}

.marcan-home-delivered-button {
    align-items: center;
    background: var(--marcan-delivered-btn-bg, #4f4f4f);
    box-sizing: border-box;
    color: var(--marcan-delivered-btn-text, #fbfafa);
    display: inline-flex;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    height: 41px;
    line-height: 1.25;
    left: 31px;
    max-width: calc(100% - 62px);
    min-width: 192px;
    overflow: hidden;
    padding: 10px 20px;
    position: absolute;
    text-overflow: ellipsis;
    top: 229px;
    white-space: nowrap;
    width: auto;
}

@media (min-width: 1537px) {
    :root {
        --marcan-home-wide-scale: clamp(1, calc(100vw / 1512px), 1.12);
        --marcan-home-wide-layout-scale: clamp(1, calc(100vw / 1512px), 1.27);
    }

    .marcan-home-projects {
        padding-bottom: calc(72px * var(--marcan-home-wide-scale));
    }

    .marcan-home-projects-intro {
        height: calc(440px * var(--marcan-home-wide-scale));
        padding: calc(30px * var(--marcan-home-wide-scale)) calc(30px * var(--marcan-home-wide-scale)) 0;
    }

    .marcan-home-projects-intro-copy {
        left: calc(30px * var(--marcan-home-wide-scale));
        max-width: calc(591px * var(--marcan-home-wide-scale));
        top: calc(30px * var(--marcan-home-wide-scale));
    }

    .marcan-home-projects-intro-copy p {
        font-size: calc(18px * var(--marcan-home-wide-scale));
        max-width: calc(592px * var(--marcan-home-wide-scale));
    }

    .marcan-home-projects-intro-title {
        font-size: calc(45px * var(--marcan-home-wide-scale));
        left: calc(30px * var(--marcan-home-wide-scale));
        max-width: calc(591px * var(--marcan-home-wide-scale));
        top: calc(210px * var(--marcan-home-wide-scale));
        width: calc(591px * var(--marcan-home-wide-scale));
    }

    .marcan-home-projects-intro-button {
        font-size: calc(15px * var(--marcan-home-wide-scale));
        height: calc(41px * var(--marcan-home-wide-scale));
        left: calc(30px * var(--marcan-home-wide-scale));
        min-width: calc(239px * var(--marcan-home-wide-scale));
        padding: calc(10px * var(--marcan-home-wide-scale)) calc(20px * var(--marcan-home-wide-scale));
        top: calc(340px * var(--marcan-home-wide-scale));
        width: auto;
    }

    .marcan-home-projects-heading {
        gap: calc(24px * var(--marcan-home-wide-scale));
        padding: 0 calc(30px * var(--marcan-home-wide-scale)) calc(10px * var(--marcan-home-wide-scale));
    }

    .marcan-home-projects-heading h2 {
        font-size: calc(28px * var(--marcan-home-wide-scale));
    }

    .marcan-home-projects-heading-button,
    .marcan-home-project-card-cta {
        font-size: calc(15px * var(--marcan-home-wide-scale));
        height: calc(41px * var(--marcan-home-wide-scale));
        padding: calc(10px * var(--marcan-home-wide-scale)) calc(20px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-slider {
        margin-top: calc(26px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-slider-track {
        gap: calc(10px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card {
        height: auto;
    }

    .marcan-home-project-card-arrow {
        height: calc(100px * var(--marcan-home-wide-scale));
        width: calc(100px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-body {
        grid-template-columns: minmax(0, 1fr) calc(222px * var(--marcan-home-wide-scale));
        padding-top: calc(15px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-main {
        gap: calc(14px * var(--marcan-home-wide-scale));
        padding-left: calc(30px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-heading {
        gap: calc(5px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-title-row {
        gap: calc(6px * var(--marcan-home-wide-scale)) calc(16px * var(--marcan-home-wide-scale));
        min-height: calc(29px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-title-row h3 {
        font-size: calc(22px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-divider {
        height: calc(19px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-badge {
        border-radius: calc(61px * var(--marcan-home-wide-scale));
        font-size: calc(14px * var(--marcan-home-wide-scale));
        padding: calc(3px * var(--marcan-home-wide-scale)) calc(15px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-location,
    .marcan-home-project-card-price span {
        font-size: calc(14px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-side {
        gap: calc(23px * var(--marcan-home-wide-scale));
        padding-right: calc(30px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-price {
        gap: calc(5px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-price strong {
        font-size: calc(22px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-specs {
        gap: calc(5px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-spec {
        font-size: calc(14px * var(--marcan-home-wide-scale));
        gap: calc(10px * var(--marcan-home-wide-scale));
    }

    .marcan-home-project-card-spec-icon {
        height: calc(13px * var(--marcan-home-wide-scale));
        width: calc(18px * var(--marcan-home-wide-scale));
    }

    .marcan-home-projects-group-offices {
        margin-bottom: calc(157px * var(--marcan-home-wide-scale));
        margin-top: calc(222px * var(--marcan-home-wide-scale));
    }

    .marcan-home-delivered {
        grid-template-columns: 50.066% 49.934%;
        min-height: 0;
    }

    .marcan-home-delivered-copy {
        padding: calc(31px * var(--marcan-home-wide-scale));
    }

    .marcan-home-delivered-copy h2 {
        font-size: calc(45px * var(--marcan-home-wide-scale));
        left: calc(31px * var(--marcan-home-wide-scale));
        max-width: calc(591px * var(--marcan-home-wide-scale));
        top: calc(31px * var(--marcan-home-wide-scale));
    }

    .marcan-home-delivered-button {
        font-size: calc(15px * var(--marcan-home-wide-scale));
        height: calc(41px * var(--marcan-home-wide-scale));
        left: calc(31px * var(--marcan-home-wide-scale));
        min-width: calc(192px * var(--marcan-home-wide-scale));
        padding: calc(10px * var(--marcan-home-wide-scale)) calc(20px * var(--marcan-home-wide-scale));
        top: calc(229px * var(--marcan-home-wide-scale));
        width: auto;
    }
}

.marcan-site-footer {
    background: var(--marcan-footer-bg, #ffcb05);
    color: var(--marcan-footer-text, #4f4f4f);
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    z-index: 2;
}

.marcan-site-footer-desktop,
.marcan-site-footer-mobile {
    position: relative;
}

.marcan-site-footer-desktop {
    display: grid;
    column-gap: 56px;
    grid-template-columns: 190px 220px minmax(330px, 1fr);
    min-height: 852px;
    padding: 30px 30px 24px;
}

.marcan-site-footer-mobile {
    display: none;
}

.marcan-site-footer-left,
.marcan-site-footer-center,
.marcan-site-footer-right {
    position: relative;
}

.marcan-site-footer-center {
    justify-self: stretch;
}

.marcan-site-footer-right {
    justify-self: end;
    min-width: 330px;
    width: max-content;
}

.marcan-site-footer-nav-title,
.marcan-site-footer-members-title {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 8px;
}

.marcan-site-footer-links {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.marcan-site-footer-links li + li {
    margin-top: 0;
}

.marcan-site-footer-links a,
.marcan-site-footer-contact p,
.marcan-site-footer-legal {
    color: inherit;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.marcan-site-footer-button {
    background: #4f4f4f;
    color: #fbfafa;
    display: inline-flex;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    margin-top: 24px;
    min-height: 41px;
    padding: 10px 20px;
}

.marcan-site-footer-contact {
    display: grid;
    gap: 10px;
    margin-top: 0;
}

.marcan-site-footer-contact p {
    margin: 0;
}

.marcan-site-footer-phone-lines,
.marcan-site-footer-email {
    white-space: nowrap;
}

.marcan-site-footer-socials {
    align-items: center;
    display: flex;
    gap: 22px;
    margin-top: 42px;
}

.marcan-site-footer-social {
    display: block;
    height: 22px;
    width: 22px;
}

.marcan-site-footer-social img,
.marcan-site-footer-member img {
    display: block;
    height: 100%;
    width: 100%;
}

.marcan-site-footer-members {
    margin-top: 52px;
}

.marcan-site-footer-members-logos {
    align-items: center;
    display: flex;
    gap: 11px;
}

.marcan-site-footer-member {
    display: block;
}

.marcan-site-footer-member:nth-child(1) {
    width: 105.311px;
    height: 31.037px;
}

.marcan-site-footer-member:nth-child(2) {
    width: 89px;
    height: 42px;
}

.marcan-site-footer-member:nth-child(3) {
    width: 75.379px;
    height: 44.921px;
}

.marcan-site-footer-brand {
    bottom: auto;
    height: 188px;
    left: 57px;
    position: absolute;
    right: auto;
    top: 540px;
    width: 930px;
}

.marcan-site-footer-brand-desktop {
    height: 125px;
    left: 0;
    max-width: none;
    position: absolute;
    top: 63px;
    width: 801px;
}

.marcan-site-footer-brand-arrow {
    height: 83.442px;
    left: 818px;
    width: 129px;
    max-width: none;
    position: absolute;
    top: 0;
}

.marcan-site-footer-brand[data-footer-animation] {
    overflow: visible;
}

.marcan-site-footer-brand[data-footer-animation] .marcan-site-footer-brand-desktop {
    opacity: 0;
    transform: translateX(35vw);
    transition: opacity 220ms ease, transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.marcan-site-footer-brand[data-footer-animation] .marcan-site-footer-brand-arrow {
    opacity: 0;
    transform: translateY(130%);
    transition: opacity 280ms ease 850ms, transform 700ms cubic-bezier(0.34, 1.56, 0.64, 1) 850ms;
    will-change: opacity, transform;
}

.marcan-site-footer-brand[data-footer-animation].is-footer-animated .marcan-site-footer-brand-desktop,
.marcan-site-footer-brand[data-footer-animation].is-footer-animated .marcan-site-footer-brand-arrow {
    opacity: 1;
    transform: translate(0, 0);
}

.marcan-site-footer-legal {
    bottom: 30px;
    left: 57px;
    margin: 0;
    position: absolute;
    right: 57px;
}

.marcan-about-hero {
    background: #d9d9d6;
    min-height: 1200px;
    overflow: visible;
}

.marcan-about-hero-copy {
    left: 30px;
    max-width: 1168px;
    position: absolute;
    top: 239px;
    width: calc(100% - 60px);
    z-index: 2;
}

.marcan-about-hero-copy p {
    color: var(--marcan-ink);
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
    max-width: 1168px;
}

.marcan-about-page .marcan-field-font-size--rich,
.marcan-about-page .marcan-field-font-size--rich :where(p, span, strong, b, em, i, a, li, h1, h2, h3, h4, h5, h6, div) {
    font-weight: 400;
}

.marcan-about-hero-image {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 470px;
    width: 100%;
}

.marcan-about-hero-image img {
    display: block;
    height: auto;
    width: 100%;
}

.marcan-about-reasons {
    background: #d9d9d6;
    min-height: 592px;
}

.marcan-about-reasons-inner {
    min-height: 592px;
}

.marcan-about-section-title {
    color: var(--marcan-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0;
}

.marcan-about-reasons .marcan-about-section-title {
    left: 30px;
    position: absolute;
    top: 229px;
}

.marcan-about-reasons-grid {
    display: grid;
    gap: 58px 37px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: absolute;
    right: 76px;
    top: 60px;
    width: 668px;
}

.marcan-about-reason-number {
    color: var(--marcan-ink);
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin: 0 0 10px;
}

.marcan-about-reason-text {
    color: var(--marcan-ink);
    font-family: Roboto, Inter, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
}

.marcan-about-iconic {
    background: #ffffff;
    min-height: 1205px;
    padding-bottom: 126px;
}

.marcan-about-iconic-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 142px 30px 0;
}

.marcan-about-section-title--iconic {
    color: var(--marcan-ink);
}

.marcan-about-iconic-actions {
    display: flex;
    gap: 16px;
}

.marcan-about-slider-button {
    align-items: center;
    background: #ffffff;
    border: 1px solid transparent;
    color: var(--marcan-ink);
    cursor: pointer;
    display: inline-flex;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 51px;
    justify-content: center;
    padding: 0;
    width: 51px;
}

.marcan-about-timeline {
    cursor: grab;
    margin-top: 33px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    user-select: none;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.marcan-about-timeline::-webkit-scrollbar {
    display: none;
}

.marcan-about-timeline.is-dragging {
    cursor: grabbing;
}

.marcan-about-timeline-track {
    display: flex;
    gap: 0;
    padding-left: 30px;
    position: relative;
    width: max-content;
}

.marcan-about-timeline-track::after {
    background: #d9d9d6;
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    top: 608px;
    width: calc(100% - 60px);
}

.marcan-about-timeline-item {
    flex: 0 0 684px;
    height: 723px;
    position: relative;
    width: 660px;
}

.marcan-about-timeline-item::after {
    background: #d9d9d6;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 608px;
    width: 1px;
    z-index: 1;
}

.marcan-about-timeline-card {
    background: #f3f2f1;
    clip-path: inset(0);
    display: block;
    height: 584px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 660px;
}

.marcan-about-timeline-item.is-active .marcan-about-timeline-card {
    background: #eaeae8;
}

.marcan-about-timeline-card-bg {
    display: block;
    height: 100%;
    inset: 0;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    transform: translateZ(0) scale(1);
    transform-origin: center center;
    transition: transform 650ms var(--marcan-ease);
    width: 100%;
    will-change: transform;
}

.marcan-about-timeline-card-bg-mobile {
    display: none;
}

.marcan-about-timeline-card.has-canson .marcan-about-timeline-card-bg-desktop,
.marcan-about-timeline-card.has-canson .marcan-about-timeline-card-bg-mobile {
    opacity: 0;
    transition: opacity 450ms var(--marcan-ease), transform 650ms var(--marcan-ease);
    z-index: 2;
}

.marcan-about-timeline-card-bg-canson {
    opacity: 1;
    transition: transform 650ms var(--marcan-ease);
    z-index: 1;
}

.marcan-about-timeline-card-arrow {
    bottom: 0;
    height: 51px;
    left: 0;
    position: absolute;
    transform: translate(-100%, 100%);
    transition: transform 450ms var(--marcan-ease);
    width: 51px;
    z-index: 2;
}

.marcan-about-timeline-card-arrow img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.marcan-about-timeline-card:hover .marcan-about-timeline-card-bg,
.marcan-about-timeline-card:focus-within .marcan-about-timeline-card-bg {
    transform: translateZ(0) scale(1.045);
}

.marcan-about-timeline-card.has-canson:hover .marcan-about-timeline-card-bg-desktop,
.marcan-about-timeline-card.has-canson:focus-within .marcan-about-timeline-card-bg-desktop {
    opacity: 1;
}

.marcan-about-timeline-card:hover .marcan-about-timeline-card-arrow,
.marcan-about-timeline-card:focus-within .marcan-about-timeline-card-arrow {
    transform: translate(0, 0);
}

.marcan-about-timeline-info {
    display: grid;
    gap: 0;
    grid-template-columns: 230px 230px 1fr;
    margin-top: 53px;
    padding-left: 0;
    width: 100%;
}

.marcan-about-timeline-info-title {
    color: var(--marcan-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.marcan-about-timeline-info-district {
    color: var(--marcan-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.marcan-about-timeline-info-year {
    color: var(--marcan-ink);
    font-family: Roboto, Inter, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.marcan-about-facts {
    background: #4f4f4f;
    overflow: visible;
    padding-bottom: 96px;
}

.marcan-about-facts-inner {
    position: relative;
}

.marcan-about-promise {
    left: 0;
    min-height: 707px;
    position: relative;
    top: 0;
    width: 100%;
}

.marcan-about-promise-image {
    height: 707px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marcan-about-promise-image-mobile {
    display: none;
}

.marcan-about-promise-image img {
    object-fit: cover;
}

.marcan-about-promise-card {
    background: #ffcb05;
    height: 522px;
    left: 0;
    position: absolute;
    top: 185px;
    width: 522px;
    z-index: 2;
}

.marcan-about-promise-card-inner {
    color: var(--marcan-ink);
    display: flex;
    flex-direction: column;
    gap: 29px;
    left: 30px;
    position: absolute;
    top: 119px;
    width: 345px;
}

.marcan-about-promise-card-inner h2 {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.marcan-about-promise-card-inner p {
    font-family: Roboto, Inter, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
}

.marcan-about-awards {
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.marcan-about-section-title--light {
    color: #ffffff;
}

.marcan-about-awards .marcan-about-section-title {
    left: 27px;
    position: absolute;
    top: -60px;
}

.marcan-about-awards-grid {
    display: grid;
    gap: 0 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: calc(50% + 12px);
    position: relative;
    top: 0;
    width: calc(50% - 42px);
}

.marcan-about-award {
    color: #ffffff;
    display: grid;
    gap: 18px;
}

.marcan-about-award-logo {
    height: 62px;
    overflow: hidden;
    width: 56px;
}

.marcan-about-award-logo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-about-award-content {
    color: #a5a5a3;
    font-family: Roboto, Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.marcan-about-award-content h3 {
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 8px;
}

.marcan-about-award-content p {
    margin: 0 0 12px;
}

.marcan-about-award-content a {
    color: #ffcb05;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.marcan-about-team {
    margin-top: 96px;
    padding-top: 64px;
    position: relative;
    width: 100%;
}

.marcan-about-team .marcan-about-section-title {
    left: 30px;
    position: absolute;
    top: 0;
}

.marcan-about-team-track {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 30px;
    position: relative;
    top: 0;
    width: calc(100% - 60px);
}

.marcan-about-team-card {
    color: #ffffff;
}

.marcan-about-team-photo {
    background: #a5a5a3;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marcan-about-team-photo .marcan-about-team-photo-mobile {
    display: none;
}

.marcan-about-team-photo img {
    filter: grayscale(1);
    height: auto;
    transition: filter 450ms var(--marcan-ease), transform 650ms var(--marcan-ease);
    width: 100%;
    will-change: filter, transform;
}

.marcan-about-team-card:hover .marcan-about-team-photo img,
.marcan-about-team-card:focus-within .marcan-about-team-photo img {
    filter: grayscale(0);
}

.marcan-about-team-meta {
    color: #a5a5a3;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 8px;
}

.marcan-about-team-meta h3 {
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.marcan-about-team-meta p,
.marcan-about-team-meta a {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.marcan-about-team-meta a {
    color: #a5a5a3;
    text-decoration: underline;
}

@media (max-width: 900px) {
    body.home {
        background: #ffffff;
    }

    .marcan-about-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow: hidden;
        padding-top: clamp(150px, 25vw, 210px);
    }

    .marcan-about-hero-copy {
        left: auto;
        margin: 0 16px clamp(28px, 8vw, 48px);
        max-width: calc(100vw - 32px);
        position: relative;
        top: auto;
        width: auto;
    }

    .marcan-about-hero-copy p {
        font-size: 32px;
        max-width: 370px;
    }

    .marcan-about-hero-image {
        left: auto;
        position: relative;
        top: auto;
    }

    .marcan-about-reasons {
        min-height: 480px;
    }

    .marcan-about-reasons-inner {
        min-height: 480px;
    }

    .marcan-about-reasons .marcan-about-section-title {
        left: 16px;
        top: 40px;
    }

    .marcan-about-section-title {
        font-size: 24px;
    }

    .marcan-about-reasons-grid {
        gap: 20px 16px;
        left: 16px;
        right: 16px;
        top: 114px;
        width: auto;
    }

    .marcan-about-reason-number {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .marcan-about-reason-text {
        font-size: 16px;
        line-height: 1.35;
    }

    .marcan-about-iconic {
        min-height: 793px;
        padding-bottom: 59px;
    }

    .marcan-about-iconic-heading {
        padding: 76px 16px 0;
    }

    .marcan-about-iconic-actions {
        gap: 7px;
    }

    .marcan-about-slider-button {
        height: 41px;
        width: 41px;
    }

    .marcan-about-timeline {
        margin-top: 16px;
    }

    .marcan-about-timeline-track {
        padding-left: 16px;
    }

    .marcan-about-timeline-track::after {
        left: 16px;
        top: 460px;
        width: calc(100% - 32px);
    }

    .marcan-about-timeline-item {
        flex-basis: 335px;
        height: 560px;
        width: 315px;
    }

    .marcan-about-timeline-item::after {
        top: 460px;
    }

    .marcan-about-timeline-card {
        height: 445px;
        width: 315px;
    }

    .marcan-about-timeline-card-bg-desktop {
        display: none;
    }

    .marcan-about-timeline-card-bg-mobile {
        display: block;
    }

    .marcan-about-timeline-card-bg-canson {
        display: block;
    }

    .marcan-about-timeline-item.is-active .marcan-about-timeline-card.has-canson .marcan-about-timeline-card-bg-mobile {
        opacity: 1;
    }

    .marcan-about-timeline-card-arrow {
        height: 42px;
        transform: translate(0, 0);
        width: 42px;
    }

    .marcan-about-timeline-info {
        gap: 0;
        grid-template-columns: 315px;
        margin-top: 45px;
        width: 315px;
    }

    .marcan-about-timeline-info-title {
        font-size: 20px;
    }

    .marcan-about-timeline-info-district {
        font-size: 16px;
    }

    .marcan-about-timeline-info-year {
        font-size: 18px;
    }

    .marcan-about-promise-image {
        height: 540px;
    }

    .marcan-about-promise-image-desktop {
        display: none;
    }

    .marcan-about-promise-image-mobile {
        display: block;
    }

    .marcan-about-promise-card {
        height: 520px;
        left: 0;
        top: 323px;
        width: 353px;
    }

    .marcan-about-promise-card-inner {
        left: 25px;
        top: 90px;
        width: 303px;
    }

    .marcan-about-promise-card-inner h2 {
        font-size: 30px;
    }

    .marcan-about-promise-card-inner p {
        font-size: 18px;
        line-height: 1.35;
    }

    .marcan-about-awards {
        margin-top: 280px;
        top: auto;
    }

    .marcan-about-awards .marcan-about-section-title {
        left: 16px;
        z-index: 1;
    }

    .marcan-about-awards-grid {
        gap: 48px 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        left: 16px;
        margin-top: 79px;
        right: 16px;
        top: 0;
        width: auto;
    }

    .marcan-about-award {
        gap: 46px;
    }

    .marcan-about-award-content h3,
    .marcan-about-award-content p,
    .marcan-about-award-content a {
        font-size: 16px;
    }

    .marcan-about-team {
        margin-top: 104px;
        top: auto;
    }

    .marcan-about-team .marcan-about-section-title {
        left: 16px;
    }

    .marcan-about-team-photo img {
        filter: grayscale(0);
    }

    .marcan-about-team-track {
        display: flex;
        gap: 10px;
        left: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        position: relative;
        scrollbar-width: none;
        margin-top: 79px;
        top: 0;
        width: calc(100% - 32px);
        -webkit-overflow-scrolling: touch;
    }

    .marcan-about-team-track::-webkit-scrollbar {
        display: none;
    }

    .marcan-about-team-card {
        flex: 0 0 315px;
        width: 315px;
    }

    .marcan-about-team-photo .marcan-about-team-photo-desktop {
        display: none;
    }

    .marcan-about-team-photo .marcan-about-team-photo-mobile {
        display: block;
    }

}

@media (max-width: 900px) {
    .marcan-site-header {
        height: 54px;
    }

    .marcan-site-header::before {
        height: 54px;
    }

    .marcan-site-header.is-menu-open::before {
        height: 230px;
    }

    .marcan-header-logo {
        height: 20px;
        left: 20px;
        top: 17px;
        width: 100px;
    }

    .marcan-logo-desktop {
        display: none;
    }

    .marcan-logo-mobile {
        display: block;
    }

    .marcan-menu-button {
        color: var(--marcan-logo);
        height: 34px;
        justify-content: center;
        line-height: 0;
        right: 16px;
        top: 9px;
        width: 34px;
    }

    .marcan-menu-icon {
        display: block;
        height: 34px;
        margin-left: 0;
        width: 34px;
    }

    .marcan-primary-nav {
        height: 176px;
        left: 0;
        right: 0;
        top: 54px;
        width: 100vw;
    }

    .marcan-menu-list {
        right: 16px;
        top: 0;
        width: 168px;
    }

    .marcan-menu-list a {
        color: var(--marcan-logo);
        font-weight: 300;
    }

    .menu-toggle {
        display: block;
    }

    .primary-nav {
        background: var(--marcan-surface);
        display: none;
        left: 0;
        padding: 96px 24px 32px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-menu,
    .footer-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .marcan-home-delivered {
        display: block;
        min-height: 1000px;
    }

    .marcan-home-delivered-media {
        height: 500px;
        min-height: 500px;
        width: 100%;
    }

    .marcan-home-delivered-copy {
        height: 500px;
        justify-content: center;
        padding: 40px 20px;
        width: 100%;
    }

    .marcan-home-delivered-copy h2 {
        font-size: 32px;
        margin: 0 auto 30px;
        max-width: 362px;
        position: static;
        text-align: center;
        width: min(362px, 100%);
    }

    .marcan-home-delivered-button {
        margin: 0 auto;
        overflow: visible;
        position: static;
        width: auto;
    }

    .marcan-home-hero {
        background: #ffffff;
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-top: var(--marcan-header-height, 0px);
    }

    .marcan-home-hero-slider {
        height: calc(100vh - var(--marcan-header-height, 0px));
        height: calc(100svh - var(--marcan-header-height, 0px));
    }

    .marcan-home-hero-slide {
        height: 100%;
    }

    .marcan-home-hero-media {
        height: 100%;
        width: 100%;
    }

    .marcan-home-hero-mobile-copy {
        display: block;
        min-height: 161px;
        padding: 0 16px 24px;
        width: 100%;
    }

    .marcan-home-hero-mobile-copy p {
        color: var(--marcan-ink);
        font-family: Inter, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.28;
        margin: 0;
        width: 272px;
    }

    .marcan-home-projects {
        padding-bottom: 40px;
    }

    .marcan-home-projects-intro {
        box-sizing: border-box;
        display: block;
        min-height: auto;
        padding: 80px 16px 90px;
        position: relative;
    }

    .marcan-home-projects-intro-copy {
        display: none;
    }

    .marcan-home-projects-intro-title {
        font-family: Bitter, Georgia, serif;
        font-weight: 400;
        font-size: 32px;
        letter-spacing: 0.01em;
        line-height: 1;
        margin: 0 auto 20px;
        max-width: 370px;
        text-align: center;
        position: static;
        width: calc(100% - 32px);
    }

    .marcan-home-projects-intro-button {
        display: flex;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        position: static;
        width: 273px;
        margin-top: 0;
    }

    .marcan-home-projects-heading {
        align-items: flex-start;
        flex-direction: column;
        padding: 0 16px 50px;
    }

    .marcan-home-projects-heading h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
    }

    .marcan-home-projects-heading-button {
        height: 33px;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    .marcan-home-project-slider {
        margin-top: 9px;
        scroll-snap-type: none;
    }

    .marcan-home-project-slider-track {
        gap: 10px;
        padding-left: 16px;
    }

    .marcan-home-project-card {
        height: auto;
        width: 345px;
    }

    .marcan-home-project-card[data-reveal] {
        opacity: 1;
    }

    .marcan-home-project-card-media {
        height: 390px;
    }

    .marcan-home-project-card-image {
        height: 100%;
        left: 0;
        object-fit: cover;
        top: 0;
        width: 100%;
    }

    .marcan-home-project-card-arrow {
        height: 42px;
        transform: translate(0, 0);
        width: 42px;
    }

    .marcan-home-project-card-body {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        min-height: 203px;
        padding-bottom: 0;
        padding-top: 30px;
    }

    .marcan-home-project-card-main {
        display: contents;
    }

    .marcan-home-project-card-actions {
        order: 3;
        margin-top: 0;
        position: static;
    }

    .marcan-home-project-card-heading {
        gap: 5px;
        order: 1;
    }

    .marcan-home-project-card-title-row {
        align-items: center;
        gap: 12px;
        min-height: 26px;
    }

    .marcan-home-project-card-title-row h3 {
        font-size: 20px;
    }

    .marcan-home-project-card-location {
        font-size: 14px;
        line-height: 1.4;
    }

    .marcan-home-project-card-side {
        display: grid;
        gap: 0;
        grid-template-columns: 136px 1fr;
        order: 2;
        padding-right: 0;
        position: static;
        width: 100%;
    }

    .marcan-home-project-card-price {
        flex-direction: column;
        gap: 5px;
    }

    .marcan-home-project-card-price span {
        font-size: 14px;
    }

    .marcan-home-project-card-price strong {
        font-size: 20px;
        font-weight: 300;
    }

    .marcan-home-project-card-specs {
        flex-direction: column;
        gap: 5px;
    }

    .marcan-home-project-card-spec {
        gap: 10px;
        font-weight: 300;
    }

    .marcan-home-project-card-spec-icon {
        width: 18px;
    }

    .marcan-home-project-card-badge {
        padding: 3px 8px;
    }

    .marcan-home-desktop-text {
        display: none;
    }

    .marcan-home-mobile-text {
        display: inline;
    }

    .marcan-home-projects-group-offices {
        margin-top: 105px;
        margin-bottom: 54px;
    }

    .property-grid,
    .property-detail,
    .project-grid-2,
    .project-grid-3,
    .about-band,
    .delivered-band {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        bottom: 74px;
        left: 0;
        max-width: none;
        min-height: 260px;
        position: absolute;
        right: 0;
        width: auto;
    }

    .about-band,
    .about-card {
        min-height: 0;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .intro-hero {
        min-height: 560px;
    }

    .marcan-site-footer-desktop {
        display: none;
    }

    .marcan-site-footer-mobile {
        display: flex;
        flex-direction: column;
        gap: 38px;
        height: auto;
        min-height: 100svh;
        overflow: visible;
        padding: 44px 24px 48px;
    }

    .marcan-site-footer-mobile-group {
        display: grid;
        gap: 8px;
    }

    .marcan-site-footer-mobile > .marcan-site-footer-mobile-group:nth-child(2) .marcan-site-footer-nav-title {
        display: none;
    }

    .marcan-site-footer-mobile > .marcan-site-footer-mobile-group:nth-child(5) {
        gap: 4px;
    }

    .marcan-site-footer-links a,
    .marcan-site-footer-contact-line,
    .marcan-site-footer-legal {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
    }

    .marcan-site-footer-nav-title {
        font-family: Roboto, Inter, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

    .marcan-site-footer-links {
        gap: 8px;
    }

    .marcan-site-footer-links li {
        line-height: 21px;
    }

    .marcan-site-footer-links a {
        font-family: Roboto, Inter, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
    }

    .marcan-site-footer-button {
        justify-self: start;
        margin-top: 0;
    }

    .marcan-site-footer-socials-mobile {
        gap: 16px;
        margin-top: 0;
    }

    .marcan-site-footer-social {
        height: 25px;
        width: 25px;
    }

    .marcan-site-footer-members-logos {
        gap: 11px;
    }

    .marcan-site-footer-members-title {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.12px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .marcan-site-footer-member:nth-child(1) {
        width: 88px;
        height: 26px;
    }

    .marcan-site-footer-member:nth-child(2) {
        width: 55px;
        height: 26px;
    }

    .marcan-site-footer-member:nth-child(3) {
        width: 44px;
        height: 26px;
    }

    .marcan-site-footer-brand-mobile {
        align-items: flex-end;
        display: flex;
        gap: 3.02%;
        justify-content: flex-start;
        height: 56.78px;
        margin-top: 0;
        position: static;
        width: min(290px, 100%);
    }

    .marcan-site-footer-brand-mobile .marcan-site-footer-brand-desktop {
        height: 37.676px;
        left: auto;
        position: static;
        top: auto;
        width: 83.53%;
    }

    .marcan-site-footer-brand-mobile .marcan-site-footer-brand-arrow {
        left: auto;
        position: static;
        height: 56.78px;
        width: 13.45%;
    }

    .marcan-site-footer-brand-block {
        display: flex;
        flex-direction: column;
        gap: 28px;
        max-width: 342px;
        width: 100%;
    }

    .marcan-site-footer-legal {
        position: static;
        width: 342px;
    }

    html {
        background: var(--marcan-footer-bg, #ffcb05);
    }
}

@media (min-width: 901px) and (max-width: 1439px) {
    .marcan-site-footer-brand {
        height: 12.434vw;
        top: calc(728px - 12.434vw);
        width: 61.508vw;
    }

    .marcan-site-footer-brand-desktop {
        height: 8.267vw;
        top: 4.167vw;
        width: 52.976vw;
    }

    .marcan-site-footer-brand-arrow {
        height: 5.519vw;
        left: 54.101vw;
        width: 8.532vw;
    }
}

@media (min-width: 901px) and (max-width: 1199px) {
    .marcan-about-reasons {
        min-height: 550px;
    }

    .marcan-about-reasons-inner {
        min-height: 550px;
    }

    .marcan-about-reasons .marcan-about-section-title {
        left: 30px;
        top: 76px;
    }

    .marcan-about-reasons-grid {
        gap: 44px 36px;
        left: 30px;
        right: 30px;
        top: 153px;
        width: auto;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .marcan-about-hero-copy {
        left: auto;
        margin-left: 24px;
        margin-right: 24px;
        max-width: 620px;
        width: min(620px, calc(100% - 48px));
    }

    .marcan-about-hero-copy p {
        max-width: 620px;
    }

    .marcan-about-reasons {
        min-height: 550px;
    }

    .marcan-about-reasons-inner {
        min-height: 550px;
    }

    .marcan-about-reasons .marcan-about-section-title {
        left: 24px;
        top: 72px;
    }

    .marcan-about-reasons-grid {
        gap: 36px 28px;
        left: 24px;
        right: 24px;
        top: 140px;
        width: auto;
    }

    .marcan-about-facts {
        min-height: 2110px;
    }

    .marcan-about-facts-inner {
        min-height: 2110px;
    }

    .marcan-about-promise-image {
        height: 620px;
    }

    .marcan-about-promise-image img {
        object-position: center center;
    }

    .marcan-about-promise-card {
        height: 440px;
        top: 180px;
        width: 440px;
    }

    .marcan-about-promise-card-inner {
        left: 30px;
        top: 88px;
        width: 360px;
    }

    .marcan-about-awards {
        top: 680px;
    }

    .marcan-about-awards .marcan-about-section-title {
        left: 24px;
    }

    .marcan-about-awards-grid {
        gap: 34px;
        grid-template-columns: 1fr;
        left: 24px;
        top: 72px;
        width: calc(100% - 48px);
    }

    .marcan-about-award {
        align-items: start;
        gap: 24px;
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .marcan-about-team {
        top: 1400px;
    }

    .marcan-about-team .marcan-about-section-title {
        left: 24px;
    }

    .marcan-about-team-track {
        left: 24px;
        width: calc(100% - 48px);
    }

    .marcan-site-footer-mobile {
        gap: 42px;
        height: auto;
        min-height: 940px;
        padding: 52px 24px 28px;
    }

    .marcan-site-footer-mobile-group {
        gap: 10px;
    }

    .marcan-site-footer-links a,
    .marcan-site-footer-contact-line,
    .marcan-site-footer-legal {
        font-size: 16px;
        line-height: 1.45;
    }

    .marcan-site-footer-nav-title {
        font-size: 18px;
    }

    .marcan-site-footer-links li,
    .marcan-site-footer-links a {
        line-height: 23px;
    }

    .marcan-site-footer-socials-mobile {
        gap: 19px;
    }

    .marcan-site-footer-social {
        height: 28px;
        width: 28px;
    }

    .marcan-site-footer-members-title {
        font-size: 14px;
    }

    .marcan-site-footer-member:nth-child(1) {
        height: 30px;
        width: 102px;
    }

    .marcan-site-footer-member:nth-child(2) {
        height: 30px;
        width: 63px;
    }

    .marcan-site-footer-member:nth-child(3) {
        height: 30px;
        width: 51px;
    }

    .marcan-site-footer-brand-mobile {
        gap: 10px;
        height: 68px;
        width: 347px;
    }

    .marcan-site-footer-brand-mobile .marcan-site-footer-brand-desktop {
        height: 45px;
        width: 290px;
    }

    .marcan-site-footer-brand-mobile .marcan-site-footer-brand-arrow {
        height: 68px;
        width: 47px;
    }

    .marcan-site-footer-brand-block,
    .marcan-site-footer-legal {
        width: 100%;
    }

    .marcan-home-hero-slider,
    .marcan-home-hero-slide,
    .marcan-home-hero-media {
        height: calc(100vh - var(--marcan-header-height, 0px));
        height: calc(100svh - var(--marcan-header-height, 0px));
    }

    .marcan-home-hero-slide,
    .marcan-home-hero-media {
        height: 100%;
    }

    .marcan-home-hero-mobile-copy p {
        width: 360px;
    }

    .marcan-home-project-card {
        height: auto;
        width: calc((100vw - 42px) / 2);
    }

    .marcan-home-project-card-media {
        aspect-ratio: 315 / 390;
        height: auto;
    }

    .marcan-home-project-card-body {
        height: 203px;
    }
}

@media (max-width: 599px) {
    .marcan-about-hero {
        padding-top: 150px;
    }

    .marcan-about-hero-copy {
        margin-bottom: 32px;
    }

    .marcan-about-reasons,
    .marcan-about-reasons-inner {
        min-height: 665px;
    }
}

.marcan-property-archive,

.marcan-property-single {
    background: #ffffff;
    color: var(--marcan-ink);
    overflow-x: clip;
}

.marcan-property-archive-departamento {
    background: #ffffff;
}

.marcan-property-archive-hero {
    background: #f3f2f1;
    min-height: 1075px;
    position: relative;
}

.marcan-property-archive-departamento .marcan-property-archive-hero {
    background: #ffcb05;
}

.marcan-property-archive-oficina .marcan-property-archive-hero {
    background: #d9d9d6;
}

.marcan-property-archive-hero-media {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.marcan-property-archive-hero-media picture {
    display: block;
    width: 100%;
}

.marcan-property-listing-image,
.marcan-property-single-hero-image,
.marcan-property-single-wide-image img,
.marcan-property-gallery-row img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-property-archive-hero-image {
    display: block;
    height: auto;
    width: 100%;
}

.marcan-property-archive-hero-content {
    display: contents;
}


@media (min-width: 901px) {
    .marcan-property-archive-departamento .marcan-property-listing-media,
    .marcan-property-archive-oficina .marcan-property-listing-media {
        aspect-ratio: 2063 / 1432;
        height: auto;
        min-height: 0;
    }
}

@media (min-width: 901px) {
    .marcan-property-archive-departamento .marcan-property-archive-hero,
    .marcan-property-archive-oficina .marcan-property-archive-hero {
        min-height: 0;
    }

    .marcan-property-archive-departamento .marcan-property-archive-hero-media,
    .marcan-property-archive-oficina .marcan-property-archive-hero-media {
        height: auto;
        position: static;
    }
}

@media (min-width: 1281px) {
    .marcan-property-archive-departamento .marcan-property-archive-hero-content,
    .marcan-property-archive-oficina .marcan-property-archive-hero-content {
        display: block;
        position: relative;
    }

    .marcan-property-archive-departamento .marcan-property-archive-hero-content {
        min-height: 469px;
    }

    .marcan-property-archive-departamento .marcan-property-archive-copy {
        top: 40px;
    }

    .marcan-property-archive-departamento .marcan-property-archive-search-copy {
        top: 270px;
    }

    .marcan-property-archive-oficina .marcan-property-archive-hero {
        min-height: 1390px;
    }

    .marcan-property-archive-oficina .marcan-property-archive-hero-content {
        min-height: 784px;
        padding-bottom: 60px;
    }

    .marcan-property-archive-oficina .marcan-property-archive-copy {
        top: 40px;
    }

    .marcan-property-archive-oficina .marcan-property-archive-reasons {
        top: 270px;
    }

    .marcan-property-archive-oficina .marcan-property-archive-hero-content .marcan-property-archive-search-copy {
        top: 642px;
    }
}

.marcan-property-archive-copy {
    left: 30px;
    position: absolute;
    top: 646px;
    width: 651px;
}

.marcan-property-archive-copy h1 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 20px;
}

.marcan-property-archive-copy p,
.marcan-property-archive-search-copy h2 {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
}

.marcan-property-archive-search-copy {
    left: 30px;
    position: absolute;
    top: 933px;
    width: 492px;
}

.marcan-property-archive-search-copy p {
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin: 7px 0 0;
    max-width: 510px;
}

.marcan-property-archive-whatsapp {
    align-items: center;
    background: #262626;
    border-radius: 999px;
    bottom: 24px;
    display: flex;
    height: 45px;
    justify-content: center;
    position: fixed;
    right: 30px;
    text-decoration: none;
    top: auto;
    width: 45px;
    z-index: 99998;
}

.marcan-property-archive-whatsapp span {
    background: #ffffff;
    display: block;
    height: 21px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.25 13.25 0 0 0 4.56 22.56L3 29l6.6-1.5A13.25 13.25 0 1 0 16.04 2.67Zm0 2.4a10.85 10.85 0 1 1-5.55 20.17l-.42-.25-3.66.83.86-3.53-.27-.45A10.85 10.85 0 0 1 16.04 5.07Zm-5.1 5.82c-.25 0-.66.09-1 .46-.35.38-1.32 1.29-1.32 3.14s1.35 3.64 1.54 3.89c.19.25 2.6 4.16 6.44 5.66 3.2 1.26 3.85 1.01 4.54.95.7-.06 2.25-.92 2.57-1.81.32-.89.32-1.65.22-1.81-.1-.16-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.29-.82.1-.38-.19-1.6-.59-3.04-1.88-1.12-1-1.88-2.24-2.1-2.62-.22-.38-.02-.59.17-.78.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.48-.03-.66-.1-.19-.86-2.07-1.18-2.83-.31-.75-.63-.65-.86-.66h-.75Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.25 13.25 0 0 0 4.56 22.56L3 29l6.6-1.5A13.25 13.25 0 1 0 16.04 2.67Zm0 2.4a10.85 10.85 0 1 1-5.55 20.17l-.42-.25-3.66.83.86-3.53-.27-.45A10.85 10.85 0 0 1 16.04 5.07Zm-5.1 5.82c-.25 0-.66.09-1 .46-.35.38-1.32 1.29-1.32 3.14s1.35 3.64 1.54 3.89c.19.25 2.6 4.16 6.44 5.66 3.2 1.26 3.85 1.01 4.54.95.7-.06 2.25-.92 2.57-1.81.32-.89.32-1.65.22-1.81-.1-.16-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.29-.82.1-.38-.19-1.6-.59-3.04-1.88-1.12-1-1.88-2.24-2.1-2.62-.22-.38-.02-.59.17-.78.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.48-.03-.66-.1-.19-.86-2.07-1.18-2.83-.31-.75-.63-.65-.86-.66h-.75Z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 21px;
}

@media (min-width: 901px) {
    .marcan-property-archive-whatsapp {
        height: 58px;
        width: 58px;
    }

    .marcan-property-archive-whatsapp span {
        height: 28px;
        width: 28px;
    }
}

.marcan-property-archive-reasons {
    left: 30px;
    position: absolute;
    top: 932px;
    width: calc(100% - 60px);
}

.marcan-property-archive-reasons h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}

.marcan-property-archive-reasons ol {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.marcan-property-archive-reasons span {
    display: block;
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.marcan-property-archive-reasons p {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

.marcan-property-archive-oficina .marcan-property-archive-search-copy {
    top: 1248px;
}

.marcan-property-archive-list {
    background: #ffffff;
    display: grid;
    gap: 30px;
    padding: 30px 30px 30px;
}

.marcan-property-archive-departamento .marcan-property-archive-list {
    margin-top: 0;
}

.marcan-property-listing-card {
    display: grid;
    grid-template-columns: minmax(0, 1073fr) 369fr;
    min-height: 651px;
    width: 100%;
}

.marcan-property-listing-card.is-info-left {
    grid-template-columns: 369fr minmax(0, 1073fr);
}

.marcan-property-listing-card.is-info-left .marcan-property-listing-info {
    order: 1;
}

.marcan-property-listing-card.is-info-left .marcan-property-listing-media {
    order: 2;
}

.marcan-property-listing-media {
    background: #deded8;
    display: block;
    height: 651px;
    min-height: 651px;
    overflow: hidden;
    position: relative;
}

.marcan-property-listing-info,
.marcan-property-listing-media {
    min-width: 0;
}

.marcan-property-listing-media picture {
    display: block;
    height: 100%;
}

.marcan-property-listing-image {
    object-position: center center;
    transition: transform 650ms var(--marcan-ease);
}

.marcan-property-archive-oficina .marcan-property-listing-image {
    object-position: center 42%;
}

.marcan-property-listing-media:hover .marcan-property-listing-image {
    transform: scale(1.045);
}

.marcan-property-listing-media::after {
    background: url("../images/figma-arrow-departments.svg") center / cover no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: translate(-100%, 100%);
    transition: transform 450ms var(--marcan-ease);
    width: 100px;
    z-index: 2;
}

.marcan-property-listing-media:hover::after,
.marcan-property-listing-media:focus-visible::after {
    transform: translate(0, 0);
}

.marcan-property-listing-info {
    background: #f3f2f1;
    min-height: 651px;
    padding: 30px;
    position: relative;
}

.marcan-property-badge {
    border: 1px solid #ffcb05;
    border-radius: 999px;
    color: #9a7a00;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 0 14px;
    text-align: center;
}

.marcan-property-listing-title {
    margin-top: 20px;
}

.marcan-property-listing-title h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 6px;
    overflow-wrap: anywhere;
}

.marcan-property-listing-title p,
.marcan-property-listing-specs {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

.marcan-property-listing-title p {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.32;
    overflow-wrap: anywhere;
}

.marcan-property-listing-price {
    margin-top: 78px;
}

.marcan-property-listing-price span {
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
}

.marcan-property-listing-price strong {
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 4px;
    overflow-wrap: anywhere;
}

.marcan-property-listing-specs {
    display: grid;
    gap: 7px;
    margin-top: 22px;
}

.marcan-property-listing-spec {
    align-items: center;
    display: flex;
    gap: 10px;
    overflow-wrap: anywhere;
}

.marcan-property-listing-spec::before {
    background: #838382;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 13px;
    width: 18px;
}

.marcan-property-listing-spec-bedrooms::before {
    mask: url("../images/figma-bedrooms-departments.svg") center / contain no-repeat;
    -webkit-mask: url("../images/figma-bedrooms-departments.svg") center / contain no-repeat;
}

.marcan-property-listing-spec-area::before {
    mask: url("../images/figma-area-departments.svg") center / contain no-repeat;
    -webkit-mask: url("../images/figma-area-departments.svg") center / contain no-repeat;
}

.marcan-property-listing-spec-bathrooms::before,
.marcan-property-listing-spec-parking::before,
.marcan-property-listing-spec-delivery::before,
.marcan-property-listing-spec-default::before {
    border: 1px solid currentColor;
    border-radius: 2px;
    height: 12px;
    width: 16px;
}

.marcan-property-listing-copy {
    bottom: 116px;
    left: 30px;
    position: absolute;
    right: 30px;
}

.marcan-property-listing-copy h3 {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
}

.marcan-property-listing-copy p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    margin: 0;
    overflow-wrap: anywhere;
}

.marcan-property-listing-actions {
    bottom: 30px;
    display: grid;
    gap: 7px;
    left: 30px;
    position: absolute;
    right: 30px;
}

@media (min-width: 901px) {
    .marcan-property-archive-list .marcan-property-listing-card {
        margin-inline: auto;
        min-height: max(560px, calc(100svh - 190px));
        width: min(100%, calc(max(560px, calc(100svh - 190px)) * 2063 / 1432 * 1442 / 1073));
    }

    .marcan-property-archive-departamento .marcan-property-archive-list .marcan-property-listing-media,
    .marcan-property-archive-oficina .marcan-property-archive-list .marcan-property-listing-media {
        align-self: stretch;
        aspect-ratio: auto;
        height: auto;
    }

    .marcan-property-archive-list .marcan-property-listing-info {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 24px;
    }

    .marcan-property-archive-list .marcan-property-listing-price {
        margin-top: 24px;
    }

    .marcan-property-archive-list .marcan-property-listing-specs {
        margin-top: 16px;
    }

    .marcan-property-archive-list .marcan-property-listing-copy {
        bottom: auto;
        left: auto;
        margin-top: 14px;
        position: static;
        right: auto;
    }

    .marcan-property-archive-list .marcan-property-listing-actions {
        bottom: auto;
        left: auto;
        margin-top: auto;
        padding-top: 14px;
        position: static;
        right: auto;
    }
}

.marcan-button-dark,
.marcan-button-line {
    align-items: center;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    height: 33px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms var(--marcan-ease);
}

.marcan-button-icon {
    gap: 10px;
    padding: 0 14px;
}

.marcan-button-icon::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 14px;
    width: 14px;
}

.marcan-button-icon-arrow::after {
    background: currentColor;
    height: 12px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath fill='black' d='M9.2.95 13.25 6 9.2 11.05l-.94-.74 2.8-3.51H.75V5.2h10.31l-2.8-3.51.94-.74Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath fill='black' d='M9.2.95 13.25 6 9.2 11.05l-.94-.74 2.8-3.51H.75V5.2h10.31l-2.8-3.51.94-.74Z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 14px;
}

.marcan-button-icon-download::after {
    background: currentColor;
    height: 11px;
    mask: url("../images/figma-download.svg") center / contain no-repeat;
    -webkit-mask: url("../images/figma-download.svg") center / contain no-repeat;
    width: 11px;
}

.marcan-button-dark {
    appearance: none;
    background: #4f4f4f;
    border: 0;
    color: #ffffff;
}

.marcan-button-dark:hover,
.marcan-button-dark:focus-visible {
    background: #3f3f3f;
    transform: translateY(-1px);
}

.marcan-button-line {
    border: 1px solid #4f4f4f;
    color: #4f4f4f;
}

.marcan-button-line:hover,
.marcan-button-line:focus-visible {
    background: rgba(79, 79, 79, 0.06);
    transform: translateY(-1px);
}

.marcan-property-empty {
    min-height: 420px;
    padding: 80px 0;
}

@media (min-width: 901px) and (max-width: 1280px) {
    .marcan-property-listing-card,
    .marcan-property-listing-card.is-info-left {
        grid-template-columns: minmax(0, 3fr) 2fr;
        min-height: max(560px, calc(100svh - 190px));
    }

    .marcan-property-listing-card.is-info-left {
        grid-template-columns: 2fr minmax(0, 3fr);
    }

    .marcan-property-listing-info {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 20px;
    }

    .marcan-property-listing-price {
        margin-top: 20px;
    }

    .marcan-property-listing-copy {
        bottom: auto;
        flex: 1;
        left: auto;
        margin-top: 16px;
        position: static;
        right: auto;
    }

    .marcan-property-listing-actions {
        bottom: auto;
        left: auto;
        margin-top: 16px;
        position: static;
        right: auto;
    }

    .marcan-property-listing-media {
        align-self: stretch;
        aspect-ratio: auto;
        height: auto;
        min-height: 0;
    }

    .marcan-property-archive-departamento .marcan-property-listing-media,
    .marcan-property-archive-oficina .marcan-property-listing-media {
        aspect-ratio: auto;
        height: auto;
    }

    .marcan-property-listing-media picture {
        inset: 0;
        position: absolute;
    }

    .marcan-property-listing-image {
        height: 100%;
        object-fit: contain;
    }

    .marcan-property-archive-reasons ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marcan-property-archive-hero-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 60px 30px 60px;
    }

    .marcan-property-archive-copy,
    .marcan-property-archive-reasons,
    .marcan-property-archive-search-copy {
        left: auto;
        position: static;
        right: auto;
        top: auto;
        width: auto;
    }

    .marcan-property-archive-search-copy p {
        max-width: 420px;
    }
}

.marcan-property-single-hero {
    background: #f3f2f1;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    padding-top: var(--marcan-header-height, 0px);
    width: 100%;
}

.marcan-property-single-hero picture {
    display: block;
    height: calc(100vh - var(--marcan-header-height, 0px));
    height: calc(100svh - var(--marcan-header-height, 0px));
    width: 100%;
}

.marcan-property-single-hero-image {
    display: block;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

@media (min-width: 1921px) {
    .marcan-property-single-hero {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

.marcan-property-sticky-quote {
    align-items: flex-start;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    min-height: 92px;
    padding: 18px 30px 14px;
    position: sticky;
    top: 67px;
    z-index: 980;
}

.marcan-property-sticky-quote h1 {
    font-family: Bitter, Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.marcan-property-sticky-meta {
    align-items: center;
    display: flex;
    gap: 12px;
    font-family: Inter, Arial, sans-serif;
    margin: 3px 0 0;
}

.marcan-property-sticky-subtitle {
    font-size: 18px;
    line-height: 1.3;
    white-space: nowrap;
}

.marcan-property-sticky-divider {
    border-left: 1px solid #4f4f4f;
    display: block;
    flex: 0 0 auto;
    height: 19px;
}

.marcan-property-status-pill {
    align-items: center;
    background: #fffcf2;
    border: 1px solid #ffcb05;
    border-radius: 61px;
    color: #997a03;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.4;
    min-height: 26px;
    padding: 3px 15px;
    white-space: nowrap;
}

.marcan-property-sticky-actions {
    display: flex;
    gap: 8px;
    padding-top: 3px;
}

.marcan-property-sticky-actions a {
    height: 38px;
    padding: 0 22px;
}

.marcan-property-single-content {
    background: #ffffff;
    padding: 42px 30px 0;
}

.marcan-property-single-summary {
    border-top: 1px solid #4f4f4f;
    display: grid;
    grid-template-columns: 222px minmax(0, 1fr);
    min-height: 392px;
    margin-bottom: 96px;
    padding-top: 33px;
}

.marcan-property-delivery,
.marcan-property-intro {
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}

.marcan-property-intro {
    font-weight: 300;
}

.marcan-property-delivery {
    font-size: 30px;
    grid-column: 1 / -1;
    line-height: 1.2;
    white-space: nowrap;
    width: min(591px, 100%);
}

.marcan-property-price-block {
    grid-column: 1;
    margin-top: 26px;
}

.marcan-property-price-block span,
.marcan-property-price-block small {
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.marcan-property-price-block strong {
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 4px 0 14px;
}

.marcan-property-price-spec {
    align-items: center;
    display: flex;
    gap: 10px;
    line-height: 1.43;
    margin-top: 6px;
    white-space: nowrap;
}

.marcan-property-price-block .marcan-property-price-spec {
    display: flex;
}

.marcan-property-price-spec::before {
    background: #838382;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 13px;
    width: 18px;
}

.marcan-property-price-spec-bedrooms::before {
    mask: url("../images/figma-bedrooms-departments.svg") center / contain no-repeat;
    -webkit-mask: url("../images/figma-bedrooms-departments.svg") center / contain no-repeat;
}

.marcan-property-price-spec-area::before {
    mask: url("../images/figma-area-departments.svg") center / contain no-repeat;
    -webkit-mask: url("../images/figma-area-departments.svg") center / contain no-repeat;
}

.marcan-property-intro {
    grid-column: 1 / span 2;
    margin-top: 36px;
    max-width: 654px;
}

.marcan-property-single-wide-image {
    overflow: hidden;
    width: 100%;
}

.marcan-property-single-wide-image img {
    aspect-ratio: 2560 / 1334;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.marcan-property-concept {
    display: grid;
    grid-template-columns: minmax(468px, 620px) minmax(40px, 1fr) 221.5px;
    min-height: 624px;
    padding-top: 30px;
}

.marcan-property-concept-copy {
    grid-column: 1;
}

.marcan-property-designer {
    align-self: start;
    grid-column: 3;
}

.marcan-property-concept h2,
.marcan-property-tour h2,
.marcan-property-gallery-row h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 29px;
}

.marcan-property-concept p {
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 0 24px;
}

.marcan-property-concept p:last-child {
    margin-bottom: 0;
}

.marcan-property-designer-photo {
    height: 221.5px;
    margin: 0 0 10px;
    overflow: hidden;
    width: 221.5px;
}

.marcan-property-designer-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-property-designer-info h3 {
    color: #4f4f4f;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.marcan-property-designer-info p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.marcan-property-tour {
    margin-top: 90px;
}

.marcan-property-tour-shell {
    background: #ffffff;
    display: grid;
    grid-template-columns: 401px minmax(0, 1fr);
    height: min(800px, var(--marcan-tour-available-height, 100svh));
    margin-left: -30px;
    max-height: var(--marcan-tour-available-height, 100svh);
    overflow: hidden;
    position: relative;
    transition: grid-template-columns 320ms var(--marcan-ease);
    width: calc(100% + 60px);
    z-index: 950;
}

.marcan-property-tour-shell.is-menu-collapsed {
    grid-template-columns: 80px minmax(0, 1fr);
}

.marcan-property-tour-menu {
    background: #ffcb05;
    overflow: hidden;
    position: relative;
}

.marcan-property-tour-title {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    left: 30px;
    line-height: 1.2;
    margin: 0;
    position: absolute;
    top: 40px;
    white-space: nowrap;
    width: 329px;
    z-index: 1;
}

.marcan-property-tour-nav {
    height: calc(100% - 200px);
    left: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 104px;
    transition: opacity 180ms ease, transform 320ms var(--marcan-ease);
    width: 329px;
}

.marcan-property-tour-shell.is-menu-collapsed .marcan-property-tour-title,
.marcan-property-tour-shell.is-menu-collapsed .marcan-property-tour-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-360px);
}

.marcan-property-tour-collapse {
    appearance: none;
    background: transparent;
    border: 0;
    bottom: 20px;
    cursor: pointer;
    height: 51px;
    left: 20px;
    padding: 0;
    position: absolute;
    width: 51px;
    z-index: 3;
}

.marcan-property-tour-arrow {
    height: 24px;
    left: 8px;
    object-fit: contain;
    position: absolute;
    top: 13px;
    transition: transform 320ms var(--marcan-ease);
    width: 35px;
}

.marcan-property-tour-shell.is-menu-collapsed .marcan-property-tour-arrow {
    transform: rotate(180deg);
}

.marcan-property-tour-group-toggle {
    align-items: center;
    appearance: none;
    background: #ffd845;
    border: 0;
    color: #4f4f4f;
    cursor: pointer;
    display: flex;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
    min-height: 53px;
    padding: 13px 26px;
    text-align: left;
    width: 100%;
}

.marcan-property-tour-group-toggle > span:last-child {
    border-bottom: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f;
    height: 8px;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 180ms ease;
    width: 8px;
}

.marcan-property-tour-group.is-collapsed .marcan-property-tour-group-toggle > span:last-child {
    transform: rotate(-45deg);
}

.marcan-property-tour-group.is-collapsed .marcan-property-tour-group-items {
    display: none;
}

.marcan-property-tour-button {
    appearance: none;
    background: #ffeead;
    border: 0;
    border-bottom: 1px solid rgba(79, 79, 79, 0.16);
    color: #4f4f4f;
    cursor: pointer;
    display: block;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 53px;
    padding: 13px 26px;
    text-align: left;
    transition: background-color 160ms ease, color 160ms ease;
    width: 100%;
    z-index: 1;
}

.marcan-property-tour-button:hover,
.marcan-property-tour-button:focus-visible,
.marcan-property-tour-button.is-active {
    background: #ffd845;
}

.marcan-property-tour-button:focus-visible {
    outline: 2px solid #4f4f4f;
    outline-offset: -2px;
}

.marcan-property-tour-frame {
    align-items: center;
    background: #d9d9d6;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marcan-property-tour-poster {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-property-tour-poster[hidden] {
    display: none;
}

.marcan-property-tour-preload-frame {
    border: 0;
    height: 1px;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -9999px;
    width: 1px;
}

.marcan-property-tour-frame iframe {
    border: 0;
    display: block;
    flex: 0 0 100%;
    height: 100%;
    width: 100%;
}

.marcan-property-tour-frame iframe[hidden],
.marcan-property-tour-loading[hidden] {
    display: none;
}

.marcan-property-tour-loading {
    align-items: center;
    background: #d9d9d6;
    display: flex;
    flex-direction: column;
    gap: 14px;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 2;
}

.marcan-property-tour-loading span {
    animation: marcanTourSpin 720ms linear infinite;
    border: 3px solid rgba(79, 79, 79, 0.18);
    border-radius: 999px;
    border-top-color: #4f4f4f;
    height: 42px;
    width: 42px;
}

.marcan-property-tour-loading p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}

@keyframes marcanTourSpin {
    to {
        transform: rotate(360deg);
    }
}

.marcan-property-tour-external {
    background: rgba(255, 255, 255, 0.92);
    bottom: 24px;
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.43;
    padding: 10px 20px;
    position: absolute;
    right: 24px;
    text-decoration: none;
}

.marcan-property-tour-external:hover,
.marcan-property-tour-external:focus-visible {
    background: #ffcb05;
}

.marcan-property-units {
    background: #ffffff;
    padding: 92px 0 150px;
}

body::after {
    background: rgba(0, 0, 0, 0);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 260ms ease, background 260ms ease;
    z-index: 9998;
}

body.is-shared-unit-scrolling::after {
    background: rgba(0, 0, 0, 0.34);
    opacity: 1;
}

.marcan-property-units h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto 112px;
    max-width: 1075px;
    text-align: center;
}

.marcan-property-units h2 span,
.marcan-property-units h2 strong {
    display: block;
}

.marcan-property-units h2 strong {
    font-weight: 600;
}

.marcan-property-filter-bar {
    background: #ffffff;
    display: grid;
    gap: 34px;
    grid-template-columns: 1.04fr 1.16fr 1.05fr 1.05fr;
    min-height: 106px;
    margin-bottom: 20px;
    padding: 19px 29px 20px;
}

.marcan-property-filter-bar[hidden] {
    display: none;
}

.marcan-property-filter-modal-header,
.marcan-property-filter-modal-actions {
    display: none;
}

.marcan-property-filter-actions {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: flex-start;
    margin: 0 0 20px;
}

.marcan-property-filter-toggle {
    align-items: center;
    appearance: none;
    background: #ffffff;
    border: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    color: #4f4f4f;
    cursor: pointer;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    line-height: 1.2;
    min-height: 42px;
    padding: 12px 18px;
}

.marcan-property-filter-toggle::before {
    background: currentColor;
    content: "";
    height: 14px;
    mask: linear-gradient(#000 0 0) top / 100% 2px no-repeat,
        linear-gradient(#000 0 0) center / 72% 2px no-repeat,
        linear-gradient(#000 0 0) bottom / 42% 2px no-repeat;
    width: 16px;
}

.marcan-property-filter-group {
    border: 0;
    display: block;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.marcan-property-filter-group legend,
.marcan-property-filter-label {
    color: #4f4f4f;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    margin: 0 0 13px;
}

.marcan-property-filter-options {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 21px;
    min-height: 30px;
}

.marcan-property-check-option {
    align-items: center;
    color: #4f4f4f;
    cursor: pointer;
    display: inline-flex;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    gap: 8px;
    line-height: 1.2;
}

.marcan-property-check-option input {
    accent-color: #4f4f4f;
    height: 14px;
    margin: 0;
    width: 14px;
}

.marcan-property-filter-range {
    padding-right: 15px;
}

.marcan-property-range-values {
    color: #4f4f4f;
    display: flex;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    line-height: 1.2;
    margin-bottom: 12px;
}

.marcan-property-range-control {
    height: 22px;
    position: relative;
}

.marcan-property-range-control::before {
    background: #d9d9d6;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.marcan-property-range-control input[type="range"] {
    appearance: none;
    background: transparent;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.marcan-property-range-control input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 22px;
}

.marcan-property-range-control input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    background: #ffcb05;
    border: 1px solid #4f4f4f;
    border-radius: 999px;
    cursor: pointer;
    height: 16px;
    margin-top: 3px;
    pointer-events: auto;
    width: 16px;
}

.marcan-property-range-control input[type="range"]::-moz-range-track {
    background: transparent;
}

.marcan-property-range-control input[type="range"]::-moz-range-thumb {
    background: #ffcb05;
    border: 1px solid #4f4f4f;
    border-radius: 999px;
    cursor: pointer;
    height: 16px;
    pointer-events: auto;
    width: 16px;
}

.marcan-property-filter-clear {
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #4f4f4f;
    color: #4f4f4f;
    cursor: pointer;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    padding: 0;
}

.marcan-property-filter-clear:hover,
.marcan-property-filter-clear:focus-visible {
    color: #997a03;
}

.marcan-property-pricing-table {
    font-family: Inter, Arial, sans-serif;
    width: 100%;
}

.marcan-property-pricing-head,
.marcan-property-pricing-row {
    display: grid;
    grid-template-columns: 1fr 0.82fr 1.12fr 1fr 1fr 1.25fr 32px;
}

.marcan-property-pricing-head {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
}

.marcan-property-pricing-row {
    align-items: center;
    background: #ffffff;
    border: 0;
    color: #4f4f4f;
    cursor: pointer;
    font-size: 22px;
    min-height: 70px;
    padding: 0 20px;
    text-align: left;
    width: 100%;
}

.marcan-property-unit-desktop-value,
.marcan-property-unit-mobile-summary {
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.marcan-property-unit-code-cell {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-width: 0;
}

.marcan-property-unit-code-cell > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marcan-property-unit-row-plan {
    background: #f0f4f7;
    display: block;
    flex: 0 0 44px;
    height: 44px;
    object-fit: contain;
    width: 44px;
}

.marcan-property-unit-card + .marcan-property-unit-card {
    margin-top: 10px;
}

.marcan-property-unit-card.is-hidden {
    display: none;
}

.marcan-property-unit-card.is-expanded {
    background: #f5f4f0;
}

.marcan-property-unit-card.is-expanded .marcan-property-pricing-row {
    background: #f5f4f0;
    min-height: 42px;
}

.marcan-property-unit-card.is-expanded .marcan-property-unit-desktop-value,
.marcan-property-unit-card.is-expanded .marcan-property-unit-mobile-summary {
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
}

.marcan-property-unit-toggle-icon {
    align-items: center;
    display: inline-flex;
    font-size: 30px;
    font-weight: 300;
    justify-content: center;
    line-height: 1;
}

.marcan-property-unit-mobile-summary {
    display: none;
}

.marcan-property-unit-detail {
    background: #f3f2f1;
    display: block;
    padding: 16px 20px 34px;
}

.marcan-property-unit-detail[hidden] {
    display: none;
}

.marcan-property-unit-plan-layout {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
}

.marcan-property-unit-plan {
    align-items: center;
    background: #ffffff;
    border-radius: 1px;
    display: flex;
    height: 560px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marcan-property-unit-plan img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.marcan-property-unit-plan[data-unit-plan-zoom] > img {
    cursor: default;
}

.marcan-property-unit-plan.is-zoom-enabled > img {
    cursor: none;
}

.marcan-property-unit-plan-controls {
    display: flex;
    gap: 10px;
    bottom: 14px;
    position: absolute;
    right: 14px;
    z-index: 5;
}

.marcan-property-unit-plan-action {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #4f4f4f;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    transition: color 220ms ease, opacity 220ms ease, transform 220ms var(--marcan-ease);
    width: 30px;
}

.marcan-property-unit-plan-action:hover,
.marcan-property-unit-plan-action:focus-visible {
    color: #262626;
    opacity: 0.84;
    transform: translateY(-1px) scale(1.04);
}

.marcan-property-unit-plan-action.is-zoom[aria-pressed="true"] {
    color: #997a03;
}

.marcan-property-unit-plan-action svg {
    display: block;
    height: 21px;
    stroke: currentColor;
    width: 21px;
}

.marcan-property-unit-plan-action.is-expand span {
    height: 22px;
    position: relative;
    width: 22px;
}

.marcan-property-unit-plan-action.is-expand span::before,
.marcan-property-unit-plan-action.is-expand span::after {
    border: 1.5px solid currentColor;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    width: 6px;
}

.marcan-property-unit-plan-action.is-expand span::before {
    border-bottom: 0;
    border-right: 0;
    left: 2px;
    top: 2px;
}

.marcan-property-unit-plan-action.is-expand span::after {
    border-left: 0;
    border-top: 0;
    bottom: 2px;
    right: 2px;
}

.marcan-property-unit-plan-lens {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(79, 79, 79, 0.22);
    border-radius: 999px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
    display: none;
    height: 130px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 130px;
    z-index: 4;
}

.marcan-property-unit-plan.is-lens-active .marcan-property-unit-plan-lens {
    display: block;
}

.marcan-property-unit-plan-lens img {
    height: auto;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    transform: scale(1.85);
    transform-origin: top left;
    width: 100%;
}

.marcan-property-unit-plan-modal {
    background: transparent;
    border: 0;
    margin: auto;
    max-height: 94svh;
    max-width: 94vw;
    padding: 0;
    width: min(1200px, 94vw);
}

.marcan-property-unit-plan-modal::backdrop {
    background: rgba(0, 0, 0, 0.72);
}

.marcan-property-unit-plan-modal-inner {
    background: #ffffff;
    box-sizing: border-box;
    display: grid;
    gap: 14px;
    grid-template-rows: minmax(0, 1fr) auto;
    max-height: 94svh;
    padding: 24px;
    position: relative;
}

.marcan-property-unit-plan-modal img {
    background: #f0f4f7;
    display: block;
    height: auto;
    max-height: calc(94svh - 96px);
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.marcan-property-unit-plan-modal p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    text-align: center;
}

.marcan-property-unit-plan-modal-close {
    appearance: none;
    background: #ffffff;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    height: 42px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 42px;
    z-index: 2;
}

.marcan-property-unit-plan-modal-close::before,
.marcan-property-unit-plan-modal-close::after {
    background: #2c2a30;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 18px;
}

.marcan-property-unit-plan-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.marcan-property-unit-plan-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.marcan-property-unit-plan > span {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
}

.marcan-property-unit-info {
    color: #4f4f4f;
    padding-top: 24px;
}

.marcan-property-unit-info h3 {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 16px;
}

.marcan-property-unit-features {
    display: grid;
    gap: 10px;
    margin: 0 0 40px;
}

.marcan-property-unit-features div {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(110px, auto) 1fr;
}

.marcan-property-unit-features dt,
.marcan-property-unit-features dd {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
}

.marcan-property-unit-features dt {
    font-weight: 500;
}

.marcan-property-unit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.marcan-property-unit-actions .marcan-button-line,
.marcan-property-unit-actions .marcan-button-dark {
    box-sizing: border-box;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
}

.marcan-property-unit-share {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.marcan-property-unit-share::after {
    background: currentColor;
    content: "";
    height: 17px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18 16.08a2.91 2.91 0 0 0-1.96.77L8.91 12.7a3.27 3.27 0 0 0 0-1.39l7.05-4.11A3 3 0 1 0 15 5c0 .23.03.46.08.68L8.03 9.8a3 3 0 1 0 0 4.4l7.12 4.15A3 3 0 1 0 18 16.08Z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 17px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18 16.08a2.91 2.91 0 0 0-1.96.77L8.91 12.7a3.27 3.27 0 0 0 0-1.39l7.05-4.11A3 3 0 1 0 15 5c0 .23.03.46.08.68L8.03 9.8a3 3 0 1 0 0 4.4l7.12 4.15A3 3 0 1 0 18 16.08Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 900px) {
    .marcan-property-unit-plan-controls {
        bottom: 12px;
        right: 12px;
    }

    .marcan-property-unit-plan-action {
        height: 30px;
        width: 30px;
    }

    .marcan-property-unit-plan-action.is-zoom {
        display: none;
    }

    .marcan-property-unit-plan-modal {
        border-radius: 0;
        height: 100svh;
        max-height: none;
        max-width: none;
        width: 100vw;
    }

    .marcan-property-unit-plan-modal-inner {
        height: 100%;
        max-height: none;
        padding: 64px 16px 20px;
    }

    .marcan-property-unit-plan-modal img {
        height: 100%;
        max-height: calc(100svh - 118px);
        width: 100%;
    }

    .marcan-property-unit-plan-modal-close {
        right: 12px;
        top: 12px;
    }
}

.marcan-property-map {
    margin: 150px 0 120px;
}

.marcan-property-map-inner {
    align-items: stretch;
    display: grid;
    gap: 11px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 742px;
    width: 100%;
}

.marcan-property-map-canvas {
    background: #d9d9d6;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.marcan-property-map-canvas iframe {
    border: 0;
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.marcan-property-map-info {
    background: #4f4f4f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 30px;
}

.marcan-property-map-info h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    max-width: 536px;
}

.marcan-property-map-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 0;
}

.marcan-property-map-button {
    align-items: center;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 51px;
    justify-content: center;
    line-height: 1.45;
    padding: 13px 26px;
    text-align: center;
    white-space: nowrap;
    width: 220px;
}

.marcan-property-map-button-white {
    background: #ffffff;
    color: #4f4f4f;
}

.marcan-property-map-button-yellow {
    background: #ffcb05;
    color: #4f4f4f;
}

.marcan-property-map-nearby {
    position: static;
}

.marcan-property-map-nearby p {
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 26px;
}

.marcan-property-map-nearby-grid {
    display: grid;
    gap: 20px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marcan-property-map-nearby-group strong {
    color: #ffffff;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}

.marcan-property-map-nearby-group ol {
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding-left: 20px;
}

.marcan-property-map-nearby-group li {
    margin-bottom: 3px;
}

.marcan-property-map-description {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 30px 0 0;
    max-width: 467px;
}

.marcan-property-gallery-row {
    border-top: 1px solid #4f4f4f;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    min-height: 838px;
    padding: 80px 0 0 30px;
}

.marcan-property-gallery-row + .marcan-property-gallery-row {
    min-height: 678px;
    padding-top: 50px;
}

.marcan-property-gallery-row:last-of-type {
    border-bottom: 1px solid #4f4f4f;
}

.marcan-property-gallery-side {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.marcan-property-gallery-side h2 {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 31px;
}

.marcan-property-gallery-nav {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    gap: 14px;
    width: 230px;
}

.marcan-property-gallery-nav button {
    appearance: none;
    background: transparent;
    border: 0;
    color: #4f4f4f;
    cursor: pointer;
    font-family: Inter, Arial, sans-serif;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.18;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-overflow: clip;
    white-space: normal;
}

.marcan-property-gallery-nav button.is-active {
    color: #4f4f4f;
    font-weight: 600;
}

.marcan-property-gallery-track {
    cursor: grab;
    display: flex;
    gap: 10px;
    height: 678px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    user-select: none;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.marcan-property-gallery-track.is-dragging {
    cursor: grabbing;
}

.marcan-property-gallery-track::-webkit-scrollbar {
    display: none;
}

.marcan-property-gallery-track figure {
    display: flex;
    flex: 0 0 468px;
    flex-direction: column;
    gap: 15px;
    height: 678px;
    margin: 0;
    position: relative;
}

.marcan-property-gallery-image-button {
    appearance: none;
    background: #deded8;
    border: 0;
    cursor: pointer;
    display: block;
    height: 638px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.marcan-property-gallery-image-button img {
    display: block;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform 650ms var(--marcan-ease);
    width: 100%;
}

.marcan-property-gallery-image-button:hover img {
    transform: scale(1.035);
}

.marcan-property-gallery-image-button span {
    bottom: 13px;
    height: 25px;
    left: 10px;
    position: absolute;
    width: 25px;
}

.marcan-property-gallery-image-button span::before,
.marcan-property-gallery-image-button span::after {
    border: 1.5px solid #ffffff;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 7px;
}

.marcan-property-gallery-image-button span::before {
    border-bottom: 0;
    border-right: 0;
    left: 2px;
    top: 2px;
}

.marcan-property-gallery-image-button span::after {
    border-left: 0;
    border-top: 0;
    bottom: 2px;
    right: 2px;
}

.marcan-property-gallery-track figcaption {
    color: #4f4f4f;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-width: 100%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marcan-property-gallery-lightbox {
    background: transparent;
    border: 0;
    max-height: 92svh;
    max-width: 92vw;
    padding: 0;
}

.marcan-property-gallery-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.72);
}

.marcan-property-gallery-lightbox > div {
    background: #ffffff;
    min-width: min(1000px, 92vw);
    padding: 30px;
    position: relative;
}

.marcan-property-gallery-lightbox img {
    display: block;
    max-height: 76svh;
    object-fit: contain;
    width: 100%;
}

.marcan-property-gallery-lightbox p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: 14px 0 0;
}

.marcan-property-gallery-lightbox button {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 42px;
}

.marcan-property-gallery-lightbox button::before,
.marcan-property-gallery-lightbox button::after {
    background: #4f4f4f;
    content: "";
    height: 1.5px;
    left: 9px;
    position: absolute;
    top: 20px;
    width: 24px;
}

.marcan-property-gallery-lightbox button::before {
    transform: rotate(45deg);
}

.marcan-property-gallery-lightbox button::after {
    transform: rotate(-45deg);
}

.marcan-property-quote {
    background: #ffcb05;
    color: #4f4f4f;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-template-areas:
        "label ."
        "quote cite";
    column-gap: 60px;
    row-gap: 20px;
    margin: 80px 0;
    min-height: 320px;
    padding: 100px max(60px, calc(50% - 484px));
}

.marcan-property-quote span {
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    grid-area: label;
    line-height: 1.5;
}

.marcan-property-quote cite {
    align-self: start;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    grid-area: cite;
    line-height: 1.4;
}

.marcan-property-quote blockquote p:first-child::before {
    content: '\201C';
}

.marcan-property-quote blockquote p:last-child::after {
    content: '\201D';
}

.marcan-property-quote blockquote p {
    margin: 0;
    padding: 0;
}

.marcan-property-quote blockquote {
    font-family: Bitter, Georgia, serif;
    font-size: 38px;
    grid-area: quote;
    line-height: 1.15;
    margin: 0;
    max-width: 700px;
    padding: 0;
}

@media (min-width: 901px) and (max-width: 1280px) {
    .marcan-property-quote {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 80px max(40px, calc(50% - 418px));
    }

    .marcan-property-quote blockquote {
        font-size: 30px;
        max-width: none;
    }

    .marcan-property-quote cite {
        align-self: flex-start;
    }
}

.marcan-property-related {
    background: #ffffff;
    min-height: 839px;
    padding: 80px 20px;
    position: relative;
    z-index: 990;
}

.marcan-property-related-intro {
    align-items: center;
    background: #4f4f4f;
    display: flex;
    min-height: 438px;
    justify-content: center;
    padding: 60px 30px;
    position: relative;
    z-index: 990;
}

.marcan-property-related-intro-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 871px;
    width: 100%;
}

.marcan-property-related-intro h2 {
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.marcan-property-related-intro h2 span,
.marcan-property-related-intro h2 strong {
    display: block;
}

.marcan-property-related-intro h2 strong {
    font-weight: 400;
}

.marcan-property-related-intro-button {
    background: #ffffff;
    border: 0;
    color: #4f4f4f;
    cursor: pointer;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    padding: 13px 26px;
}

.marcan-property-architecture {
    display: grid;
    gap: clamp(48px, 13.4vw, 203px);
    grid-template-columns: 345px minmax(0, 781px);
    justify-content: start;
    padding: 80px 0 0;
}

.marcan-property-architecture--no-image {
    padding-bottom: 80px;
}

.marcan-property-architecture-info {
    display: flex;
    flex-direction: column;
    gap: 76px;
}

.marcan-property-architecture-copy h2 {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 29px;
}

.marcan-property-architecture-copy p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
}

.marcan-property-architecture-studio figure {
    height: 222px;
    margin: 0 0 12px;
    overflow: hidden;
    width: 222px;
}

.marcan-property-architecture-studio img,
.marcan-property-architecture-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-property-architecture-studio h3 {
    color: #4f4f4f;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.marcan-property-architecture-studio p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.marcan-property-architecture-image {
    height: 699px;
    margin: 0;
    overflow: hidden;
}

.marcan-property-related h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 36px;
}

@media (min-width: 901px) {
    .marcan-property-related.is-single > h2 {
        margin-left: auto;
        margin-right: auto;
        width: min(100%, calc(max(560px, calc(100svh - 190px)) * 2063 / 1432 * 1442 / 1073));
    }
}

.marcan-property-related-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marcan-property-related-grid.is-single {
    grid-template-columns: 1fr;
}

.marcan-property-related-slider {
    margin-top: 0;
}

.marcan-property-related-slider-track {
    display: flex;
    gap: 10px;
    width: max-content;
}

@media (min-width: 901px) {
    .marcan-property-related-slider.has-two-cards .marcan-property-related-slider-track {
        margin-inline: auto;
    }

    .marcan-property-related-slider.has-two-cards .marcan-property-related-home-card {
        width: min(calc(clamp(500px, calc(100svh - 190px), 620px) * 2063 / 1432), calc((100vw - 70px) / 2));
    }
}

.marcan-property-related-grid .marcan-property-related-home-card {
    height: auto;
    min-width: 0;
    width: 100%;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-media {
    aspect-ratio: 2063 / 1432;
    height: auto;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    padding: 18px 0 22px;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-main {
    gap: 8px;
    padding: 0;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-title-row {
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 0;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-title-row h3 {
    white-space: normal;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    position: static;
    width: auto;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-price,
.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-specs {
    gap: 5px;
}

.marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-actions {
    margin: 0;
    position: static;
}

@media (min-width: 901px) {
    .marcan-property-related-grid.is-single .marcan-property-listing-card {
        display: grid;
        grid-template-columns: minmax(0, 1073fr) 369fr;
        margin-inline: auto;
        min-height: max(560px, calc(100svh - 190px));
        width: min(100%, calc(max(560px, calc(100svh - 190px)) * 2063 / 1432 * 1442 / 1073));
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-media {
        aspect-ratio: auto;
        align-self: stretch;
        height: auto;
        min-height: 0;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-info {
        background: #f3f2f1;
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 24px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-title {
        margin-top: 20px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-title h2 {
        font-size: 30px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-title p {
        font-size: 22px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-price {
        margin-top: 24px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-specs {
        margin-top: 16px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-copy {
        bottom: auto;
        left: auto;
        margin-top: 14px;
        position: static;
        right: auto;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-actions {
        bottom: auto;
        left: auto;
        margin-top: auto;
        padding-top: 14px;
        position: static;
        right: auto;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-price span {
        font-size: 16px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-price strong {
        font-size: 24px;
    }
}

.marcan-property-related-grid .marcan-property-listing-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.marcan-property-related-grid .marcan-property-listing-media {
    aspect-ratio: 2063 / 1432;
    height: auto;
    min-height: 0;
}

.marcan-property-related-grid .marcan-property-listing-info {
    background: #fbfafa;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding: 15px 10px 20px;
    position: relative;
}

.marcan-property-related-grid.is-single .marcan-property-listing-info {
    background: #f3f2f1;
}

.marcan-property-related-grid .marcan-property-listing-title {
    margin-top: 0;
}

.marcan-property-related-grid .marcan-property-listing-title h2 {
    font-size: 22px;
}

.marcan-property-related-grid .marcan-property-listing-title p {
    font-size: 14px;
}

.marcan-property-related-grid .marcan-property-listing-price {
    margin-top: 0;
}

.marcan-property-related-grid .marcan-property-listing-price span {
    font-size: 14px;
}

.marcan-property-related-grid .marcan-property-listing-price strong {
    font-size: 20px;
}

.marcan-property-related-grid .marcan-property-listing-copy {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
}

.marcan-property-related-grid .marcan-property-listing-actions {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
}

@media (min-width: 901px) {
    .marcan-property-related-grid.is-single .marcan-property-listing-info {
        display: flex;
        flex-direction: column;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-copy {
        bottom: auto;
        left: auto;
        margin-top: 14px;
        position: static;
        right: auto;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-actions {
        bottom: auto;
        left: auto;
        margin-top: auto;
        padding-top: 14px;
        position: static;
        right: auto;
    }
}

@media (min-width: 901px) and (max-width: 1280px) {
    .marcan-property-related-grid.is-single .marcan-property-listing-card {
        grid-template-columns: minmax(0, 3fr) 2fr;
        min-height: max(560px, calc(100svh - 190px));
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-info {
        padding: 20px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-title h2 {
        font-size: 24px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-title p {
        font-size: 16px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-price {
        margin-top: 20px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-specs {
        gap: 6px;
        margin-top: 16px;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-copy {
        flex: 1;
        margin-top: 16px;
        padding-top: 0;
    }

    .marcan-property-related-grid.is-single .marcan-property-listing-actions {
        margin-top: 16px;
        padding-top: 0;
    }
}

@media (max-width: 900px) {
    .marcan-property-architecture {
        display: flex;
        flex-direction: column;
        gap: 28px;
        padding-top: 48px;
    }

    .marcan-property-architecture--no-image {
        padding-bottom: 48px;
    }

    .marcan-property-architecture-info {
        gap: 28px;
    }

    .marcan-property-architecture-copy h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .marcan-property-architecture-copy p {
        font-size: 16px;
    }

    .marcan-property-architecture-image {
        aspect-ratio: 781 / 699;
        height: auto;
    }

    .marcan-page-shell,
    .marcan-error-page {
        min-height: 720px;
        padding: 0;
    }

    .marcan-error-page-inner {
        height: 861px;
        max-width: none;
        width: 100%;
    }

    .marcan-error-page-copy {
        left: 50%;
        text-align: center;
        top: 164px;
        transform: translateX(-50%);
        width: 370px;
    }

    .marcan-error-page-inner h1 {
        font-size: 32px;
        letter-spacing: 0.32px;
        line-height: 1;
    }

    .marcan-error-page-inner h2 {
        font-size: 24px;
        line-height: 1;
        margin: 24px auto 0;
        max-width: 370px;
    }

    .marcan-error-page-inner p {
        font-size: 20px;
        line-height: 1;
        margin: 38px auto 0;
        max-width: 370px;
    }

    .marcan-error-page-actions {
        flex-direction: column;
        gap: 16px;
        margin: 24px auto 0;
        width: 274px;
    }

    .marcan-error-page-actions a {
        height: 51px;
        width: 100%;
    }

    .marcan-error-page-media {
        height: 202px;
        left: 50%;
        top: 605px;
        transform: translateX(-50%);
        width: 274px;
    }

    .marcan-blog-placeholder-grid {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .marcan-page-hero-simple p {
        font-size: 18px;
    }

    .marcan-property-archive-hero {
        min-height: 0;
    }

    .marcan-property-archive-hero-media {
        height: auto;
        position: static;
    }

    .marcan-property-archive-hero-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 40px 16px;
    }

    .marcan-property-archive-copy,
    .marcan-property-archive-reasons,
    .marcan-property-archive-search-copy {
        left: auto;
        position: static;
        right: auto;
        top: auto;
        width: auto;
    }

    .marcan-property-archive-copy h1 {
        font-size: 36px;
    }

    .marcan-property-archive-copy p,
    .marcan-property-archive-search-copy h2 {
        font-size: 16px;
    }

    .marcan-property-archive-search-copy p {
        font-size: 23px;
        max-width: none;
    }

    .marcan-property-archive-whatsapp {
        bottom: 40px;
        right: 16px;
    }


    .marcan-property-archive-reasons {
        left: 16px;
        right: 16px;
        top: 545px;
        width: auto;
    }

    .marcan-property-archive-reasons span {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .marcan-property-archive-reasons ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .marcan-property-archive-list {
        gap: 16px;
        padding: 16px;
    }

    .marcan-property-listing-card,
    .marcan-property-listing-card.is-info-left {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .marcan-property-listing-card.is-info-left .marcan-property-listing-info,
    .marcan-property-listing-card.is-info-left .marcan-property-listing-media {
        order: initial;
    }

    .marcan-property-listing-media {
        height: auto;
        min-height: 0;
    }

    .marcan-property-listing-image {
        height: auto;
        object-fit: initial;
    }

    .marcan-property-archive-oficina .marcan-property-listing-image {
        object-position: center 35%;
    }

    .marcan-property-listing-info {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 20px;
    }

    .marcan-property-listing-price {
        margin-top: 20px;
    }

    .marcan-property-listing-copy {
        bottom: auto;
        flex: 1;
        left: auto;
        margin-top: 16px;
        position: static;
        right: auto;
    }

    .marcan-property-listing-actions {
        bottom: auto;
        left: auto;
        margin-top: 16px;
        position: static;
        right: auto;
    }

    .marcan-property-listing-media::after {
        height: 42px;
        transform: translate(0, 0);
        width: 42px;
    }

    .marcan-property-listing-title h2 {
        font-size: 21px;
    }

    .marcan-property-listing-title p {
        font-size: 14px;
    }

    .marcan-property-listing-price span {
        font-size: 14px;
    }

    .marcan-property-listing-price strong {
        font-size: 18px;
    }

    .marcan-property-listing-copy h3,
    .marcan-property-listing-copy p {
        font-size: 14px;
    }

    .marcan-button-dark,
    .marcan-button-line {
        font-size: 14px;
    }

    .marcan-property-sticky-quote {
        display: block;
        min-height: 144px;
        padding: 24px 16px 18px;
        top: 54px;
    }

    .marcan-property-sticky-quote h1 {
        font-size: 32px;
    }

    .marcan-property-sticky-actions {
        margin-top: 24px;
    }

    .marcan-property-sticky-meta {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
    }

    .marcan-property-sticky-divider {
        display: none;
    }

    .marcan-property-status-pill {
        font-size: 16px;
        min-height: 30px;
        padding: 4px 18px;
    }

    .marcan-property-sticky-subtitle {
        white-space: normal;
    }

    .marcan-property-single-content {
        padding: 32px 16px 0;
    }

    .marcan-property-single-summary,
    .marcan-property-concept,
    .marcan-property-map,
    .marcan-property-quote {
        display: block;
    }

    .marcan-property-related-grid {
        grid-template-columns: 1fr;
    }

    .marcan-property-related-grid .marcan-property-listing-info {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .marcan-property-related-grid .marcan-property-listing-price {
        text-align: left;
    }

    .marcan-property-designer {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 32px;
        text-align: center;
    }

    .marcan-property-delivery {
        font-size: 26px;
        white-space: normal;
        width: 100%;
    }

    .marcan-property-single-wide-image img {
        aspect-ratio: 630 / 780;
    }

    .marcan-property-tour-shell {
        display: grid;
        grid-template-columns: min(320px, 82vw) minmax(0, 1fr);
        height: min(800px, var(--marcan-tour-available-height, 100svh));
        margin-left: -16px;
        max-height: var(--marcan-tour-available-height, 100svh);
        transition: grid-template-columns 320ms var(--marcan-ease);
        width: calc(100% + 32px);
    }

    .marcan-property-tour-shell.is-menu-collapsed {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .marcan-property-tour-menu {
        height: 100%;
    }

    .marcan-property-tour-title {
        font-size: 26px;
        left: 16px;
        top: 24px;
        white-space: normal;
        width: 180px;
    }

    .marcan-property-tour-nav {
        display: block;
        height: calc(100% - 160px);
        left: 16px;
        overflow-x: hidden;
        overflow-y: auto;
        top: 100px;
        width: calc(100% - 32px);
    }

    .marcan-property-tour-collapse {
        bottom: 10px;
        height: 42px;
        left: 6px;
        right: auto;
        top: auto;
        width: 42px;
    }

    .marcan-property-tour-arrow {
        height: 20px;
        left: 6px;
        top: 11px;
        width: 30px;
    }

    .marcan-property-tour-group-toggle {
        font-size: 16px;
        min-height: 48px;
        padding: 11px 18px;
    }

    .marcan-property-tour-button {
        min-height: 48px;
        padding: 11px 18px;
        width: 100%;
    }

    .marcan-property-tour-frame {
        height: 100%;
    }

    .marcan-property-tour-external {
        bottom: 16px;
        right: 16px;
    }

    .marcan-property-units h2 {
        margin-bottom: 48px;
        text-align: left;
    }

    .marcan-property-related-intro h2 {
        text-align: center;
    }

    .marcan-property-filter-bar {
        border: 1px solid #eaeae8;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 28px;
        justify-content: space-between;
        left: 50%;
        margin: 0;
        max-height: calc(100svh - 32px);
        overflow-y: auto;
        padding: 20px;
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
        width: min(370px, calc(100vw - 32px));
        z-index: 10000;
    }

    .marcan-property-filter-bar[hidden] {
        display: none;
    }

    .marcan-property-filter-modal-header,
    .marcan-property-filter-modal-actions {
        display: flex;
    }

    .marcan-property-filter-modal-header {
        align-items: center;
        justify-content: space-between;
        order: -10;
    }

    .marcan-property-filter-modal-header h3 {
        color: #4f4f4f;
        font-family: Inter, Arial, sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.3;
        margin: 0;
    }

    .marcan-property-filter-modal-close {
        appearance: none;
        background: transparent;
        border: 0;
        cursor: pointer;
        height: 41px;
        position: relative;
        width: 41px;
    }

    .marcan-property-filter-modal-close::before,
    .marcan-property-filter-modal-close::after {
        background: #4f4f4f;
        content: "";
        height: 2px;
        left: 8px;
        position: absolute;
        top: 19px;
        width: 25px;
    }

    .marcan-property-filter-modal-close::before {
        transform: rotate(45deg);
    }

    .marcan-property-filter-modal-close::after {
        transform: rotate(-45deg);
    }

    .marcan-property-filter-bar [data-property-range="precio"] {
        order: -9;
    }

    .marcan-property-filter-bar [data-filter-group="habitaciones"] {
        order: -8;
    }

    .marcan-property-filter-bar [data-filter-group="banos"] {
        order: -7;
    }

    .marcan-property-filter-bar [data-property-range="area_m2"] {
        order: -6;
    }

    .marcan-property-filter-group legend,
    .marcan-property-filter-label {
        margin-bottom: 14px;
    }

    .marcan-property-filter-options {
        gap: 12px 15px;
    }

    .marcan-property-check-option {
        gap: 6px;
    }

    .marcan-property-check-option input {
        accent-color: #4f4f4f;
        height: 25px;
        width: 25px;
    }

    .marcan-property-filter-range {
        padding-right: 0;
    }

    .marcan-property-range-control input[type="range"]::-webkit-slider-thumb {
        background: #ffffff;
        border: 1px solid #d0d0cd;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
        height: 25px;
        margin-top: -1px;
        width: 25px;
    }

    .marcan-property-range-control input[type="range"]::-moz-range-thumb {
        background: #ffffff;
        border: 1px solid #d0d0cd;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
        height: 25px;
        width: 25px;
    }

    .marcan-property-filter-modal-actions {
        gap: 16px;
        margin-top: 4px;
        order: 10;
    }

    .marcan-property-filter-modal-clear,
    .marcan-property-filter-modal-save {
        appearance: none;
        border: 1px solid #4f4f4f;
        cursor: pointer;
        flex: 1;
        font-family: Inter, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        min-height: 52px;
        padding: 12px;
    }

    .marcan-property-filter-modal-clear {
        background: #ffffff;
        color: #4f4f4f;
    }

    .marcan-property-filter-modal-save {
        background: #4f4f4f;
        color: #fbfafa;
    }

    body.has-property-filter-modal {
        overflow: hidden;
    }

    .marcan-property-filter-actions {
        align-items: center;
        flex-direction: row;
        gap: 0;
    }

    .marcan-property-filter-clear {
        display: none;
    }

    .marcan-property-pricing-head {
        display: none;
    }

    .marcan-property-unit-card {
        background: #f3f2f1;
        padding: 10px;
    }

    .marcan-property-unit-card + .marcan-property-unit-card {
        margin-top: 20px;
    }

    .marcan-property-pricing-row,
    .marcan-property-unit-card.is-expanded .marcan-property-pricing-row {
        align-items: flex-start;
        background: transparent;
        display: flex;
        min-height: 67px;
        padding: 0;
        position: relative;
    }

    .marcan-property-unit-card.is-expanded .marcan-property-pricing-row {
        min-height: 32px;
    }

    .marcan-property-unit-card.is-expanded .marcan-property-unit-mobile-summary {
        display: none;
    }

    .marcan-property-unit-desktop-value {
        display: none;
    }

    .marcan-property-unit-row-plan {
        display: none;
    }

    .marcan-property-unit-mobile-summary {
        color: #4f4f4f;
        display: flex;
        flex-direction: column;
        font-family: Inter, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        gap: 8px;
        line-height: 1.4;
        padding-right: 30px;
        width: 100%;
    }

    .marcan-property-unit-mobile-topline {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 17px;
    }

    .marcan-property-unit-mobile-features {
        display: flex;
        flex-direction: column;
    }

    .marcan-property-unit-toggle-icon {
        font-size: 26px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

    .marcan-property-unit-detail {
        background: transparent;
        display: block;
        min-height: 0;
        padding: 24px 0 0;
    }

    .marcan-property-unit-plan-layout {
        display: block;
    }

    .marcan-property-unit-plan {
        background: #ffffff;
        height: 383px;
        width: 100%;
    }

    .marcan-property-unit-info {
        min-height: 105px;
        padding-top: 24px;
    }

    .marcan-property-unit-info h3 {
        font-size: 18px;
        line-height: 1.4;
        margin: 0 0 7px;
        padding-right: 48px;
    }

    .marcan-property-unit-features {
        gap: 7px;
        margin-bottom: 24px;
    }

    .marcan-property-unit-features div {
        gap: 10px;
        grid-template-columns: 100px 1fr;
    }

    .marcan-property-unit-features dt,
    .marcan-property-unit-features dd {
        font-size: 18px;
    }

    .marcan-property-unit-actions {
        gap: 8px;
        margin-top: 24px;
    }

    .marcan-property-unit-actions .marcan-button-line,
    .marcan-property-unit-actions .marcan-button-dark {
        flex: 1 1 0;
        font-size: 14px;
        justify-content: center;
        min-height: 44px;
        padding: 10px 12px;
        text-align: center;
    }

    .marcan-property-map {
        margin: 96px 0 48px;
    }

    .marcan-property-map-inner {
        display: block;
        height: auto;
        min-height: 0;
    }

    .marcan-property-map-canvas {
        height: clamp(360px, 62svh, 520px);
        min-height: 0;
        width: 100%;
    }

    .marcan-property-map-canvas iframe {
        position: absolute;
    }

    .marcan-property-map-info {
        height: auto;
        min-height: 420px;
        width: 100%;
    }

    .marcan-property-map-info {
        margin-top: 10px;
        padding: 24px 20px 36px;
    }

    .marcan-property-map-info h2 {
        font-size: 36px;
    }

    .marcan-property-map-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 32px;
    }

    .marcan-property-map-button {
        width: 100%;
    }

    .marcan-property-map-nearby {
        position: static;
    }

    .marcan-property-map-nearby-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marcan-property-gallery-row,
    .marcan-property-gallery-row + .marcan-property-gallery-row {
        display: block;
        min-height: 0;
        padding: 56px 0 56px 16px;
    }

    .marcan-property-gallery-side h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .marcan-property-gallery-nav {
        display: none;
    }

    .marcan-property-gallery-track {
        height: 500px;
    }

    .marcan-property-gallery-track figure {
        flex-basis: 315px;
        height: 500px;
    }

    .marcan-property-gallery-image-button {
        height: 456px;
    }

    .marcan-property-quote {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 56px 24px 64px;
    }

    .marcan-property-quote blockquote {
        font-size: 26px;
        margin: 0;
        max-width: none;
    }

    .marcan-property-quote cite {
        align-self: flex-start;
    }

    .marcan-property-architecture-info,
    .marcan-property-architecture-studio {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-media,
    .marcan-property-related-grid .marcan-property-listing-media {
        aspect-ratio: 315 / 390;
        height: auto;
    }

    .marcan-property-related-grid .marcan-property-related-home-card .marcan-home-project-card-image,
    .marcan-property-related-grid .marcan-property-listing-image {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@keyframes marcanResponsiveModalFromRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 620px) {
    .property-grid {
        gap: 16px;
    }

    .section-heading h1,
    .section-heading h2,
    .content-page h1,
    .property-detail h1 {
        font-size: 42px;
    }

    .intro-logo {
        font-size: 78px;
    }
}

@media (max-width: 599px) {
    .marcan-property-concept h2,
    .marcan-property-tour h2,
    .marcan-property-units h2,
    .marcan-property-gallery-side h2,
    .marcan-property-architecture-copy h2,
    .marcan-property-related-intro h2,
    .marcan-property-related h2 {
        font-size: 26px;
    }

    .marcan-property-intro,
    .marcan-property-concept p,
    .marcan-property-map-description,
    .marcan-property-architecture-copy p {
        font-size: 20px;
    }

    .marcan-property-sticky-quote {
        position: static;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marcan-site-footer-brand[data-footer-animation] .marcan-site-footer-brand-desktop,
    .marcan-site-footer-brand[data-footer-animation] .marcan-site-footer-brand-arrow {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.marcan-blog-placeholder-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 64px auto 0;
    max-width: 1452px;
}

.marcan-blog-placeholder-card {
    background: #ffffff;
    padding: 28px;
}

.marcan-blog-placeholder-card time,
.marcan-post-placeholder time {
    color: #4f4f4f;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
}

.marcan-blog-placeholder-card h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 18px;
}

.marcan-blog-placeholder-card a {
    color: #4f4f4f;
    text-decoration: none;
}

.marcan-blog-placeholder-card p,
.marcan-post-placeholder-content {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.marcan-post-placeholder-content {
    margin-top: 44px;
    max-width: 886px;
}

.marcan-post-placeholder,
.marcan-privacy-content {
    margin: 0 auto;
    max-width: 980px;
}

/* ── Single Post ── */

.marcan-single {
    background: #fff;
    color: #4f4f4f;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

.marcan-page-shell-post,
body:has(.marcan-single) {
    background: #fff;
}

.marcan-single-hero {
    padding: 90px 30px 0;
    text-align: center;
}

.marcan-single-hero-top {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.marcan-single-back {
    align-items: center;
    border: 1px solid #c8c8c5;
    border-radius: 50%;
    display: flex;
    height: 51px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 51px;
}

.marcan-single-back:hover {
    background: #f3f2f1;
}

.marcan-single-hero-top time {
    color: #4f4f4f;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.marcan-single-hero h1 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.45px;
    margin: 20px auto 0;
    max-width: 918px;
}

.marcan-single-hero-image {
    margin: 40px 0 0 auto;
    max-width: 1452px;
    overflow: hidden;
    height: 646px;
}

.marcan-single-hero-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Body: 2 columns */

.marcan-single-body {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 345px;
    padding: 60px 30px 80px 74px;
}

/* Article content */

.marcan-single-content {
    max-width: 916px;
    min-width: 0;
}

.marcan-single-content h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 48px 0 16px;
}

.marcan-single-content h2:first-child {
    margin-top: 0;
}

.marcan-single-content p {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 0 20px;
}

.marcan-single-content ul,
.marcan-single-content ol {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 0 20px;
    padding-left: 27px;
}

.marcan-single-content li {
    margin-bottom: 6px;
}

.marcan-single-content a {
    color: #4f4f4f;
    text-decoration: underline;
}

.marcan-single-content > p:first-child {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

.marcan-single-content > p:nth-child(2) {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 32px;
}

/* Sidebar */

.marcan-single-sidebar {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.marcan-single-sidebar-group h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}

.marcan-single-sidebar-card {
    margin-bottom: 24px;
}

.marcan-single-sidebar-card-image {
    display: block;
    height: 372px;
    overflow: hidden;
}

.marcan-single-sidebar-card-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-single-sidebar-card-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.marcan-single-sidebar-card-name {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
}

.marcan-single-sidebar-card-sep {
    background: #4f4f4f;
    display: block;
    height: 19px;
    width: 1px;
}

.marcan-single-sidebar-card-badge {
    border: 1px solid #c8c8c5;
    border-radius: 61px;
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 3px 15px;
}

.marcan-single-sidebar-card-district {
    color: #4f4f4f;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 4px;
}

/* Contact section */

.marcan-single-contact {
    display: grid;
    grid-template-columns: 1fr 498px;
}

.marcan-single-contact-form-area {
    padding: 80px 74px;
}

.marcan-single-contact-form-area h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.45px;
    margin: 0 0 50px;
}

.marcan-single-contact-fields {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 416px;
}

.marcan-single-contact-field label {
    color: #a5a5a3;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 3px;
}

.marcan-single-contact-field input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #727271;
    color: #4f4f4f;
    display: block;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 15px;
    width: 100%;
}

.marcan-single-contact-field input::placeholder {
    color: #e2e1df;
}

.marcan-single-contact-field input:focus {
    border-bottom-color: #4f4f4f;
    outline: none;
}

.marcan-single-contact-checks {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
    max-width: 714px;
}

.marcan-single-contact-check {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.marcan-single-contact-check input {
    appearance: none;
    border: 1px solid #727271;
    flex-shrink: 0;
    height: 20px;
    margin-top: 2px;
    width: 20px;
}

.marcan-single-contact-check input:checked {
    background: #4f4f4f;
}

.marcan-single-contact-check span {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.marcan-single-contact-submit {
    align-items: center;
    background: #4f4f4f;
    border: none;
    color: #fbfafa;
    cursor: pointer;
    display: flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
    max-width: 714px;
    padding: 13px 26px;
    width: 100%;
}

.marcan-single-contact-submit:hover {
    background: #3a3a3a;
}

.marcan-single-contact-info {
    background: #f3f2f1;
    padding: 534px 50px 50px;
}

.marcan-single-contact-info h3 {
    color: #727271;
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}

.marcan-single-contact-info-details p {
    color: #727271;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 16px;
}

.marcan-single-contact-info-details strong {
    font-weight: 500;
}

/* Single post responsive */

@media (max-width: 1024px) {
    .marcan-single-hero h1 {
        font-size: 36px;
    }

    .marcan-single-hero-image {
        height: 400px;
    }

    .marcan-single-body {
        display: flex;
        flex-direction: column;
        padding: 40px 20px 60px;
    }

    .marcan-single-sidebar {
        order: 2;
    }

    .marcan-single-sidebar-card-image {
        height: 260px;
    }

    .marcan-single-contact {
        display: flex;
        flex-direction: column;
    }

    .marcan-single-contact-form-area {
        padding: 48px 20px;
    }

    .marcan-single-contact-info {
        padding: 48px 20px;
    }
}

@media (max-width: 600px) {
    .marcan-single-hero {
        padding: 20px 16px 0;
    }

    .marcan-single-hero h1 {
        font-size: 28px;
    }

    .marcan-single-hero-image {
        height: 250px;
    }

    .marcan-single-back {
        height: 40px;
        width: 40px;
    }

    .marcan-single-hero-top time {
        font-size: 14px;
    }

    .marcan-single-body {
        padding: 30px 16px 48px;
    }

    .marcan-single-content h2 {
        font-size: 20px;
    }

    .marcan-single-content p,
    .marcan-single-content ul,
    .marcan-single-content ol {
        font-size: 16px;
    }

    .marcan-single-contact-form-area h2 {
        font-size: 36px;
    }
}

.marcan-blog {
    background: #ffffff;
    color: #4f4f4f;
    padding-top: 67px;
}

.marcan-blog a {
    color: inherit;
    text-decoration: none;
}

.marcan-blog-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 41.07%);
    height: 690px;
    overflow: hidden;
}

.marcan-blog-hero-bg {
    background: #d9d9d6;
    overflow: hidden;
}

.marcan-blog-hero-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-blog-hero-panel {
    background: rgba(217, 217, 214, 0.95);
    padding: 63px 40px 0;
    position: relative;
}

.marcan-blog-hero-new {
    display: block;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.marcan-blog-hero-title {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    margin: 16px 0 0;
    max-width: 526px;
}

.marcan-blog-hero-card {
    background: #ffcb05;
    bottom: 0;
    height: 356px;
    left: 0;
    position: absolute;
    width: 345px;
}

.marcan-blog-hero-card-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 95px 40px 0;
}

.marcan-blog-hero-card time,
.marcan-blog-main time,
.marcan-blog-sidebar-card time {
    color: #4f4f4f;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.marcan-blog-hero-card p,
.marcan-blog-main-text p,
.marcan-blog-sidebar-card h3 {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
}

.marcan-blog-read-btn,
.marcan-blog-more-btn {
    align-items: center;
    border: 1px solid #4f4f4f;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    justify-content: center;
    line-height: 1.43;
    min-height: 34px;
    padding: 7px 16px;
    width: max-content;
}

.marcan-blog-content {
    padding: 56px 30px 80px;
}

.marcan-blog-content-labels,
.marcan-blog-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 861px) 1px minmax(360px, 468px);
    column-gap: 80px;
    justify-content: center;
    max-width: 1440px;
    margin-inline: auto;
}

.marcan-blog-content-labels {
    align-items: center;
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 41px;
}

.marcan-blog-content-labels span:last-child {
    grid-column: 3;
}

.marcan-blog-content-grid {
    min-height: 0;
}

.marcan-blog-main-image {
    display: block;
    height: 373px;
    margin-bottom: 15px;
    overflow: hidden;
}

.marcan-blog-main-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-blog-main-text {
    margin-top: 15px;
}

.marcan-blog-main-text h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 10px;
}

.marcan-blog-divider {
    background: #4f4f4f;
    min-height: 100%;
    width: 1px;
}

.marcan-blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.marcan-blog-sidebar-card {
    background: #fbfafa;
    min-height: 0;
    padding: 18px 24px;
}

.marcan-blog-sidebar-card h3 {
    margin-top: 10px;
}

.marcan-blog-more-btn {
    align-self: flex-end;
    margin-top: auto;
}

.marcan-blog-about {
    background: #ffcb05;
    margin: 0 30px;
    min-height: 913px;
    padding: 90px 0 74px;
}

.marcan-blog-about-grid {
    display: grid;
    gap: clamp(40px, 8vw, 171px);
    grid-template-columns: repeat(2, minmax(0, 468px));
    justify-content: center;
}

.marcan-blog-about-block {
    border-right: 1px solid rgba(79, 79, 79, 0.35);
    border-top: 1px solid rgba(79, 79, 79, 0.35);
    max-width: 468px;
    min-width: 0;
}

.marcan-blog-about-photo {
    overflow: hidden;
    width: 100%;
}

.marcan-blog-about-photo:has(img) {
    height: 100px;
}

.marcan-blog-about-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.marcan-blog-about-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 100px 28px 32px;
}

.marcan-blog-about-label {
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.marcan-blog-about-copy h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.marcan-blog-about-copy p:last-child {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
}

.marcan-blog-about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 40px auto 0;
    max-width: calc(468px * 2 + clamp(40px, 8vw, 171px));
    padding-inline: 0;
}

.marcan-blog-about-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marcan-blog-about-stat-number {
    font-family: Bitter, Georgia, serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 1.1;
}

.marcan-blog-about-stat-label {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    max-width: 180px;
}

.marcan-blog-cta {
    background: #4f4f4f;
    color: #ffffff;
    margin: 40px 30px 0;
    min-height: 539px;
}

.marcan-blog-cta-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 156px;
}

.marcan-blog-cta h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    max-width: 546px;
    text-align: center;
}

.marcan-blog-cta-actions {
    display: flex;
    gap: 15px;
    margin-top: 70px;
}

.marcan-blog-cta-btn {
    align-items: center;
    color: #4f4f4f !important;
    display: flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    justify-content: center;
    min-height: 51px;
    padding: 13px 26px;
    width: 272px;
}

.marcan-blog-cta-btn-yellow {
    background: #ffcb05;
}

.marcan-blog-cta-btn-white {
    background: #ffffff;
}

@media (min-width: 901px) and (max-width: 1200px) {
    .marcan-blog-hero-title {
        font-size: 40px;
    }

    .marcan-blog-hero-card {
        height: 300px;
    }

    .marcan-blog-hero-card-inner {
        padding-top: 55px;
    }
}

@media (max-width: 900px) {
    .marcan-blog {
        padding-top: 67px;
    }

    .marcan-blog-hero {
        --marcan-blog-hero-img: min(813px, calc(100svh - 67px));
        display: block;
        height: auto;
        position: relative;
    }

    .marcan-blog-hero-bg {
        height: var(--marcan-blog-hero-img);
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .marcan-blog-hero-panel {
        margin: calc(var(--marcan-blog-hero-img) * 0.44) 16px 0;
        min-height: 0;
        padding: 20px 0 0;
    }

    .marcan-blog-hero-new {
        font-size: 16px;
        margin: 0 30px;
    }

    .marcan-blog-hero-title {
        font-size: 32px;
        letter-spacing: 0.01em;
        margin: 4px 30px 30px;
        max-width: none;
    }

    .marcan-blog-hero-card {
        bottom: auto;
        height: auto;
        left: auto;
        min-height: 278px;
        position: relative;
        width: 100%;
    }

    .marcan-blog-hero-card-inner {
        gap: 16px;
        padding: 70px 30px 30px;
    }

    .marcan-blog-hero-card p {
        font-size: 16px;
        max-width: 263px;
    }

    .marcan-blog-read-btn,
    .marcan-blog-more-btn {
        font-size: 16px;
        min-height: 41px;
        padding: 10px 20px;
    }

    .marcan-blog-content {
        display: flex;
        flex-direction: column;
        padding: 56px 16px 72px;
    }

    .marcan-blog-content-labels,
    .marcan-blog-content-grid {
        display: contents;
    }

    .marcan-blog-content-labels span {
        color: #262626;
        font-size: 20px;
        line-height: 1.3;
    }

    .marcan-blog-content-labels span:first-child {
        margin-bottom: 24px;
        order: 1;
    }

    .marcan-blog-main {
        order: 2;
    }

    .marcan-blog-content-labels span:last-child {
        font-size: 22px;
        margin: 56px 0 24px;
        order: 3;
    }

    .marcan-blog-divider {
        display: none;
    }

    .marcan-blog-sidebar {
        order: 4;
    }

    .marcan-blog-main-image {
        aspect-ratio: 370 / 373;
        height: auto;
    }

    .marcan-blog-main-text h2 {
        font-size: 20px;
        line-height: normal;
    }

    .marcan-blog-main-text p {
        font-size: 16px;
        line-height: 1.31;
    }

    .marcan-blog-sidebar-card {
        min-height: 0;
        padding: 24px;
    }

    .marcan-blog-more-btn {
        align-self: flex-start;
        margin-top: 48px;
    }

    .marcan-blog-about {
        margin: 0 16px;
        min-height: 0;
        padding: 51px 26px 100px;
    }

    .marcan-blog-about-grid {
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .marcan-blog-about-block {
        min-height: 0;
    }

    .marcan-blog-about-photo {
        display: none;
    }

    .marcan-blog-about-copy {
        gap: 30px;
        padding: 28px 28px 32px 0;
    }

    .marcan-blog-about-copy h2 {
        font-size: 32px;
        letter-spacing: 0.01em;
        line-height: normal;
    }

    .marcan-blog-about-copy p:last-child {
        font-family: Inter, Arial, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
    }

    .marcan-blog-about-stats {
        display: flex;
        flex-direction: column;
        gap: 90px;
        margin-top: 100px;
    }

    .marcan-blog-about-stat {
        align-items: flex-start;
        gap: 2px;
        text-align: left;
    }

    .marcan-blog-cta {
        margin: 20px 16px 0;
        min-height: min(780px, 100svh);
    }

    .marcan-blog-cta-inner {
        justify-content: center;
        min-height: min(780px, 100svh);
        padding: 60px 18px;
    }

    .marcan-blog-cta h2 {
        font-size: 45px;
        letter-spacing: 0.01em;
        max-width: 314px;
    }

    .marcan-blog-cta-actions {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        margin-top: 30px;
    }

    .marcan-blog-cta-btn {
        min-width: 255px;
    }

    .marcan-single-hero {
        padding: 87px 16px 0;
    }

    .marcan-single-hero-top {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .marcan-single-back {
        align-self: flex-start;
        height: 51px;
        position: static;
        width: 51px;
    }

    .marcan-single-hero h1 {
        font-size: 32px;
        letter-spacing: 0.32px;
        line-height: normal;
        margin-top: 20px;
    }

    .marcan-single-hero-image {
        height: min(580px, 150vw);
        margin-top: 50px;
    }

    .marcan-single-body {
        display: flex;
        flex-direction: column;
        padding: 40px 16px 60px;
    }

    .marcan-single-content > p:first-child,
    .marcan-single-content > h2:first-child {
        font-family: Inter, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
    }

    .marcan-single-content > p:nth-child(2) {
        font-family: Inter, Arial, sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
    }

    .marcan-single-content h2 {
        font-size: 20px;
        line-height: normal;
        margin: 40px 0 14px;
    }

    .marcan-single-content p,
    .marcan-single-content ul,
    .marcan-single-content ol {
        font-size: 16px;
        line-height: 21px;
    }

    .marcan-single-sidebar {
        gap: 56px;
        margin-top: 56px;
    }

    .marcan-single-sidebar-group h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .marcan-single-sidebar-cards {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .marcan-single-sidebar-cards::-webkit-scrollbar {
        display: none;
    }

    .marcan-single-sidebar-card {
        flex: 0 0 min(315px, 82vw);
        margin-bottom: 0;
    }

    .marcan-single-sidebar-card-image {
        height: min(390px, 100vw);
    }

    .marcan-single-sidebar-card-meta {
        flex-wrap: nowrap;
        margin-top: 30px;
    }

    .marcan-single-sidebar-card-name {
        font-family: Inter, Arial, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        white-space: nowrap;
    }

    .marcan-single-sidebar-card-badge {
        background: #fffcf2;
        border-color: #ffcb05;
        color: #997a03;
        padding: 3px 8px;
        white-space: nowrap;
    }

    .marcan-single-sidebar-card-district {
        font-weight: 400;
        margin-top: 5px;
    }

    .marcan-single-contact-form-area {
        padding: 60px 16px 48px;
    }

    .marcan-single-contact-form-area h2 {
        font-size: 32px;
        letter-spacing: 0.32px;
        margin-bottom: 46px;
    }

    .marcan-single-contact-checks {
        margin-top: 65px;
    }

    .marcan-single-contact-check input {
        height: 26px;
        width: 26px;
    }

    .marcan-single-contact-submit {
        margin-top: 65px;
    }

    .marcan-single-contact-info {
        padding: 70px 42px;
    }
}

.marcan-privacy-content {
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 72px;
}

.marcan-privacy-content h2 {
    font-family: Bitter, Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.16;
    margin: 42px 0 12px;
}

/* ── Privacy Policy Enhanced ── */

.marcan-privacy-hero {
    padding: 0 30px;
    max-width: 900px;
    margin: 0 auto;
}

.marcan-privacy-hero-inner {
    padding-top: 160px;
    padding-bottom: 32px;
    position: relative;
}

.marcan-privacy-back {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 51px;
    width: 51px;
    transition: opacity 0.2s;
    text-decoration: none;
    position: fixed;
    left: 23px;
    top: 73px;
    z-index: 10;
}

.marcan-privacy-back img {
    height: 24px;
    width: 35px;
    object-fit: contain;
    transition: transform 320ms var(--marcan-ease);
}

.marcan-privacy-back:hover img {
    transform: translateX(-4px);
}

.marcan-privacy-hero h1 {
    color: #4f4f4f;
    font-family: Bitter, Georgia, serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}

.marcan-privacy-body {
    background: #ffffff;
    padding: 40px 30px 64px;
    max-width: 900px;
    margin: 0 auto;
}

.marcan-privacy-prose {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #4f4f4f;
}

.marcan-privacy-intro {
    margin-bottom: 40px;
}

.marcan-privacy-intro p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 14px;
}

.marcan-privacy-intro p:last-child {
    margin-bottom: 0;
}

.marcan-privacy-section {
    margin-bottom: 34px;
}

.marcan-privacy-section:last-child {
    margin-bottom: 0;
}

.marcan-privacy-section h2 {
    color: #4f4f4f;
    font-family: Bitter, Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 12px;
}

.marcan-privacy-section p {
    margin: 0 0 12px;
}

.marcan-privacy-section p:last-child {
    margin-bottom: 0;
}

.marcan-privacy-section a {
    color: #0057B8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.marcan-privacy-section ul {
    margin: 8px 0 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.marcan-privacy-section li {
    padding-left: 2px;
}

.marcan-privacy-contact {
    padding: 48px 30px 80px;
    max-width: 900px;
    margin: 0 auto;
}

.marcan-privacy-contact-card {
    background: #f3f2f1;
    border-radius: 4px;
    padding: 40px;
    text-align: center;
}

.marcan-privacy-contact-card h2 {
    color: #4f4f4f;
    font-family: Bitter, Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 12px;
}

.marcan-privacy-contact-card p {
    color: #727271;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    margin: 0 0 28px;
}

.marcan-privacy-contact-links {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.marcan-privacy-contact-btn {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    color: #4f4f4f;
    cursor: pointer;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    min-height: 44px;
    padding: 10px 24px;
    text-decoration: none;
    transition: background 0.2s;
}

.marcan-privacy-contact-btn:hover {
    background: #e8e8e8;
}

.marcan-privacy-contact-btn-dark {
    background: #4f4f4f;
    color: #ffffff;
}

.marcan-privacy-contact-btn-dark:hover {
    background: #262626;
}

@media (max-width: 900px) {
    .marcan-privacy-hero {
        padding: 0 20px;
    }

    .marcan-privacy-hero-inner {
        padding-top: 130px;
        padding-bottom: 24px;
    }

    .marcan-privacy-back {
        left: 16px;
        top: 60px;
    }

    .marcan-privacy-body {
        padding: 32px 20px 48px;
    }

    .marcan-privacy-section h2 {
        font-size: 20px;
    }

    .marcan-privacy-contact-card {
        padding: 32px 24px;
    }

    .marcan-privacy-contact-links {
        flex-direction: column;
    }
}

.marcan-property-units-empty {
    background: #ffffff;
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0 0;
    padding: 24px 20px;
}

/* ── Plan Lightbox (Tipologia Zoom) ── */
.marcan-unit-share-sheet[hidden] {
    display: none;
}

.marcan-unit-share-sheet {
    inset: 0;
    position: fixed;
    z-index: 10000;
}

.marcan-unit-share-sheet-backdrop {
    background: rgba(0, 0, 0, 0.28);
    inset: 0;
    position: absolute;
}

.marcan-unit-share-sheet-panel {
    animation: marcanShareSheetIn 260ms cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(242, 242, 247, 0.96);
    backdrop-filter: blur(22px);
    border-radius: 22px 22px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    position: absolute;
    width: 100%;
    -webkit-backdrop-filter: blur(22px);
}

.marcan-unit-share-sheet-handle {
    background: rgba(60, 60, 67, 0.3);
    border-radius: 999px;
    display: block;
    height: 5px;
    margin: 0 auto 12px;
    width: 36px;
}

.marcan-unit-share-sheet-panel h3 {
    color: #1c1c1e;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 14px;
    text-align: center;
}

.marcan-unit-share-sheet-actions {
    background: rgba(255, 255, 255, 0.86);
    border-radius: 16px;
    display: flex;
    gap: 0;
    justify-content: space-around;
    overflow-x: auto;
    padding: 18px 10px 14px;
    -webkit-overflow-scrolling: touch;
}

.marcan-unit-share-option {
    appearance: none;
    align-items: center;
    background: transparent;
    border: 0;
    color: #1c1c1e;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 92px;
    flex-direction: column;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
    justify-content: flex-start;
    min-height: 82px;
    padding: 0;
    text-decoration: none;
    text-align: center;
}

.marcan-unit-share-option[hidden],
.marcan-unit-share-sheet .marcan-unit-share-option[hidden] {
    display: none;
}

.marcan-unit-share-option span {
    align-items: center;
    border-radius: 18px;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    position: relative;
    width: 56px;
}

.marcan-unit-share-option span::before {
    background: #ffffff;
    content: "";
    display: block;
    height: 27px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 27px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.marcan-unit-share-option strong {
    font: inherit;
}

.marcan-unit-share-option.is-whatsapp {
    background: transparent;
    color: #1c1c1e;
}

.marcan-unit-share-option.is-whatsapp span {
    background: #25d366;
}

.marcan-unit-share-option.is-whatsapp span::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.25 13.25 0 0 0 4.56 22.56L3 29l6.6-1.5A13.25 13.25 0 1 0 16.04 2.67Zm0 2.4a10.85 10.85 0 1 1-5.55 20.17l-.42-.25-3.66.83.86-3.53-.27-.45A10.85 10.85 0 0 1 16.04 5.07Zm-5.1 5.82c-.25 0-.66.09-1 .46-.35.38-1.32 1.29-1.32 3.14s1.35 3.64 1.54 3.89c.19.25 2.6 4.16 6.44 5.66 3.2 1.26 3.85 1.01 4.54.95.7-.06 2.25-.92 2.57-1.81.32-.89.32-1.65.22-1.81-.1-.16-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.29-.82.1-.38-.19-1.6-.59-3.04-1.88-1.12-1-1.88-2.24-2.1-2.62-.22-.38-.02-.59.17-.78.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.48-.03-.66-.1-.19-.86-2.07-1.18-2.83-.31-.75-.63-.65-.86-.66h-.75Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.25 13.25 0 0 0 4.56 22.56L3 29l6.6-1.5A13.25 13.25 0 1 0 16.04 2.67Zm0 2.4a10.85 10.85 0 1 1-5.55 20.17l-.42-.25-3.66.83.86-3.53-.27-.45A10.85 10.85 0 0 1 16.04 5.07Zm-5.1 5.82c-.25 0-.66.09-1 .46-.35.38-1.32 1.29-1.32 3.14s1.35 3.64 1.54 3.89c.19.25 2.6 4.16 6.44 5.66 3.2 1.26 3.85 1.01 4.54.95.7-.06 2.25-.92 2.57-1.81.32-.89.32-1.65.22-1.81-.1-.16-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.29-.82.1-.38-.19-1.6-.59-3.04-1.88-1.12-1-1.88-2.24-2.1-2.62-.22-.38-.02-.59.17-.78.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.48-.03-.66-.1-.19-.86-2.07-1.18-2.83-.31-.75-.63-.65-.86-.66h-.75Z'/%3E%3C/svg%3E");
}

.marcan-unit-share-option.is-native {
    background: transparent;
    color: #1c1c1e;
}

.marcan-unit-share-option.is-native span {
    background: #007aff;
}

.marcan-unit-share-option.is-native span::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.1 7.45 7.65l1.41 1.41L11 6.93V16h2V6.93l2.14 2.13 1.41-1.41L12 3.1ZM5 13h2v6h10v-6h2v8H5v-8Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.1 7.45 7.65l1.41 1.41L11 6.93V16h2V6.93l2.14 2.13 1.41-1.41L12 3.1ZM5 13h2v6h10v-6h2v8H5v-8Z'/%3E%3C/svg%3E");
}

.marcan-unit-share-option.is-email {
    background: transparent;
    color: #1c1c1e;
}

.marcan-unit-share-option.is-email span {
    background: #ffffff;
    border: 1px solid rgba(60, 60, 67, 0.18);
}

.marcan-unit-share-option.is-email span::before {
    background: #ff9500;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 3.2V17h16V8.2l-8 5-8-5Zm1.2-1.2 6.8 4.25L18.8 7H5.2Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 3.2V17h16V8.2l-8 5-8-5Zm1.2-1.2 6.8 4.25L18.8 7H5.2Z'/%3E%3C/svg%3E");
}

.marcan-unit-share-option.is-copy span {
    background: #ffffff;
    border: 1px solid rgba(60, 60, 67, 0.18);
}

.marcan-unit-share-option.is-copy span::before {
    background: #007aff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 7a4 4 0 0 1 4-4h5a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4h-1v-2h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v1H8V7Zm-5 5a4 4 0 0 1 4-4h5a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-5Zm4-2a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2H7Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 7a4 4 0 0 1 4-4h5a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4h-1v-2h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v1H8V7Zm-5 5a4 4 0 0 1 4-4h5a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-5Zm4-2a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2H7Z'/%3E%3C/svg%3E");
}

.marcan-unit-share-sheet-panel p {
    color: #007aff;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0 0;
    text-align: center;
}

.marcan-unit-share-sheet-cancel {
    appearance: none;
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    border-radius: 16px;
    color: #007aff;
    cursor: pointer;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    margin-top: 10px;
    width: 100%;
}

body.has-unit-share-sheet {
    overflow: hidden;
}

@keyframes marcanShareSheetIn {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.marcan-property-plan-lightbox {
    background: #f3f2f1;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    margin: auto;
    max-width: 1330px;
    overflow: hidden;
    padding: 0;
    width: min(96vw, 1330px);
}

.marcan-property-plan-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.68);
}

.marcan-property-plan-lightbox-inner {
    height: 818px;
    max-height: 85svh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marcan-property-plan-lightbox-unit-title {
    color: #2c2a30;
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    left: 30px;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin: 0;
    position: absolute;
    top: 42px;
    white-space: nowrap;
}

.marcan-property-plan-lightbox-plan {
    align-items: center;
    background: #ffffff;
    display: flex;
    height: 566px;
    justify-content: center;
    left: 30px;
    overflow: hidden;
    position: absolute;
    top: 138px;
    width: 623px;
}

.marcan-property-plan-lightbox-plan img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.marcan-property-plan-lightbox-legend {
    background: #ffcb05;
    height: 564px;
    left: 50%;
    overflow: hidden;
    padding: 30px 30px 0;
    position: absolute;
    right: 30px;
    top: 140px;
}

.marcan-property-plan-lightbox-legend-heading {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.marcan-property-plan-lightbox-legend-cols {
    bottom: 30px;
    display: flex;
    gap: 20px;
    left: 30px;
    position: absolute;
    right: 30px;
}

.marcan-property-plan-lightbox-legend-cols ol {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding-left: 24px;
}

.marcan-property-plan-lightbox-legend-group {
    color: #4f4f4f;
    flex: 1 1 0;
    font-family: Inter, Arial, sans-serif;
    min-width: 0;
}

.marcan-property-plan-lightbox-legend-group strong {
    display: block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.marcan-property-plan-lightbox-legend-group ul {
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
    padding-left: 20px;
}

.marcan-property-plan-lightbox-footer {
    align-items: center;
    display: flex;
    gap: 10px;
    position: absolute;
    right: 30px;
    top: 724px;
}

.marcan-property-plan-lightbox-footer .marcan-button-line,
.marcan-property-plan-lightbox-footer .marcan-button-dark {
    font-size: 16px;
    height: auto;
    line-height: 1.45;
    padding: 13px 26px;
}

.marcan-property-plan-lightbox-whatsapp {
    align-items: center;
    background: #262626;
    border-radius: 999px;
    display: flex;
    flex-shrink: 0;
    height: 45px;
    justify-content: center;
    text-decoration: none;
    width: 45px;
}

.marcan-property-plan-lightbox-whatsapp span {
    background: #ffffff;
    display: block;
    height: 21px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.25 13.25 0 0 0 4.56 22.56L3 29l6.6-1.5A13.25 13.25 0 1 0 16.04 2.67Zm0 2.4a10.85 10.85 0 1 1-5.55 20.17l-.42-.25-3.66.83.86-3.53-.27-.45A10.85 10.85 0 0 1 16.04 5.07Zm-5.1 5.82c-.25 0-.66.09-1 .46-.35.38-1.32 1.29-1.32 3.14s1.35 3.64 1.54 3.89c.19.25 2.6 4.16 6.44 5.66 3.2 1.26 3.85 1.01 4.54.95.7-.06 2.25-.92 2.57-1.81.32-.89.32-1.65.22-1.81-.1-.16-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.29-.82.1-.38-.19-1.6-.59-3.04-1.88-1.12-1-1.88-2.24-2.1-2.62-.22-.38-.02-.59.17-.78.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.48-.03-.66-.1-.19-.86-2.07-1.18-2.83-.31-.75-.63-.65-.86-.66h-.75Z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 21px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.25 13.25 0 0 0 4.56 22.56L3 29l6.6-1.5A13.25 13.25 0 1 0 16.04 2.67Zm0 2.4a10.85 10.85 0 1 1-5.55 20.17l-.42-.25-3.66.83.86-3.53-.27-.45A10.85 10.85 0 0 1 16.04 5.07Zm-5.1 5.82c-.25 0-.66.09-1 .46-.35.38-1.32 1.29-1.32 3.14s1.35 3.64 1.54 3.89c.19.25 2.6 4.16 6.44 5.66 3.2 1.26 3.85 1.01 4.54.95.7-.06 2.25-.92 2.57-1.81.32-.89.32-1.65.22-1.81-.1-.16-.35-.25-.73-.44-.38-.19-2.25-1.11-2.6-1.24-.35-.13-.6-.19-.86.19-.25.38-.98 1.24-1.2 1.49-.22.25-.44.29-.82.1-.38-.19-1.6-.59-3.04-1.88-1.12-1-1.88-2.24-2.1-2.62-.22-.38-.02-.59.17-.78.17-.17.38-.44.57-.66.19-.22.25-.38.38-.63.13-.25.06-.48-.03-.66-.1-.19-.86-2.07-1.18-2.83-.31-.75-.63-.65-.86-.66h-.75Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.marcan-property-plan-lightbox-close {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 32px;
    padding: 4px;
    position: absolute;
    right: 28px;
    top: 32px;
    width: 32px;
}

.marcan-property-plan-lightbox-close::before,
.marcan-property-plan-lightbox-close::after {
    background: #2c2a30;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 18px;
}

.marcan-property-plan-lightbox-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.marcan-property-plan-lightbox-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ── Contact Modal (Contáctanos) ── */
.marcan-property-contact-modal {
    background: #ffffff;
    border: 0;
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.30);
    margin: auto;
    max-height: calc(100svh - 48px);
    max-width: 1252px;
    overflow: hidden;
    padding: 0;
    width: min(calc(100vw - 48px), 1252px);
}

.marcan-property-contact-modal.is-contact-sent {
    height: min(86svh, 879px);
    max-width: 1151px;
    width: min(96vw, 1151px);
}

.marcan-property-contact-modal-general.is-contact-sent {
    max-width: 1252px;
    width: min(96vw, 1252px);
}

.marcan-property-contact-modal::backdrop {
    background: rgba(0, 0, 0, 0.68);
}

.marcan-property-contact-modal-inner {
    display: grid;
    grid-template-columns: 1fr 327px;
    max-height: inherit;
    position: relative;
}

.marcan-property-contact-modal.is-contact-sent .marcan-property-contact-modal-inner {
    display: block;
    height: 100%;
}

.marcan-property-contact-modal-form-area {
    max-height: inherit;
    overflow-y: auto;
    padding: 50px 65px;
    position: relative;
}

.marcan-property-contact-modal-form-area > h2 {
    color: #4f4f4f;
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin: 0 0 50px;
}

.marcan-property-contact-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    max-width: 358px;
}

.marcan-property-contact-field {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.marcan-property-contact-field label {
    color: #a5a5a3;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}

.marcan-property-contact-field input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #727271;
    color: #4f4f4f;
    font-family: Roboto, Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}

.marcan-property-contact-field input::placeholder {
    color: #e2e1df;
}

.marcan-property-contact-modal-checks {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 25px;
    max-width: 740px;
}

.marcan-property-contact-check {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.marcan-property-contact-check input[type="checkbox"] {
    appearance: none;
    background: transparent;
    border: 1px solid #727271;
    cursor: pointer;
    flex-shrink: 0;
    height: 26px;
    margin: 0;
    outline: 0;
    width: 26px;
}

.marcan-property-contact-check input[type="checkbox"]:checked {
    background: #4f4f4f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 7l4 4 6-6' fill='none'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.marcan-property-contact-check span {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.marcan-property-contact-modal-submit {
    align-items: center;
    appearance: none;
    background: #4f4f4f;
    border: 0;
    color: #fbfafa;
    cursor: pointer;
    display: flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
    justify-content: center;
    line-height: 1.45;
    max-width: 740px;
    padding: 13px 26px;
    width: 100%;
}

.marcan-property-contact-modal-submit:disabled {
    cursor: progress;
    opacity: 0.72;
}

.marcan-property-contact-modal-message {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 18px;
    max-width: 740px;
}

.marcan-property-contact-modal-form-area.is-error .marcan-property-contact-modal-message {
    color: #9d2f2f;
}

.marcan-property-contact-modal-sending {
    align-items: center;
    background: rgba(255, 203, 5, 0.94);
    display: flex;
    flex-direction: column;
    gap: 18px;
    inset: 0;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(14px);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 4;
}

.marcan-property-contact-modal-form-area.is-sending .marcan-property-contact-modal-sending {
    opacity: 1;
    transform: translateY(0);
}

.marcan-property-contact-modal-sending p {
    color: #4f4f4f;
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.marcan-property-contact-modal-sending-mark {
    border: 3px solid rgba(79, 79, 79, 0.22);
    border-top-color: #4f4f4f;
    border-radius: 999px;
    height: 62px;
    width: 62px;
    animation: marcanContactSpin 780ms linear infinite;
}

@keyframes marcanContactSpin {
    to {
        transform: rotate(360deg);
    }
}

.marcan-property-contact-modal-submit-icon {
    background: #fbfafa;
    display: block;
    flex-shrink: 0;
    height: 16px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M2.01 20L23 12 2.01 4 2 10l15 2-15 2z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 16px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M2.01 20L23 12 2.01 4 2 10l15 2-15 2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.marcan-property-contact-modal-sidebar {
    background: #f3f2f1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 50px 0 40px;
    position: relative;
}

.marcan-property-contact-modal.is-contact-sent .marcan-property-contact-modal-form-area,
.marcan-property-contact-modal.is-contact-sent .marcan-property-contact-modal-sidebar {
    opacity: 0;
    pointer-events: none;
}

.marcan-property-contact-modal-thanks {
    background: #ffffff;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 8;
}

.marcan-property-contact-modal.is-contact-sent .marcan-property-contact-modal-thanks {
    animation: marcanContactThanksIn 320ms ease forwards;
    pointer-events: auto;
}

.marcan-property-contact-modal-thanks img {
    display: block;
    height: 123.63%;
    left: -0.49%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: -2.19%;
    width: 148.18%;
}

.marcan-property-contact-modal-thanks-yellow {
    background: #ffcb05;
    height: 500px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 379px;
    width: 540px;
}

.marcan-property-contact-modal-thanks-arrow {
    border-left: 13px solid #4f4f4f;
    border-top: 13px solid #4f4f4f;
    display: block;
    height: 36px;
    left: 60px;
    opacity: 0;
    position: absolute;
    top: 38px;
    transform: rotate(45deg) translateY(130%);
    width: 36px;
}

.marcan-property-contact-modal.is-contact-sent .marcan-property-contact-modal-thanks-arrow {
    animation: marcanContactThanksText 700ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms forwards;
}

.marcan-property-contact-modal-thanks-yellow p {
    color: #4f4f4f;
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    left: 60px;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 206px;
    transform: translateY(40px);
}

.marcan-property-contact-modal.is-contact-sent .marcan-property-contact-modal-thanks-yellow p {
    animation: marcanContactThanksCopy 900ms cubic-bezier(0.22, 1, 0.36, 1) 300ms forwards;
}

.marcan-property-contact-modal-thanks-close {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 51px;
    padding: 0;
    position: absolute;
    right: 31px;
    top: 50px;
    width: 51px;
    z-index: 2;
}

.marcan-property-contact-modal-thanks-close::before,
.marcan-property-contact-modal-thanks-close::after {
    background: #4f4f4f;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 24px;
}

.marcan-property-contact-modal-thanks-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.marcan-property-contact-modal-thanks-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes marcanContactThanksIn {
    to {
        opacity: 1;
    }
}

@keyframes marcanContactThanksImage {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes marcanContactThanksYellow {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes marcanContactThanksText {
    to {
        opacity: 1;
        transform: translateY(0) rotate(45deg);
    }
}

.marcan-property-contact-modal.is-contact-sent .marcan-property-contact-modal-thanks-yellow p {
    animation-name: marcanContactThanksCopy;
}

.marcan-property-contact-modal-general .marcan-property-contact-modal-thanks {
    align-items: center;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.marcan-property-contact-modal-general .marcan-property-contact-modal-thanks-yellow {
    align-items: center;
    background: transparent;
    display: flex;
    height: auto;
    justify-content: center;
    left: auto;
    overflow: visible;
    position: relative;
    top: auto;
    transform: translateY(20px);
    width: min(652px, calc(100% - 120px));
}

.marcan-property-contact-modal-general.is-contact-sent .marcan-property-contact-modal-thanks-yellow {
    animation: marcanContactThanksYellow 800ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

.marcan-property-contact-modal-general .marcan-property-contact-modal-thanks-arrow {
    border-left-width: 12px;
    border-top-width: 12px;
    height: 34px;
    left: 0;
    top: -84px;
    width: 34px;
}

.marcan-property-contact-modal-general .marcan-property-contact-modal-thanks-yellow p {
    color: #4f4f4f;
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    left: auto;
    letter-spacing: 0.01em;
    line-height: 1.1;
    max-width: 652px;
    position: relative;
    text-align: left;
    top: auto;
}

.marcan-property-contact-modal-general.is-contact-sent .marcan-property-contact-modal-thanks-arrow {
    animation: marcanContactThanksText 720ms ease 520ms forwards;
}

.marcan-property-contact-modal-general.is-contact-sent .marcan-property-contact-modal-thanks-yellow p {
    animation: marcanContactThanksCopy 720ms ease 620ms forwards;
}

@keyframes marcanContactThanksCopy {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.marcan-property-contact-modal-close {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 51px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 65px;
    width: 51px;
    z-index: 1;
}

.marcan-property-contact-modal-close::before,
.marcan-property-contact-modal-close::after {
    background: #4f4f4f;
    content: '';
    height: 1.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 16px;
}

.marcan-property-contact-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.marcan-property-contact-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.marcan-property-contact-modal-sidebar-content {
    margin-top: auto;
    padding: 0 30px;
}

.marcan-property-contact-modal-sidebar-heading {
    color: #727271;
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}

.marcan-property-contact-modal-sidebar-info {
    color: #727271;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    width: 247px;
}

.marcan-property-contact-modal-sidebar-info p {
    margin: 0 0 12px;
}

.marcan-property-contact-modal-sidebar-info strong {
    font-weight: 600;
}

.marcan-property-contact-modal-sidebar-info a {
    color: #727271;
    text-decoration: underline;
}

.marcan-page-shell,
.marcan-error-page {
    background: #ffffff;
    color: #4f4f4f;
    min-height: 936px;
    padding: 0;
}

.marcan-page-placeholder,
.marcan-error-page-inner {
    margin: 0 auto;
    max-width: 1452px;
}

.marcan-error-page-inner {
    height: 936px;
    position: relative;
}

.marcan-error-page-copy {
    left: calc(8.33% + 27px);
    position: absolute;
    top: 341px;
    width: 512px;
}

.marcan-error-page-media {
    height: 312px;
    left: calc(58.33% - 5px);
    margin: 0;
    position: absolute;
    top: 307px;
    width: 423px;
}

.marcan-error-page-media img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.marcan-page-placeholder h1,
.marcan-page-hero-simple h1,
.marcan-post-placeholder h1,
.marcan-error-page-inner h1 {
    color: #4f4f4f;
    font-family: Bitter, Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.1;
    margin: 0;
}

.marcan-page-hero-simple {
    margin: 0 auto;
    max-width: 1452px;
}

.marcan-page-hero-simple p {
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(20px, 2.2vw, 32px);
    line-height: 1.25;
    margin: 28px 0 0;
    max-width: 760px;
}

.marcan-error-page-inner p,
.marcan-error-page-inner h2 {
    font-family: Inter, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
}

.marcan-error-page-inner p {
    color: #727271;
    font-size: 22px;
    line-height: 1.3;
    margin-top: 62px;
}

.marcan-error-page-inner h2 {
    color: #727271;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 35px;
    max-width: 390px;
}

.marcan-error-page-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.marcan-error-page-actions a {
    align-items: center;
    background: #ffffff;
    color: #4f4f4f;
    display: inline-flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    height: 51px;
    justify-content: center;
    padding: 0 24px;
    text-decoration: none;
}


/* ── Contact Modal / Plan Lightbox — mobile (debe ir después de los estilos base) ── */
@media (min-width: 901px) and (max-height: 820px) {
    .marcan-property-contact-modal {
        max-height: calc(100svh - 36px);
        width: min(calc(100vw - 36px), 1252px);
    }

    .marcan-property-contact-modal-form-area {
        padding: 34px 52px;
    }

    .marcan-property-contact-modal-form-area > h2 {
        font-size: 40px;
        margin-bottom: 28px;
    }

    .marcan-property-contact-modal-fields {
        gap: 16px;
        margin-bottom: 18px;
    }

    .marcan-property-contact-modal-checks {
        gap: 12px;
        margin-bottom: 18px;
    }
}

@media (max-width: 900px) {
    .marcan-property-plan-lightbox,
    .marcan-property-contact-modal,
    .marcan-property-contact-modal.is-contact-sent,
    .marcan-property-contact-modal-general.is-contact-sent {
        border-radius: 0;
        height: 100svh;
        margin: 0;
        max-height: none;
        max-width: none;
        width: 100vw;
    }

    .marcan-property-plan-lightbox[open],
    .marcan-property-contact-modal[open] {
        animation: marcanResponsiveModalFromRight 360ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .marcan-property-plan-lightbox-inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: 100%;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 74px 16px 24px;
    }

    .marcan-property-plan-lightbox-unit-title {
        font-size: 34px;
        left: auto;
        line-height: 1.1;
        position: static;
        top: auto;
    }

    .marcan-property-plan-lightbox-plan {
        flex: 0 0 auto;
        height: min(54svh, 510px);
        left: auto;
        position: static;
        top: auto;
        width: 100%;
    }

    .marcan-property-plan-lightbox-legend {
        flex: 0 0 auto;
        height: auto;
        left: auto;
        min-height: 0;
        overflow: visible;
        padding: 22px 18px;
        position: static;
        right: auto;
        top: auto;
    }

    .marcan-property-plan-lightbox-legend-heading {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .marcan-property-plan-lightbox-legend-cols {
        bottom: auto;
        flex-direction: column;
        gap: 18px;
        left: auto;
        position: static;
        right: auto;
    }

    .marcan-property-plan-lightbox-legend-group strong {
        font-size: 18px;
    }

    .marcan-property-plan-lightbox-legend-group ul,
    .marcan-property-plan-lightbox-legend-cols ol {
        font-size: 16px;
    }

    .marcan-property-plan-lightbox-footer {
        align-items: stretch;
        bottom: auto;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 45px;
        position: static;
        right: auto;
        top: auto;
    }

    .marcan-property-plan-lightbox-footer .marcan-button-line,
    .marcan-property-plan-lightbox-footer .marcan-button-dark {
        align-items: center;
        display: flex;
        font-size: 14px;
        justify-content: center;
        padding: 12px 10px;
        text-align: center;
    }

    .marcan-property-plan-lightbox-close {
        position: fixed;
        right: 16px;
        top: 16px;
        z-index: 3;
    }

    .marcan-property-contact-modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .marcan-property-contact-modal-inner {
        display: block;
        min-height: 100%;
    }

    .marcan-property-contact-modal-form-area {
        min-height: 100svh;
        padding: 72px 20px 32px;
    }

    .marcan-property-contact-modal-form-area > h2 {
        font-size: 36px;
        margin-bottom: 34px;
    }

    .marcan-property-contact-modal-fields,
    .marcan-property-contact-modal-checks,
    .marcan-property-contact-modal-submit,
    .marcan-property-contact-modal-message {
        max-width: none;
    }

    .marcan-property-contact-modal-fields {
        gap: 18px;
    }

    .marcan-property-contact-check span {
        font-size: 14px;
    }

    .marcan-property-contact-modal-sidebar {
        background: transparent;
        inset: 0 0 auto auto;
        overflow: visible;
        padding: 0;
        position: absolute;
        z-index: 10;
    }

    .marcan-property-contact-modal-sidebar-content {
        display: none;
    }

    .marcan-property-contact-modal-close {
        height: 52px;
        position: fixed;
        right: 8px;
        top: 8px;
        width: 52px;
    }

    .marcan-property-contact-modal-thanks {
        min-height: 100svh;
    }

    .marcan-property-contact-modal-thanks img {
        height: 56%;
        left: 0;
        object-fit: cover;
        top: 0;
        width: 100%;
    }

    .marcan-property-contact-modal-thanks-yellow {
        bottom: 0;
        height: 48%;
        left: 0;
        padding: 28px 24px;
        top: auto;
        width: 100%;
    }

    .marcan-property-contact-modal-thanks-arrow {
        left: 24px;
        top: 28px;
    }

    .marcan-property-contact-modal-thanks-yellow p {
        bottom: 36px;
        font-size: 34px;
        left: 24px;
        top: auto;
    }

    .marcan-property-contact-modal-thanks-close {
        right: 8px;
        top: 8px;
    }

    .marcan-property-contact-modal-general .marcan-property-contact-modal-thanks-yellow {
        width: calc(100% - 48px);
    }

    .marcan-property-contact-modal-general .marcan-property-contact-modal-thanks-yellow p {
        font-size: 34px;
    }
}

.marcan-page-shell-complaint {
    background: #ffffff;
    color: var(--marcan-ink);
}

.marcan-complaint-body {
    padding: 40px 16px 90px;
}

.marcan-complaint-inner {
    margin: 0 auto;
    max-width: 880px;
}

.marcan-complaint-provider {
    border: 1px solid #e6e4df;
    border-radius: var(--marcan-radius);
    color: var(--marcan-ink);
    font-size: 15px;
    line-height: 1.5;
    padding: 18px 22px;
}

.marcan-complaint-provider p {
    margin: 0;
}

.marcan-complaint-provider .marcan-complaint-date {
    color: #4f4f4f;
    margin-top: 6px;
}

.marcan-complaint-intro {
    color: #5b5b5b;
    font-size: 15px;
    line-height: 1.55;
    margin: 22px 0 32px;
}

.marcan-complaint-fieldset {
    border: none;
    border-top: 1px solid #e6e4df;
    margin: 0 0 8px;
    padding: 24px 0 8px;
}

.marcan-complaint-fieldset legend {
    color: var(--marcan-ink);
    font-family: Bitter, Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
}

.marcan-complaint-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
}

.marcan-complaint-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.marcan-complaint-field-wide {
    grid-column: 1 / -1;
}

.marcan-complaint-field > span,
.marcan-complaint-label {
    color: var(--marcan-ink);
    font-size: 14px;
    font-weight: 500;
}

.marcan-complaint-field input,
.marcan-complaint-field select,
.marcan-complaint-field textarea {
    background: #fbfaf8;
    border: 1px solid #d8d5cf;
    border-radius: 6px;
    box-sizing: border-box;
    color: var(--marcan-ink);
    font-family: inherit;
    font-size: 15px;
    padding: 11px 14px;
    width: 100%;
}

.marcan-complaint-field textarea {
    resize: vertical;
}

.marcan-complaint-field input:focus,
.marcan-complaint-field select:focus,
.marcan-complaint-field textarea:focus {
    border-color: var(--marcan-yellow);
    outline: none;
}

.marcan-complaint-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 4px;
}

.marcan-complaint-radios label {
    align-items: center;
    color: var(--marcan-ink);
    display: inline-flex;
    font-size: 15px;
    gap: 8px;
}

.marcan-complaint-hint {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 1.4;
    margin: 8px 0 0;
}

.marcan-complaint-check {
    align-items: flex-start;
    color: #5b5b5b;
    display: flex;
    font-size: 13px;
    gap: 10px;
    line-height: 1.5;
    margin: 18px 0;
}

.marcan-complaint-check input {
    flex: 0 0 auto;
    margin-top: 2px;
}

.marcan-complaint-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 12px;
}

.marcan-complaint-submit {
    background: var(--marcan-ink);
    border: none;
    border-radius: 0;
    color: var(--marcan-white);
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 28px;
    transition: opacity 0.2s var(--marcan-ease);
}

.marcan-complaint-submit:hover {
    opacity: 0.88;
}

.marcan-complaint-submit:disabled {
    cursor: default;
    opacity: 0.6;
}

.marcan-complaint-feedback {
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.marcan-complaint-feedback.is-ok {
    color: #1f7a3d;
}

.marcan-complaint-feedback.is-error {
    color: #c0392b;
}

.marcan-site-footer-complaint {
    display: inline-block;
    line-height: 0;
    margin-top: 16px;
    transition: opacity 0.2s var(--marcan-ease);
    width: 62px;
}

.marcan-site-footer-complaint:hover {
    opacity: 0.85;
}

.marcan-site-footer-complaint img {
    display: block;
    height: auto;
    width: 100%;
}

@media (max-width: 900px) {
    .marcan-complaint-grid {
        grid-template-columns: 1fr;
    }

    .marcan-complaint-fieldset legend {
        font-size: 20px;
    }

    .marcan-complaint-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .marcan-complaint-submit {
        width: 100%;
    }
}

@keyframes introLogo {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.marcan-about-page {
    background: #ffffff;
    color: var(--marcan-ink);
    overflow-x: clip;
}

.marcan-about-page img {
    display: block;
    height: 100%;
    width: 100%;
}

.marcan-about-hero,
.marcan-about-reasons,
.marcan-about-iconic,
.marcan-about-facts {
    position: relative;
    width: 100%;
}

.marcan-field-font-size {
    font-size: inherit;
}

@media (min-width: 901px) {
    .marcan-field-font-size[style*="--marcan-font-size-desktop"] {
        font-size: var(--marcan-font-size-desktop) !important;
    }

    .marcan-field-font-size--rich[style*="--marcan-font-size-desktop"] :where(p, span, strong, b, em, i, a, li, h1, h2, h3, h4, h5, h6, div) {
        font-size: var(--marcan-font-size-desktop) !important;
    }
}

@media (max-width: 900px) {
    .marcan-field-font-size[style*="--marcan-font-size-mobile"] {
        font-size: var(--marcan-font-size-mobile) !important;
    }

    .marcan-field-font-size--rich[style*="--marcan-font-size-mobile"] :where(p, span, strong, b, em, i, a, li, h1, h2, h3, h4, h5, h6, div) {
        font-size: var(--marcan-font-size-mobile) !important;
    }
}
