
/* ============================================================
   BEMAVI — Página de Empreendimento (detalhe)
   Segue o padrão de tokens/estética da home (bemavi-home.css).
   Layout fluido e responsivo — sem posicionamento absoluto fixo.
   ============================================================ */

body.bemavi-emp-page {
    --emp-page-max: 1280px;
    --emp-container-width: min(var(--emp-page-max), calc(100vw - 80px));
    --emp-container-left: calc((100vw - var(--emp-container-width)) / 2);
    --emp-concept-pad-top: 138px;
    --emp-hero-side-bottom: -138px;
    --emp-facade-width: 524px;
    --emp-facade-offset-x: 16px;
    --emp-photo-join-x: calc(var(--emp-container-left) + var(--emp-facade-offset-x) + var(--emp-facade-width));
    --bemavi-bg: #d0c9bd;
    --bemavi-sand: #c1b4a2;
    --bemavi-taupe: #b1a086;
    --bemavi-text: #50423f;
    --bemavi-muted: #6f5f47;
    --bemavi-dark: #413532;
    --bemavi-deep: #231b1a;
    --bemavi-cream: #ebe7e4;
    background: #d0c9bd;
    color: #50423f;
}

body.bemavi-emp-page .smooth-scroll-content {
    padding-top: 0;
    padding-bottom: 0;
}

body.bemavi-emp-page .smooth-scroll-container {
    background: #d0c9bd;
}

body.bemavi-emp-page .bt-whatsbox:not(.bt-whatsbox-bemavi) {
    display: none !important;
}

@media only screen and (min-width: 1025px) {
    html:has(body.bemavi-emp-page),
    body.bemavi-emp-page {
        margin-top: 0 !important;
    }
}

/* ── Header (transparente sobre o hero, com logo + menu) ───────────── */
body.bemavi-emp-page .site-header.bemavi-site-header,
body.bemavi-emp-page .site-header.bemavi-site-header.is-compact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 120px;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.bemavi-emp-page .site-header.bemavi-site-header.is-hide,
body.bemavi-emp-page.header-lock-visible .site-header.bemavi-site-header {
    transform: translateY(0) !important;
}

.bemavi-header-brand {
    position: absolute;
    top: 67px;
    left: 70px;
    z-index: 12;
    display: block;
    pointer-events: auto;
}

.bemavi-header-brand img {
    display: block;
    width: 145px;
    height: 16px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

/* Linha vertical decorativa — posicionada dentro do emp-hero-inner (container) */
.emp-hero-line {
    position: absolute;
    top: 63px;
    left: 2px;
    width: 2px;
    height: 251px;
    background: var(--bemavi-taupe);
    pointer-events: none;
}

/* ── Estrutura base ────────────────────────────────────────────────── */
.bemavi-emp {
    position: relative;
    overflow: hidden;
    background: var(--bemavi-bg);
    color: var(--bemavi-text);
    font-family: var(--font-base);
    font-weight: 300;
}

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

.emp-container {
    width: var(--emp-container-width);
    margin: 0 auto;
}

.emp-section-title {
    margin: 0;
    color: var(--bemavi-text);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}

/* ============================================================
   1) HERO
   ============================================================ */
.emp-hero {
    position: relative;
    z-index: 2;
    display: block;
    height: auto;
    min-height: 840px;
    isolation: isolate;
    overflow: visible;
    background: var(--bemavi-deep);
    color: var(--bemavi-cream);
}

.emp-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.emp-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* No Figma a imagem do banner já é escura; como as fotos do q-admin
       podem ser claras, escurecemos a própria imagem antes do overlay. */
    filter: brightness(0.15) saturate(0.85);
}

.emp-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(180deg, rgba(39, 31, 29, 0.92) 0%, rgba(39, 31, 29, 0.62) 100%);
}

/* Imagem secundária à direita do banner (puxada do q-admin) */
.emp-hero-figure {
    position: absolute;
    top: auto;
    left: var(--emp-photo-join-x);
    right: 0;
    bottom: var(--emp-hero-side-bottom);
    width: auto;
    max-width: none;
    aspect-ratio: 1060 / 580;
    z-index: 2;
    overflow: hidden;
}

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

.emp-hero-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(39, 31, 29, 0.6) 0%, rgba(39, 31, 29, 0) 50%),
        linear-gradient(36deg, rgba(39, 31, 29, 0.6) 0%, rgba(39, 31, 29, 0) 50%);
}

/* Galeria conceito: slides empilhados com crossfade + setas no canto inferior */
.emp-hero-figure-track {
    position: absolute;
    inset: 0;
}

.emp-hero-figure--gallery .emp-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.emp-hero-figure--gallery .emp-hero-slide.is-active {
    opacity: 1;
}

.emp-hero-figure-nav {
    position: absolute;
    left: 64px;
    bottom: 30px;
    z-index: 3;
    display: flex;
    gap: 16px;
}

/* Mesmo padrão visual das setas da galeria principal (.emp-gallery-arrow) */
.emp-hero-figure-arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--bemavi-taupe);
    color: var(--bemavi-text);
    cursor: pointer;
    transition: background 0.35s ease;
}

.emp-hero-figure-arrow:hover,
.emp-hero-figure-arrow:focus-visible {
    background: var(--bemavi-cream);
}

.emp-hero-figure-arrow svg {
    width: 9px;
    height: 18px;
}

.emp-hero-inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 265px 0 0 105px;
}

.emp-hero h1 {
    margin: 0 0 140px;
    max-width: 760px;
    color: #d1cec9;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 12px;
    font-weight: 300;
}

.emp-hero-sub {
    max-width: 353px;
    margin: 0 0 108px;
    color: #d1cec9;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}

/* ============================================================
   INTRO DO HERO (logo → linha → nome letra a letra → subtítulo → botão → imagem)
   A logo fica fixa no início do hero e rola junto (não acompanha o header).
   ============================================================ */
body.bemavi-emp-page .bemavi-header-brand {
    display: none;
}

.emp-hero-logo {
    position: absolute;
    top: 60px;
    left: 70px;
    z-index: 5;
    width: 145px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.emp-hero-line {
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 1.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.emp-hero-title {
    opacity: 0;
}

.emp-hero-title .hero-char {
    display: inline-block;
    opacity: 0;
    transition: opacity 1s ease;
}

.emp-hero-sub {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.emp-hero-cta {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.emp-hero-figure {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.8s ease, transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.bemavi-emp.is-hero-revealed .emp-hero-logo {
    opacity: 0.96;
    transform: none;
    transition-delay: 0s;
}

.bemavi-emp.is-hero-revealed .emp-hero-line {
    transform: scaleY(1);
    transition-delay: 0.7s;
}

.bemavi-emp.is-hero-revealed .emp-hero-title {
    opacity: 1;
}

.bemavi-emp.is-hero-revealed .emp-hero-title .hero-char {
    opacity: 1;
    transition-delay: var(--d, 0s);
}

.bemavi-emp.is-hero-revealed .emp-hero-sub {
    opacity: 1;
    transform: none;
    transition-delay: var(--sub-delay, 1.6s);
}

.bemavi-emp.is-hero-revealed .emp-hero-cta {
    opacity: 1;
    transform: none;
    transition-delay: var(--btn-delay, 1.9s);
}

.bemavi-emp.is-hero-revealed .emp-hero-figure {
    opacity: 1;
    transform: none;
    transition-delay: var(--fig-delay, 2.3s);
}

@media (prefers-reduced-motion: reduce) {
    .emp-hero-logo,
    .emp-hero-line,
    .emp-hero-title .hero-char,
    .emp-hero-sub,
    .emp-hero-cta,
    .emp-hero-figure {
        transition: none !important;
    }
}

/* ============================================================
   2) CONCEITO + DIFERENCIAIS
   ============================================================ */
.emp-concept {
    position: relative;
    z-index: 1;
    padding: var(--emp-concept-pad-top) 0 80px;
    background: linear-gradient(180deg, #a38f81  0%, rgba(209, 206, 201, 0) 30%);
}

.emp-concept-grid {
    display: grid;
    grid-template-columns: var(--emp-facade-width) minmax(0, 1fr);
    gap: 120px;
    align-items: start;
    box-sizing: border-box;
    padding-left: var(--emp-facade-offset-x);
}

.emp-concept-media {
    position: relative;
    width: var(--emp-facade-width);
    max-width: 100%;
    aspect-ratio: 524 / 700;
    overflow: hidden;
    background: #b8afa3;
}

.emp-concept-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.emp-concept-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emp-concept-copy {
    position: relative;
    padding-left: 96px;
    padding-top: 135px;
}

.emp-concept-line {
    position: absolute;
    left: 0;
    top: 111px;
    width: 2px;
    height: 589px;
    background: #B1A086;
    transform-origin: top center;
    /* Anula o fade do waypoint — linha sempre sólida */
    opacity: 1 !important;
    transform: scaleY(1) !important;
    animation: none !important;
}

/* Especificações de destaque — ícone + valor (metragem / suítes / vagas).
   Aparecem no topo da coluna de conteúdo, conforme preenchidos no q-admin. */
.emp-specs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px 32px;
    margin: 0 0 56px;
    padding: 0;
    list-style: none;
}

.emp-specs--mobile {
    display: none;
}

.emp-spec {
    display: flex;
    flex: none;
    align-items: center;
    gap: 12px;
}

.emp-spec-ico {
    flex: none;
    width: auto;
    height: 23px;
}

.emp-spec-text {
    color: #75615c;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

/* Em telas estreitas a linha única não cabe — volta a quebrar */
@media only screen and (max-width: 768px), (max-width: 1024px) and (orientation: portrait) {
    .emp-specs {
        flex-wrap: wrap;
        gap: 18px 28px;
    }
}

.emp-diferenciais {
    display: grid;
    gap: 56px;
}

.emp-diferencial p {
    margin: 0;
    max-width: 370px;
    color: #75615c;
    font-size: 18px;
    line-height: 24px;
}

.emp-concept-text {
    margin: 0;
    max-width: 370px;
    color: #75615c;
    font-size: 18px;
    line-height: 24px;
}

.emp-concept-text p {
    margin: 0 0 24px;
}

.emp-concept-text p:last-child {
    margin-bottom: 0;
}

.emp-concept-text strong,
.emp-concept-text b {
    font-weight: 600;
    color: #5e4c47;
}

/* ============================================================
   3) VÍDEO PRINCIPAL
   ============================================================ */
.emp-video {
    padding: 20px 0 0;
    background: var(--bemavi-bg);
}

.emp-video .emp-container {
    width: min(1297px, calc(100% - 48px));
}

.emp-video-stage {
    position: relative;
    aspect-ratio: 1297 / 727;
    overflow: hidden;
    background: var(--bemavi-deep);
}

.emp-video-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emp-video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: grid;
    place-items: center;
    isolation: isolate;
    transform: none;
}

.emp-video-play::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(39, 31, 29, 0.90) 0%, rgba(39, 31, 29, 0.50) 100%);
    opacity: 1;
    transition: opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.emp-video-play img {
    position: relative;
    z-index: 1;
    width: 80px;
    height: auto;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.emp-video-link:hover .emp-video-play::before {
    opacity: 0.28;
}

.emp-video-link:hover .emp-video-play img {
    transform: scale(1.12);
}

/* ============================================================
   3b) ITENS — "Conheça o Empreendimento"
   ============================================================ */
.emp-itens {
    background: transparent;
    padding: 0;
    margin-bottom: -120px;
    position: relative;
    z-index: 2;
}

.emp-itens .emp-container {
    background: var(--bemavi-taupe);
    padding: 72px 80px 160px;
    width: min(1297px, calc(100% - 48px));
}

.emp-itens-title {
    margin: 0 0 48px;
    color: var(--bemavi-dark);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}

/* Marcador de quebra do "Conheça o [nome]" — só quebra no mobile (display:block lá) */
.emp-itens-title-brk {
    display: none;
}

.emp-itens-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
}

.emp-itens-col {
    list-style: none;
    margin: 0;
    padding: 0;
}

.emp-itens-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 0;
    border-bottom: 1px solid #998465;
    color: var(--bemavi-dark);
    font-size: 18px;
    font-weight: 300;
    line-height: 70px;
}

.emp-itens-dot {
    color: #998465;
    font-size: 19px;
    flex-shrink: 0;
}

/* ============================================================
   4) DESCUBRA — seção marrom escura (vídeo + itens + galeria)
   ============================================================ */
.emp-discover {
    position: relative;
    display: flow-root;        /* BFC: contém a margem negativa do vídeo (peek) */
    margin-top: 0;
    padding: 96px 0 120px;
    background: linear-gradient(180deg, #6e6056 0%, #312723 100%);
    color: var(--bemavi-cream);
    text-align: center;
}

/* Com vídeo, o fundo escuro começa na metade do vídeo: ele sobe pra fora do topo
   da seção (peek) e a box taupe dos itens fica dentro do escuro — como no Figma. */
.emp-discover.emp-discover--has-video {
    /* peek ≈ metade da altura do vídeo (proporção 1297/727 → altura = 0,56·largura) */
    --emp-discover-peek: calc(min(1297px, 100vw - 48px) * 0.28);
    margin-top: calc(var(--emp-discover-peek) + 24px); /* respiro claro acima pro peek */
    padding-top: 0;
}

.emp-discover-video {
    position: relative;
    z-index: 1;
    margin-top: calc(-1 * var(--emp-discover-peek)); /* puxa o vídeo: metade fica acima */
    margin-bottom: 0; /* itens grudam na base do vídeo */
}

.emp-discover-video .emp-container {
    width: min(1297px, calc(100% - 48px));
}

.emp-discover-video .emp-video-link {
    display: block;
}

/* Box taupe dos itens — agora um "card" sobre o fundo escuro */
.emp-discover-itens {
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
}

.emp-discover-itens .emp-container {
    width: min(1297px, calc(100% - 48px));
    background: var(--bemavi-taupe);
    padding: 64px 80px 72px;
    text-align: left;
}

.emp-discover-head {
    width: min(485px, 100%);
    margin: 0 auto 110px;
}

.emp-discover-head h2 {
    margin: 0 0 50px;
    color: var(--bemavi-cream);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}

.emp-discover-head p {
    margin: 0 0 81px;
    color: var(--bemavi-taupe);
    font-size: 20px;
    line-height: 26px;
}

.emp-gallery {
    position: relative;
    display: block;
    width: 100%;
}

.emp-gallery-viewport {
    position: relative;
    width: min(1280px, 100%);
    margin: 0 auto;
    aspect-ratio: 1280 / 770;
    overflow: visible;
    margin-bottom: 130px;
    touch-action: pan-y;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.emp-gallery-viewport:active {
    cursor: grabbing;
}

.emp-gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    overflow: visible;
    transform: none;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease, filter 0.7s ease;
    pointer-events: none;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.emp-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    user-select: none;
}

.emp-gallery-zoom {
    display: none;
}

.emp-gallery-slide.is-active {
    opacity: 1;
    z-index: 3;
    transform: none;
    pointer-events: auto;
}

.emp-gallery-slide.is-prev {
    opacity: 0.55;
    z-index: 2;
    top: 64px;
    left: calc(-83.4375% - 16px);
    width: 83.4375%;
    height: 83.3766%;
    transform: none;
    filter: brightness(0.5);
}

.emp-gallery-slide.is-next {
    opacity: 0.55;
    z-index: 2;
    top: 64px;
    left: calc(100% + 16px);
    width: 83.4375%;
    height: 83.3766%;
    transform: none;
    filter: brightness(0.5);
}

.emp-gallery-caption {
    position: absolute;
    left: calc(50% - 93px);
    top: calc(100% + 55px);
    z-index: 4;
    padding-left: 42px;
    color: var(--bemavi-taupe);
    text-transform: uppercase;
    font-size: 19px;
    line-height: 28px;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.emp-gallery-slide.is-active .emp-gallery-caption {
    opacity: 1;
}

.emp-gallery-caption::before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    height: 98px;
    bottom: auto;
    width: 2px;
    background: var(--bemavi-taupe);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.8s cubic-bezier(0.38, 0, 0.02, 1) 0.2s;
}

.emp-gallery-slide.is-active .emp-gallery-caption::before {
    transform: scaleY(1);
}

.emp-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--bemavi-taupe);
    color: var(--bemavi-text);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.35s ease;
}

.emp-gallery-arrow svg {
    width: 9px;
    height: 18px;
}

.emp-gallery-arrow[data-emp-gallery-prev] {
    left: 30px;
}

.emp-gallery-arrow[data-emp-gallery-next] {
    right: 30px;
}

.emp-gallery-arrow:hover {
    background: var(--bemavi-cream);
}

/* ============================================================
   5) CONCEITO AUTORAL — "Um Novo Olhar" + assinatura
   ============================================================ */
.emp-author {
    position: relative;
    padding: 225px 0 70px;
    background: linear-gradient(180deg, #A38F81 0%, var(--bemavi-bg) 45%);
}

.emp-author-symbol {
    position: absolute;
    top: 450px;
    left: clamp(-80px, calc((100vw - var(--emp-page-max)) / 2 - 387px), 0px);
    width: 376px;
    height: 450px;
    max-width: none;
    object-fit: fill;
    z-index: 0;
    pointer-events: none;
}

.emp-author-grid {
    display: grid;
    grid-template-columns: 736px minmax(0, 1fr);
    gap: 128px;
    align-items: start;
}

.emp-author-left {
    display: grid;
    grid-template-columns: 260px 416px;
    gap: 0 64px;
    align-items: start;
}

.emp-author-left h2 {
    max-width: 280px;
    margin: 11px 0 0;
    /* Palavras que não couberem descem inteiras para a próxima linha;
       overflow-wrap só quebra no meio em último caso (palavra maior que a
       coluna), sem hífen — nada de "ENCON-TRA". */
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual;
}

.emp-author-photo {
    position: relative;
    width: 416px;
    max-width: 100%;
    margin: 0;
    aspect-ratio: 416 / 570;
    overflow: hidden;
}

.emp-author-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
}

/* Revelação mascarada pelo símbolo Bemavi — mesma animação do "Fale conosco" da home */
.emp-author-photo-frame {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    -webkit-mask-image: url('../img/bemavi-home/symbol-hero.svg');
    mask-image: url('../img/bemavi-home/symbol-hero.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center 43%;
    mask-position: center 43%;
    -webkit-mask-size: 116% auto;
    mask-size: 116% auto;
    transform: translateX(calc(var(--anim-offset, 15%) * -1));
    will-change: opacity, transform;
}

.emp-author-photo-pattern {
    z-index: 1;
    transform: translateX(var(--anim-offset, 15%));
    will-change: transform;
}

.emp-author-photo-main {
    z-index: 1;
    opacity: 0;
    will-change: opacity;
}

.emp-author-photo.animated .emp-author-photo-frame {
    animation: bemaviContactSymbolReveal 1.55s 1 var(--ease-animation, cubic-bezier(0.38, 0, 0.02, 1)) 0.52s both,
        bemaviContactPatternFadeOut 0.85s 1 cubic-bezier(0.4, 0, 0.2, 1) 1.85s forwards;
}

.emp-author-photo.animated .emp-author-photo-pattern {
    animation: bemaviContactPatternImageLock 1.55s 1 var(--ease-animation, cubic-bezier(0.38, 0, 0.02, 1)) 0.52s both;
}

.emp-author-photo.animated .emp-author-photo-main {
    animation: bemaviContactWomanReveal 0.95s 1 cubic-bezier(0.4, 0, 0.2, 1) 1.7s both;
}

.emp-author-sign {
    position: relative;
    grid-column: 2;
    margin: 60px 0 0 70px;
    padding-left: 22px;
}

.emp-author-sign::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    bottom: auto;
    height: 90px;
    width: 2px;
    background: var(--bemavi-taupe);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.9s cubic-bezier(0.38, 0, 0.02, 1) 0.12s;
}

.emp-author-sign.animated::before {
    transform: scaleY(1);
}

.emp-author-sign strong {
    display: block;
    color: var(--bemavi-muted);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
}

.emp-author-sign span {
    display: block;
    color: var(--bemavi-muted);
    font-size: 16px;
    line-height: 32px;
}

.emp-author-text {
    max-width: 380px;
    padding-top: 150px;
    color: var(--bemavi-text);
    font-size: 16px;
    line-height: 23px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.emp-author-text p {
    margin: 0 0 18px;
}

.emp-author-text p:last-child {
    margin-bottom: 0;
}

.emp-author-text strong,
.emp-author-text b {
    font-weight: 600;
}

/* ============================================================
   6) ANDAMENTO DAS OBRAS
   ============================================================ */
.emp-progress {
    padding: 110px 0 68px;
    background: var(--bemavi-bg);
}

.emp-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 76px;
}

.emp-progress-head h2 {
    margin-bottom: 0;
}

.emp-progress-track {
    position: relative;
    height: 5px;
    margin: 0 0 64px;
    border-radius: 999px;
    transition: opacity 0.7s ease;
}

/* Linha de fundo que "desenha" da esquerda p/ direita (cresce sem distorcer a bola) */
.emp-progress-line {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--bemavi-taupe);
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.emp-progress-track.animated .emp-progress-line {
    transform: scaleX(1);
}

.emp-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 0;
    background: var(--bemavi-muted);
    border-radius: 999px;
    transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.emp-progress-track.animated .emp-progress-fill {
    width: var(--emp-progress, 0%);
}

.emp-progress-dot {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: var(--bemavi-muted);
    transform: translate(-50%, -50%);
}

.emp-progress-bubble {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--bemavi-muted);
    color: var(--bemavi-cream);
    font-size: 15px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.emp-progress-track.animated .emp-progress-bubble {
    left: var(--emp-progress, 0%);
}

.emp-progress-stages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 28px;
}

.emp-progress-stages-trigger {
    display: none;
}

.emp-progress-stages-menu {
    display: contents;
}

.emp-progress-stages-menu[hidden] {
    display: contents;
}

.emp-progress-stage {
    color: var(--bemavi-taupe);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
}

/* ============================================================
   6b) PLANTAS — "Descubra os Ambientes"
   ============================================================ */
.emp-plantas {
    position: relative;
    overflow: hidden;          /* evita scroll horizontal */
    z-index: 1;
    padding: 0 0 120px;
}

/* Sem parceiro e sem andamento de obra, as plantas vêm logo após a galeria
   escura — o respiro que essas seções davam vira margem (margin, e não
   padding, para a caixa de fundo das plantas não crescer junto) */
.emp-discover + .emp-plantas {
    margin-top: clamp(56px, 8vw, 110px);
}

/* Caixa de fundo — absolute, cobre a área do título + cards + setas */
.emp-plantas-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1640px;
    max-width: calc(100vw - 80px);
    height: calc(100% - 80px);   /* deixa respiro no final */
    background: #C9C0B2;
    z-index: 0;
}

/* Inner — relative, z acima do bg */
.emp-plantas-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 90px;
}

.emp-plantas-title {
    text-align: center;
    margin: 0 0 60px;
}

/* Carrossel */
.emp-plantas-carousel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.emp-plantas-viewport {
    width: 100%;
    overflow: visible;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
}

.emp-plantas-viewport:active {
    cursor: grabbing;
}

.emp-plantas-track {
    display: flex;
    gap: 24px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    padding: 0 calc((100vw - 1640px + 80px) / 2 + 40px);
}

.emp-plantas-card {
    flex: 0 0 632px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.emp-plantas-card-img {
    position: relative;
    display: block;
    width: 632px;
    max-width: 100%;
    aspect-ratio: 632 / 380;
    overflow: hidden;
    background: var(--bemavi-bg);
    text-decoration: none;
    color: inherit;
}

.emp-plantas-card-img > img {
    width: 100%;
    height: 100%;
    /* Respiro interno — no Figma a planta não encosta nas bordas do card */
    box-sizing: border-box;
    padding: 30px 38px;
    object-fit: contain;
    object-position: center;
}

/* Zoom icon — canto inferior direito da imagem */
.emp-plantas-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 30px;
    height: 29px;
    display: grid;
    place-items: center;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.emp-plantas-card-img:hover .emp-plantas-zoom {
    opacity: 1;
    transform: scale(1.2);
}

.emp-plantas-card-label {
    display: block;
    margin-bottom: 16px;
    color: var(--bemavi-text);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 500;
    text-align: left;
    align-self: flex-start;
    padding-left: 30px;
    position: relative;
    padding-bottom: 6px;
}

.emp-plantas-card-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 100%;
    height: 1px;
    background: var(--bemavi-taupe);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.emp-plantas-card:hover .emp-plantas-card-label::after {
    transform: scaleX(1);
}

.emp-plantas-card-info {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 0;
    align-self: flex-start;
    padding-left: 120px;
}

.emp-plantas-card-info-line {
    display: block;
    width: 2px;
    height: 70px;
    background: var(--bemavi-taupe);
    flex-shrink: 0;
}

.emp-plantas-card-info-text {
    color: var(--bemavi-taupe);
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    padding-top: 24px;
}

/* Setas — mesmo estilo da galeria */
.emp-plantas-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 64px;
}

.emp-plantas-arrow {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--bemavi-taupe);
    color: var(--bemavi-text);
    cursor: pointer;
    transition: background 0.35s ease;
}

.emp-plantas-arrow svg {
    width: 9px;
    height: 18px;
}

.emp-plantas-arrow:hover {
    background: var(--bemavi-cream);
}

.emp-plantas-arrow:disabled,
.emp-plantas-arrow.is-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/* ============================================================
   7) LOCALIZAÇÃO
   ============================================================ */
.emp-location {
    padding: 110px 0 0;
    background: var(--bemavi-bg);
}

.emp-location-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 79px;
}

.emp-location-address {
    flex-basis: 100%;       /* quebra para a linha abaixo do título "Estrategicamente..." */
    margin: 6px 0 0;
    color: var(--bemavi-muted);
    font-size: 18px;        /* menor que o título (.emp-section-title = 28px) */
    line-height: 26px;
}

.emp-location-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bemavi-text);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.emp-location-link svg {
    width: 18px;
    height: 18px;
}

.emp-location-media {
    position: relative;
    padding-top: 50px;
    width: calc(100vw - var(--emp-container-left));
}

.emp-location-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * var(--emp-container-left));
    width: 100vw;
    height: 3px;
    background: var(--bemavi-taupe);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.1s cubic-bezier(0.38, 0, 0.02, 1);
}

.emp-location-media.animated::before {
    transform: scaleX(1);
}

.emp-location-media img,
.emp-location-media iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1600 / 500;
    object-fit: cover;
    display: block;
}

/* ============================================================
   8) PROXIMIDADES — "Curitiba ao seu redor"
   ============================================================ */
.emp-prox {
    padding: 118px 0 110px;
    background: var(--bemavi-bg);
}

.emp-prox-head {
    display: block;
    margin-bottom: 55px;
}

.emp-prox-head h2 {
    max-width: 481px;
}

.emp-prox-head p {
    max-width: 416px;
    margin: 40px 0 0;
    color: var(--bemavi-muted);
    font-size: 20px;
    line-height: 24px;
}

.emp-prox-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 76px;
}

.emp-prox-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 2px solid var(--bemavi-taupe);
}

.emp-prox-item dt {
    color: var(--bemavi-muted);
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.emp-prox-item dd {
    margin: 0;
    color: var(--bemavi-muted);
    font-size: 20px;
    line-height: 32px;
    white-space: nowrap;
}

/* ============================================================
   9) FORMULÁRIO — "Descubra Sua Nova Vida"
   ============================================================ */
.emp-interesse {
    padding: 80px 0 90px;
    background: var(--bemavi-sand);
}

.emp-interesse-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.emp-interesse-copy h2 {
    margin: 0 0 22px;
    color: var(--bemavi-cream);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}

.emp-interesse-copy p {
    margin: 0;
    max-width: 380px;
    color: var(--bemavi-text);
    font-size: 16px;
    line-height: 23px;
}

.emp-interesse-form {
    display: grid;
    gap: 30px;
}

.emp-field {
    position: relative;
}

.emp-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--bemavi-text);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.emp-field input,
.emp-field textarea {
    width: 100%;
    padding: 8px 0;
    border: 0;
    border-bottom: 2px solid #806e52;
    border-radius: 0;
    background: transparent;
    color: var(--bemavi-text);
    font-size: 15px;
    line-height: 24px;
    outline: none;
}

.emp-field textarea {
    resize: vertical;
    min-height: 60px;
}

.emp-field input::placeholder,
.emp-field textarea::placeholder {
    color: rgba(80, 66, 63, 0.6);
}

.emp-interesse-consent {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: var(--bemavi-text);
}

.emp-interesse-consent a {
    color: var(--bemavi-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.emp-interesse-actions {
    justify-self: end;
}

/* ── Botão (reaproveita .bemavi-button da home; fallback aqui) ──────── */
.bemavi-emp .bemavi-button {
    cursor: pointer;
    border: 0;
}

.bemavi-emp .bemavi-button.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

/* ============================================================
   RESPONSIVO
   ============================================================ */

/* Notebook (1025-1440px): conteudo mais centralizado (margem lateral maior)
   e ritmo vertical reduzido -- equilibrio proximo ao desktop. */
@media (min-width: 1025px) and (max-width: 1440px) {
    body.bemavi-emp-page {
        --emp-container-width: min(1120px, calc(100vw - 8vw));
        --emp-container-left: calc((100vw - var(--emp-container-width)) / 2);
        --emp-facade-width: 460px;
        --emp-concept-pad-top: 110px;
        --emp-hero-side-bottom: -110px;
    }

    .emp-hero-bg img {
        object-fit: cover;
    }

    .emp-hero {
        min-height: 680px;
    }

    .emp-hero-inner {
        padding: 230px 0 0 80px;
    }

    .emp-hero-logo {
        left: calc(var(--emp-container-left) + 80px);
    }

    .emp-hero h1 {
        font-size: 34px;
        line-height: 52px;
        letter-spacing: 10px;
        margin-bottom: 110px;
    }

    .emp-hero-sub {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 88px;
    }

    .emp-concept {
        padding: 110px 0 68px;
    }

    .emp-concept-grid {
        gap: 90px;
    }

    .emp-concept-copy {
        padding-left: 72px;
        padding-top: 100px;
    }

    .emp-concept-line {
        top: 88px;
        height: 480px;
    }

    .emp-diferenciais {
        gap: 44px;
    }

    .emp-diferencial p {
        font-size: 16px;
        line-height: 22px;
    }

    .emp-video .emp-container,
    .emp-itens .emp-container,
    .emp-discover-itens .emp-container,
    .emp-discover-video .emp-container {
        width: min(1120px, calc(100% - 8vw));
    }

    .emp-itens .emp-container {
        padding: 60px 64px 140px;
    }

    .emp-itens-title {
        margin-bottom: 40px;
    }

    .emp-itens-grid {
        gap: 0 48px;
    }

    .emp-itens-item {
        font-size: 16px;
        line-height: 60px;
    }

    .emp-discover {
        padding: 80px 0 100px;
    }

    .emp-discover-itens {
        margin-bottom: 90px;
    }

    .emp-discover-itens .emp-container {
        padding: 56px 64px 60px;
    }

    .emp-discover-head {
        margin-bottom: 88px;
    }

    .emp-discover-head h2 {
        margin-bottom: 40px;
    }

    .emp-discover-head p {
        margin-bottom: 64px;
        font-size: 18px;
        line-height: 24px;
    }

    .emp-gallery-viewport {
        width: min(1120px, 100%);
        margin-bottom: 110px;
    }

    .emp-author {
        padding: 180px 0 60px;
    }

    .emp-author-grid {
        grid-template-columns: 640px minmax(0, 1fr);
        gap: 90px;
    }

    .emp-author-left {
        grid-template-columns: 220px 370px;
        gap: 0 48px;
    }

    .emp-author-photo {
        width: 370px;
    }

    .emp-author-text {
        padding-top: 200px;
        font-size: 15px;
        line-height: 22px;
    }

    .emp-author-sign {
        margin: 48px 0 0 56px;
    }

    .emp-progress {
        padding: 90px 0 56px;
    }

    .emp-progress-head {
        margin-bottom: 60px;
    }

    .emp-progress-track {
        margin-bottom: 52px;
    }

    .emp-plantas {
        padding: 0 0 100px;
    }

    .emp-plantas-bg {
        width: 1440px;
        max-width: calc(100vw - 8vw);
    }

    .emp-plantas-inner {
        padding-top: 76px;
    }

    .emp-plantas-title {
        margin-bottom: 48px;
    }

    .emp-plantas-track {
        gap: 20px;
        padding: 0 calc((100vw - 1440px + 8vw) / 2 + 32px);
    }

    .emp-plantas-card {
        flex: 0 0 540px;
    }

    .emp-plantas-card-img {
        width: 540px;
    }

    .emp-plantas-card-info {
        padding-left: 100px;
    }

    .emp-location {
        padding: 90px 0 0;
    }

    .emp-location-head {
        margin-bottom: 60px;
    }

    .emp-prox {
        padding: 96px 0 90px;
    }

    .emp-prox-head {
        margin-bottom: 44px;
    }

    .emp-prox-list {
        gap: 0 56px;
    }

    .emp-prox-item {
        padding: 22px 0;
    }

    .emp-interesse {
        padding: 68px 0 76px;
    }

    .emp-interesse-grid {
        gap: 60px;
    }

    .emp-section-title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1180px) {
    body.bemavi-emp-page {
        --emp-container-width: min(960px, calc(100vw - 48px));
        --emp-container-left: calc((100vw - var(--emp-container-width)) / 2);
        --emp-facade-width: clamp(360px, 45vw, 460px);
        --emp-facade-offset-x: 0px;
    }

    .emp-container {
        width: var(--emp-container-width);
    }

    .emp-hero {
        min-height: 760px;
    }

    .emp-hero-figure {
        display: block;
    }

    .emp-hero-inner {
        padding: 230px 0 90px;
    }

    .emp-concept-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-left: 0;
    }

    .emp-concept-copy {
        padding-top: 0;
    }

    .emp-concept-line {
        top: 0;
        height: 100%;
    }

    .emp-itens .emp-container {
        padding: 56px 48px 140px;
    }

    .emp-itens-title {
        margin-bottom: 36px;
    }

    .emp-itens-grid {
        gap: 0 40px;
    }

    .emp-itens-item {
        font-size: 16px;
        line-height: 60px;
    }

    .emp-discover {
        margin-top: 0;
        padding: 100px 0 90px;
    }

    .emp-discover-itens {
        margin-bottom: 80px;
    }

    .emp-discover-itens .emp-container {
        padding: 56px 48px 56px;
    }

    .emp-discover-head {
        margin-bottom: 64px;
    }

    .emp-discover-head h2 {
        margin-bottom: 28px;
    }

    .emp-discover-head p {
        margin-bottom: 42px;
    }

    .emp-gallery-viewport {
        margin-bottom: 100px;
    }

    .emp-gallery-slide,
    .emp-gallery-slide.is-active,
    .emp-gallery-slide.is-prev,
    .emp-gallery-slide.is-next {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .emp-gallery-slide.is-prev,
    .emp-gallery-slide.is-next {
        opacity: 0;
    }

    .emp-concept-media {
        width: var(--emp-facade-width);
        max-width: 100%;
        margin: 0;
    }

    .emp-author-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .emp-author-left {
        display: grid;
        grid-template-columns: minmax(0, 260px) minmax(0, 416px);
        gap: 36px;
    }

    .emp-author-text {
        padding-top: 0;
    }

    .emp-author-symbol {
        display: none;
    }

    .emp-progress-stages {
        justify-content: flex-start;
    }

    .emp-plantas-bg {
        max-width: calc(100vw - 48px);
    }

    .emp-plantas-inner {
        padding-top: 70px;
    }

    .emp-plantas-title {
        margin-bottom: 48px;
    }

    .emp-plantas-track {
        gap: 20px;
        padding: 0 calc((100vw - 1200px + 48px) / 2 + 20px);
    }

    .emp-plantas-card {
        flex: 0 0 480px;
    }

    .emp-plantas-card-img {
        width: 480px;
    }

    .emp-interesse-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .emp-interesse-actions {
        justify-self: stretch;
    }
}

@media (max-width: 768px), (max-width: 1024px) and (orientation: portrait) {
    body.bemavi-emp-page {
        --emp-container-width: calc(100vw - var(--bemavi-mobile-gutter, 6vw) * 2);
        --emp-container-left: var(--bemavi-mobile-gutter, 6vw);
        --emp-facade-width: 100%;
        --emp-facade-offset-x: 0px;
    }

    .emp-container {
        width: var(--emp-container-width);
    }

    .bemavi-header-brand {
        top: 34px;
        left: 16px;
    }

    .bemavi-header-brand img {
        width: 120px;
        height: auto;
    }

    .emp-hero-line {
        display: none;
    }

    .emp-hero {
        min-height: 600px;
    }

    .emp-hero-figure {
        display: none;
    }

    .emp-hero-inner {
        padding: 140px 0 72px;
    }

    .emp-hero h1 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 5px;
        margin-bottom: 36px;
    }

    .emp-hero-sub {
        max-width: none;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 48px;
    }

    .emp-concept-copy {
        padding-left: 30px;
    }

    .emp-concept,
    .emp-author,
    .emp-progress,
    .emp-prox {
        padding: 70px 0;
    }

    .emp-location {
        padding: 70px 0 0;
    }

    .emp-itens .emp-container {
        padding: 40px 20px 120px;
    }

    .emp-itens {
        margin-bottom: -80px;
    }

    .emp-itens-title {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 34px;
    }

    .emp-itens-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .emp-itens-item {
        font-size: 16px;
        line-height: 56px;
    }

    .emp-discover {
        margin-top: 0;
        padding: 70px 0 80px;
    }

    .emp-discover-itens {
        margin-bottom: 56px;
    }

    .emp-discover-itens .emp-container {
        padding: 40px 20px 48px;
    }

    .emp-discover-head {
        margin-bottom: 44px;
    }

    .emp-discover-head h2 {
        margin-bottom: 24px;
    }

    .emp-discover-head p {
        margin-bottom: 36px;
        font-size: 16px;
        line-height: 24px;
    }

    .emp-discover-head h2,
    .emp-interesse-copy h2,
    .emp-prox-head h2,
    .emp-location-head h2,
    .emp-progress h2,
    .emp-author-left h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .emp-gallery-viewport {
        margin-bottom: 72px;
    }

    .emp-gallery-slide,
    .emp-gallery-slide.is-active,
    .emp-gallery-slide.is-prev,
    .emp-gallery-slide.is-next {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .emp-gallery-slide.is-prev,
    .emp-gallery-slide.is-next {
        opacity: 0;
    }

    .emp-gallery-arrow {
        width: 36px;
        height: 36px;
    }

    .emp-gallery-arrow[data-emp-gallery-prev] {
        left: 4px;
    }

    .emp-gallery-arrow[data-emp-gallery-next] {
        right: 4px;
    }

    .emp-gallery-caption {
        left: 18px;
        top: calc(100% + 22px);
        bottom: auto;
        padding-left: 18px;
        font-size: 15px;
    }

    .emp-gallery-caption::before {
        top: -8px;
        height: 50px;
    }

    .emp-author-left {
        grid-template-columns: 1fr;
    }

    .emp-author-left h2 {
        margin-top: 0;
    }

    .emp-author-photo {
        width: 100%;
        margin-left: 0;
    }

    .emp-author-sign {
        grid-column: auto;
        margin: 28px 0 0;
    }

    .emp-author-text {
        padding-top: 0;
    }

    .emp-progress h2 {
        margin-bottom: 64px;
    }

    .emp-progress-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 64px;
    }

    .emp-progress-track {
        margin-inline: 28px;
        margin-bottom: 54px;
    }

    .emp-progress-stages {
        justify-content: flex-start;
        gap: 4px 22px;
    }

    .emp-plantas {
        padding: 0 0 80px;
    }

    .emp-plantas-bg {
        width: calc(100vw - 32px);
        max-width: none;
    }

    .emp-plantas-inner {
        padding-top: 60px;
    }

    .emp-plantas-title {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 34px;
    }

    .emp-plantas-track {
        gap: 16px;
        padding: 0 16px;
    }

    .emp-plantas-card {
        flex: 0 0 85%;
        align-items: flex-end;
    }

    .emp-plantas-card-img {
        width: 100%;
    }

    .emp-plantas-card-label {
        margin-bottom: 12px;
        margin-top: 0;
        font-size: 14px;
        letter-spacing: 1.2px;
        padding-left: 16px;
    }

    .emp-plantas-card-label::after {
        left: 16px;
    }

    .emp-plantas-card-info {
        margin-top: 0;
        gap: 12px;
        padding-left: 50px;
    }

    .emp-plantas-card-info-line {
        height: 50px;
    }

    .emp-plantas-card-info-text {
        font-size: 13px;
        padding-top: 16px;
    }

    .emp-plantas-arrows {
        margin-top: 48px;
    }

    .emp-plantas-arrow {
        width: 36px;
        height: 36px;
    }

    .emp-plantas-arrow svg {
        width: 10px;
        height: 20px;
    }

    .emp-location-head {
        margin-bottom: 40px;
    }

    .emp-location-media {
        padding-top: 32px;
    }

    .emp-prox-head p {
        margin-top: 24px;
    }

    .emp-prox-list {
        grid-template-columns: 1fr;
    }

    .emp-prox-item dt,
    .emp-prox-item dd {
        font-size: 17px;
    }

    .emp-location-media img {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 768px), (max-width: 1024px) and (orientation: portrait) {
    body.bemavi-emp-page:not(.page-empreendimentos) {
        --emp-mobile-frame: min(100vw, 540px);
        --emp-mobile-edge: calc((100vw - var(--emp-mobile-frame)) / 2);
        --emp-mobile-card: min(416px, 77.05vw);
        --emp-mobile-gutter: calc((var(--emp-mobile-frame) - var(--emp-mobile-card)) / 2);
        --emp-mobile-text-offset: min(94px, 17.41vw);
        --emp-detail-bleed: clamp(240px, 54.07vw, 292px);
        --emp-concept-media-w: min(355px, 65.74vw);
        --emp-concept-copy-w: min(350px, 64.82vw);   /* coluna única p/ ícones + linha + texto */
        --emp-concept-media-h: clamp(342px, 87.75vw, 474px);
        --emp-concept-media-gap: clamp(65px, 16.67vw, 90px);
        --emp-concept-line-h: clamp(400px, 95.19vw, 514px);
        --emp-gallery-mobile-width: var(--emp-mobile-card);
        --emp-gallery-mobile-mid: clamp(91px, 23.33vw, 126px);
        --emp-gallery-mobile-height: clamp(181px, 46.67vw, 252px);
        --emp-gallery-arrow-size: clamp(26px, 5.56vw, 30px);
        --emp-container-width: var(--emp-mobile-card);
        --emp-container-left: calc(var(--emp-mobile-edge) + var(--emp-mobile-gutter));
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .bemavi-emp {
        overflow: hidden;
        background: var(--bemavi-bg);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-container {
        width: var(--emp-container-width);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero {
        min-height: auto;
        overflow: visible;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-bg img {
        object-fit: cover;
        object-position: center top;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-shade {
        background: linear-gradient(180deg, rgba(39, 31, 29, 0.9) 0%, rgba(39, 31, 29, 0.5) 100%);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-logo {
        top: clamp(126px, 27.41vw, 148px);
        left: calc(var(--emp-mobile-edge) + var(--emp-mobile-gutter) + var(--emp-mobile-text-offset));
        width: clamp(105px, 26.85vw, 145px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-line {
        display: block;
        top: clamp(60px, 11.67vw, 63px);
        left: 0;
        height: clamp(186px, 34.44vw, 190px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-inner {
        width: var(--emp-mobile-card);
        padding: clamp(184px, 41.85vw, 226px) 0 clamp(264px, 68.15vw, 368px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero h1 {
        width: max-content;
        max-width: calc(var(--emp-mobile-card) - var(--emp-mobile-text-offset));
        margin: 0 0 clamp(60px, 15.37vw, 83px) var(--emp-mobile-text-offset);
        font-size: clamp(16px, 3.89vw, 21px);
        line-height: clamp(26px, 5.83vw, 31.5px);
        letter-spacing: clamp(4.5px, 1.17vw, 6.3px);
        white-space: nowrap;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-sub {
        width: min(220px, 62vw);
        max-width: none;
        margin: 0 0 clamp(84px, 21.48vw, 116px) var(--emp-mobile-text-offset);
        font-size: clamp(17px, 4.44vw, 24px);
        line-height: clamp(23px, 5.19vw, 28px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-cta {
        margin-left: 0;
        min-width: 0;
        width: min(290px, 54vw);
        min-height: 45px;
        padding: 12px 22px;
        font-size: 13px;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-figure {
        display: block;
        top: calc(100% - var(--emp-detail-bleed) + clamp(44px, 10.77vw, 58px));
        left: calc(var(--emp-mobile-edge) + var(--emp-mobile-gutter));
        right: auto;
        bottom: auto;
        width: calc(var(--emp-mobile-frame) - var(--emp-mobile-gutter));
        max-width: 479px;
        aspect-ratio: 479 / 340;
        z-index: 4;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero-figure img {
        object-position: center;
    }

    /* Setas da galeria conceito no mobile: menores e mais encostadas no canto */
    .emp-hero-figure-nav {
        left: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .emp-hero-figure-arrow {
        width: 24px;
        height: 24px;
    }

    .emp-hero-figure-arrow svg {
        width: 7px;
        height: 14px;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept {
        padding: clamp(104px, 26.85vw, 145px) 0 clamp(78px, 16.67vw, 90px);
        /* Gradiente de transição no topo (igual ao da página de blog após o banner) */
        background:
            linear-gradient(180deg, rgba(163, 143, 129, 0.82) 0%, rgba(208, 201, 189, 0.72) 38%, rgba(208, 201, 189, 0) 100%) top / 100% min(460px, 120vw) no-repeat,
            var(--bemavi-bg);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-hero:not(:has(.emp-hero-figure)) + .emp-concept {
        padding-top: 70px;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept .emp-container {
        width: 100%;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: 0;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-specs--desktop {
        display: none;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-specs--mobile {
        display: grid;
        width: var(--emp-concept-copy-w);   /* mesma coluna do texto/linha → ícones alinhados à esquerda com a linha */
        margin: 0 auto clamp(65px, 16.85vw, 91px);
        padding: 0;
        box-sizing: border-box;
        gap: clamp(13px, 3.7vw, 20px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-spec {
        gap: clamp(18px, 4.63vw, 25px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-spec-ico {
        width: clamp(28px, 7.78vw, 42px);
        height: clamp(17px, 4.26vw, 23px);
        object-fit: contain;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-spec-text {
        color: #75615c;
        font-size: clamp(15px, 3.7vw, 20px);
        line-height: clamp(26px, 6.48vw, 35px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept-media {
        width: var(--emp-concept-media-w);
        max-width: none;
        margin: clamp(28px, 8vw, 48px) 0 0 auto;   /* desce um pouco a imagem de conceito */
        aspect-ratio: 355 / 474;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept-copy {
        width: var(--emp-concept-copy-w);
        margin: var(--emp-concept-media-gap) auto 0;
        padding: 0;          /* texto começa na linha (mesmo x dos ícones) */
        box-sizing: content-box;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept-line {
        display: block;
        top: calc(0px - var(--emp-concept-media-gap) - ((var(--emp-concept-media-h) + var(--emp-concept-line-h)) / 2));
        left: 0;
        height: var(--emp-concept-line-h);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept-text {
        max-width: min(350px, 64.82vw);
        color: #75615c;
        font-size: clamp(15px, 3.52vw, 19px);
        line-height: clamp(23px, 5.19vw, 28px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-concept-text p {
        margin-bottom: clamp(23px, 5.37vw, 29px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-video,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-video {
        background: var(--bemavi-bg);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-video .emp-container,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-video .emp-container {
        width: var(--emp-mobile-frame);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-video-stage {
        aspect-ratio: 540 / 303;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-video-play img {
        width: clamp(36px, 9.26vw, 50px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover {
        padding: 0 0 clamp(78px, 16.67vw, 90px);
        background: linear-gradient(180deg, #6e6056 0%, #312723 100%);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover.emp-discover--has-video {
        --emp-discover-peek: min(303px, 56.11vw);
        margin-top: var(--emp-discover-peek);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-video {
        margin-top: calc(-1 * var(--emp-discover-peek));
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-itens {
        margin-bottom: clamp(92px, 27.78vw, 150px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-itens .emp-container,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-itens .emp-container {
        width: var(--emp-mobile-card);
        padding: clamp(65px, 16.67vw, 90px) 0 clamp(58px, 14.81vw, 80px);
        background: var(--bemavi-taupe);
        text-align: center;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-itens-title {
        width: min(210px, 52vw);
        margin: 0 auto clamp(48px, 12.04vw, 65px);
        color: #50423f;
        font-size: clamp(18px, 4.44vw, 24px);
        line-height: clamp(26px, 6.3vw, 34px);
        text-align: center;
    }

    /* "Conheça o" e o nome em linhas separadas só no mobile */
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-itens-title-brk {
        display: block;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-itens-grid {
        display: block;
        width: 100%;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-itens-item {
        justify-content: center;
        min-height: clamp(54px, 15.37vw, 83px);
        padding: 15px clamp(48px, 12.96vw, 70px);
        box-sizing: border-box;
        color: #3c302e;
        text-align: center;
        font-size: clamp(14px, 3.59vw, 19.4px);
        line-height: clamp(20px, 4.44vw, 24px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-itens-dot {
        color: #998465;
        font-size: 1.05em;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-head {
        width: min(317px, 58.7vw);
        margin: 0 auto clamp(94px, 27.78vw, 150px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-head h2 {
        margin: 0 0 clamp(34px, 9.26vw, 50px);
        color: #ebe7e4;
        font-size: clamp(18px, 4.44vw, 24px);
        line-height: clamp(26px, 6.3vw, 34px);
        white-space: nowrap;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-head p {
        margin: 0 0 clamp(58px, 15vw, 81px);
        color: var(--bemavi-taupe);
        font-size: clamp(15px, 3.52vw, 19px);
        line-height: clamp(23px, 5.19vw, 28px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover-head .bemavi-button {
        min-width: clamp(210px, 53.7vw, 290px);
        min-height: clamp(52px, 12.96vw, 70px);
        background: var(--bemavi-taupe);
        color: var(--bemavi-dark);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-discover > .emp-container {
        width: var(--emp-mobile-frame);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery {
        width: var(--emp-mobile-frame);
        margin: 0 auto;
        clip-path: inset(-180px 0 -180px 0);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-viewport {
        width: var(--emp-mobile-frame);
        height: var(--emp-gallery-mobile-height);
        aspect-ratio: auto;
        margin-bottom: clamp(118px, 25.93vw, 140px);
        overflow: visible;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-slide,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-slide.is-active,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-slide.is-prev,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-slide.is-next {
        top: 0;
        left: 50%;
        width: var(--emp-gallery-mobile-width);
        height: 100%;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-arrow {
        top: var(--emp-gallery-mobile-mid);
        width: var(--emp-gallery-arrow-size);
        height: var(--emp-gallery-arrow-size);
        background: var(--bemavi-taupe);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-arrow[data-emp-gallery-prev] {
        left: calc((100% - var(--emp-gallery-mobile-width)) / 2 + var(--emp-gallery-arrow-size) / 2);
        transform: translateY(-50%);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-arrow[data-emp-gallery-next] {
        right: calc((100% - var(--emp-gallery-mobile-width)) / 2 + var(--emp-gallery-arrow-size) / 2);
        transform: translateY(-50%);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-zoom {
        position: absolute;
        right: clamp(10px, 2.96vw, 16px);
        bottom: clamp(10px, 2.96vw, 16px);
        z-index: 5;
        display: grid;
        place-items: center;
        width: clamp(24px, 5.56vw, 30px);
        height: clamp(23px, 5.37vw, 29px);
        pointer-events: none;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-zoom img {
        width: 100%;
        height: 100%;
        filter: brightness(0) invert(1);
        opacity: 0.95;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-caption {
        left: 27.27%;
        top: calc(100% + clamp(22px, 5.56vw, 30px));
        padding-left: clamp(30px, 7.78vw, 42px);
        color: var(--bemavi-taupe);
        font-size: clamp(14px, 3.7vw, 20px);
        line-height: clamp(27px, 7.04vw, 38px);
        white-space: nowrap;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-gallery-caption::before {
        top: -11px;
        height: clamp(44px, 11.11vw, 60px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author {
        padding: clamp(86px, 17.78vw, 96px) 0 clamp(80px, 18.52vw, 100px);

    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-left {
        display: contents;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-left h2 {
        order: 1;
        width: min(185px, 44vw);
        max-width: none;
        margin: 0 0 clamp(46px, 11.48vw, 62px) calc(var(--emp-mobile-edge) + clamp(60px, 15.93vw, 86px));
        color: #50423f;
        font-size: clamp(18px, 4.44vw, 24px);
        line-height: clamp(26px, 6.3vw, 34px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-text {
        order: 2;
        width: min(368px, 68.15vw);
        max-width: none;
        margin: 0 auto clamp(70px, 17.41vw, 94px);
        padding: 0;
        color: #50423f;
        font-size: clamp(15px, 3.52vw, 19px);
        line-height: clamp(23px, 5.19vw, 28px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-photo {
        order: 3;
        width: min(310px, 57.41vw);
        margin: 0 0 0 auto;
        aspect-ratio: 310 / 420;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-sign {
        order: 4;
        width: max-content;
        margin: clamp(40px, 11.11vw, 60px) 0 0 calc(var(--emp-mobile-edge) + 52%);   /* sob a imagem, um pouco mais p/ a direita */
        padding-left: clamp(20px, 5.56vw, 30px);
        color: #6f5f47;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-sign strong,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-sign span {
        color: #6f5f47;
        font-size: clamp(14px, 3.33vw, 18px);
        line-height: clamp(24px, 5.93vw, 32px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-sign::before {
        height: clamp(66px, 16.67vw, 90px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-author-symbol {
        display: block;
        top: auto;
        bottom: clamp(230px, 39vw, 205px);   /* ~centro vertical da foto do parceiro */
        left: calc(var(--emp-mobile-edge) - clamp(54px, 13.52vw, 73px));
        width: clamp(153px, 39.26vw, 212px);
        height: auto;
        opacity: 0.65;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress {
        position: relative;
        z-index: 5;
        padding: clamp(70px, 18.52vw, 100px) 0 clamp(84px, 18.52vw, 100px);
        background: var(--bemavi-bg);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress .emp-container {
        width: var(--emp-mobile-frame);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-head {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: calc(var(--emp-mobile-frame) - 64px);
        margin: 0 auto clamp(58px, 15.37vw, 83px);
        gap: 16px;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-head h2 {
        width: min(185px, 42vw);
        margin: 0;
        font-size: clamp(18px, 4.44vw, 24px);
        line-height: clamp(26px, 6.3vw, 34px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-head .bemavi-button {
        min-width: clamp(150px, 40.37vw, 218px);
        min-height: clamp(52px, 12.96vw, 70px);
        padding-inline: 16px;
        font-size: clamp(10px, 2.96vw, 16px);
        line-height: 1.3;
        color: #413532;
        background: var(--bemavi-taupe);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-track {
        width: calc(var(--emp-mobile-frame) - 80px);
        height: 4px;
        margin: 0 auto clamp(35px, 8.33vw, 45px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-dot {
        width: clamp(11px, 2.78vw, 15px);
        height: clamp(11px, 2.78vw, 15px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-bubble {
        width: clamp(50px, 12.96vw, 70px);
        height: clamp(50px, 12.96vw, 70px);
        font-size: clamp(15px, 3.7vw, 20px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stages {
        position: relative;
        z-index: 6;
        display: block;
        width: calc(var(--emp-mobile-frame) - 76px);
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        background: transparent;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stages-trigger {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: clamp(55px, 14.26vw, 77px);
        padding: 0 clamp(50px, 12.22vw, 66px) 0 clamp(32px, 8.15vw, 44px);
        border: 0;
        border-left: 2px solid #50423f;
        border-bottom: 2px solid #50423f;
        background: transparent;
        color: #6f5f47;
        text-align: left;
        text-transform: uppercase;
        font: inherit;
        font-size: clamp(15px, 3.7vw, 20px);
        line-height: 1.2;
        font-weight: 300;
        outline: 0;
        cursor: pointer;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stages-trigger::after {
        content: "";
        position: absolute;
        top: 50%;
        right: clamp(16px, 4.44vw, 24px);
        width: 12px;
        height: 12px;
        border-right: 2px solid #50423f;
        border-bottom: 2px solid #50423f;
        transform: translateY(-65%) rotate(45deg);
        transition: transform 0.32s ease;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stages.is-open .emp-progress-stages-trigger::after {
        transform: translateY(-35%) rotate(225deg);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stages-trigger:focus-visible {
        border-left-color: var(--bemavi-taupe);
        border-bottom-color: var(--bemavi-taupe);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stages-menu {
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        z-index: 20;
        display: grid;
        width: 100%;
        box-sizing: border-box;
        padding: clamp(18px, 4.44vw, 24px) 0 clamp(20px, 5.19vw, 28px);
        border: 0;
        gap: 0;
        background: #d0c9bd;
        box-shadow: 0 18px 34px rgba(65, 53, 50, 0.08);
        animation: emplistFilterMenuIn 0.28s ease both;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stages-menu[hidden] {
        display: none;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-progress-stage {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 32px;
        padding: 0 clamp(32px, 8.15vw, 44px);
        color: #50423f;
        text-align: left;
        font-size: clamp(11px, 2.59vw, 14px);
        line-height: clamp(20px, 4.44vw, 24px);
        font-weight: 500;
        letter-spacing: 0.08em;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas {
        padding: 0 0 clamp(74px, 16.67vw, 90px);
        background: var(--bemavi-bg);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-bg {
        width: var(--emp-mobile-frame);
        height: calc(100% - 24px);
        background: #c9c0b2;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-inner {
        padding-top: clamp(62px, 13.15vw, 71px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-title {
        width: min(410px, 75.93vw);
        margin: 0 auto clamp(55px, 12.41vw, 67px);
        font-size: clamp(18px, 4.44vw, 24px);
        line-height: clamp(26px, 6.3vw, 34px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-track {
        gap: 18px;
        padding: 0 calc((100vw - min(436px, 80.74vw)) / 2);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-card {
        flex: 0 0 min(436px, 80.74vw);
        align-items: center;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-card-img {
        width: min(436px, 80.74vw);
        aspect-ratio: 436 / 262;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-card-img > img {
        padding: clamp(18px, 5.56vw, 30px) clamp(22px, 7.04vw, 38px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-card-label {
        align-self: center;
        padding-left: 0;
        margin-bottom: clamp(20px, 4.63vw, 25px);
        font-size: clamp(14px, 3.7vw, 20px);
        line-height: 30px;
        letter-spacing: 2px;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-card-label::after {
        left: 0;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-card-info {
        align-self: center;
        padding-left: 0;
        margin-top: clamp(24px, 5.56vw, 30px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-card-info-text {
        color: var(--bemavi-taupe);
        font-size: clamp(12px, 2.96vw, 16px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-plantas-arrows {
        margin-top: clamp(44px, 11.67vw, 63px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-location {
        padding: clamp(72px, 16.67vw, 90px) 0 0;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-location-head {
        width: var(--emp-mobile-card);
        margin: 0 auto clamp(42px, 11.11vw, 60px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-location-head h2,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox-head h2,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-interesse-copy h2 {
        font-size: clamp(18px, 4.44vw, 24px);
        line-height: clamp(26px, 6.3vw, 34px);
    }
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-interesse-copy h2 {
      text-align: center;
    }
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-location-media {
        width: auto;
        /* margem negativa simétrica: passa um pouco além do texto dos dois lados, mas continua centralizado */
        margin-inline: calc(-1 * clamp(14px, 4vw, 22px));
        padding-top: 34px;
    }

    /* a divisória horizontal continua de ponta a ponta mesmo com o mapa mais largo */
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-location-media::before {
        left: calc(50% - 50vw);
        width: 100vw;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-location-media iframe,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-location-media img {
        aspect-ratio: 5 / 6;   /* mais alto */
        border-radius: 0 !important;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox {
        padding: clamp(78px, 16.67vw, 90px) 0;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox-head,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox-list {
        width: var(--emp-mobile-card);
        margin-inline: auto;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox-head p {
        font-size: clamp(15px, 3.52vw, 19px);
        line-height: clamp(23px, 5.19vw, 28px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox-item {
        align-items: flex-start;
        padding: 20px 0;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox-item dt,
    body.bemavi-emp-page:not(.page-empreendimentos) .emp-prox-item dd {
        font-size: clamp(14px, 3.33vw, 18px);
        line-height: 28px;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-interesse {
        padding: clamp(70px, 16.67vw, 90px) 0 clamp(78px, 16.67vw, 90px);
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-interesse-grid {
        width: var(--emp-mobile-card);
        gap: 48px;
    }

    body.bemavi-emp-page:not(.page-empreendimentos) .emp-interesse-copy p {
        font-size: clamp(15px, 3.52vw, 19px);
        line-height: clamp(23px, 5.19vw, 28px);
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .emp-gallery-slide,
    .emp-progress-line,
    .emp-progress-fill,
    .emp-progress-bubble,
    .emp-plantas-track,
    .emp-plantas-zoom,
    .emp-plantas-card-label::after {
        transition: none;
    }

    .emp-author-photo-frame {
        display: none;
    }

    .emp-author-photo .emp-author-photo-main,
    .emp-author-photo.animated .emp-author-photo-main {
        opacity: 1 !important;
        animation: none !important;
    }
}


/* ============================================================
   LISTAGEM DE EMPREENDIMENTOS (Figma "Quaxx - Bemavi", node 379-2)
   Hero com filtros (Todos / Verticais / Horizontais) + grid de
   cards avançando sobre o hero. Segue o padrão das capas internas.
   ============================================================ */
body.page-empreendimentos .bemavi-header-brand {
    display: none; /* a logo fica no próprio hero (rola junto com a página) */
}

.bemavi-emplist {
    position: relative;
    overflow: hidden;
    background: var(--bemavi-bg);
    color: var(--bemavi-text);
    font-family: var(--font-base);
    font-weight: 300;
}

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

/* ── 1) Hero ───────────────────────────────────────────────── */
.emplist-hero {
    position: relative;
    z-index: 1;
    min-height: 840px;
    isolation: isolate;
    background: var(--bemavi-deep);
    color: var(--bemavi-cream);
}

.emplist-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
}

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

.emplist-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(180deg, rgba(39, 31, 29, 0.90) 0%, rgba(39, 31, 29, 0.50) 100%);
}

.emplist-hero-logo {
    position: absolute;
    top: 60px;
    left: 70px;
    z-index: 5;
    width: 145px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.96;
    pointer-events: none;
}

.emplist-hero-inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 265px 0 130px;
}

.emplist-hero-line {
    position: absolute;
    top: 63px;
    left: 2px;
    width: 2px;
    height: 251px;
    background: var(--bemavi-taupe);
    pointer-events: none;
}

.emplist-hero-kicker {
    margin: 0 0 85px 108px;
    color: #d1cec9;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 12px;
    font-weight: 300;
}

.emplist-hero-sub {
    margin: 0 0 110px 108px;
    width: min(308px, 100%);
    color: #d1cec9;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}

/* Filtros: linha lateral + base preenchendo a coluna, seguindo o Figma
   ("Todos" 200px, os outros dois dividem o restante — a linha de baixo
   vai um pouco além do texto e o próximo item entra na sequência) */
.emplist-filters {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr) minmax(0, 1fr);
    align-items: flex-start;
    gap: 16px;
}

.emplist-filters a {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    min-height: 82px;
    padding: 30px 56px 22px 36px;
    color: var(--bemavi-taupe);
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    white-space: nowrap;
    transition: color 0.4s ease;
}

.emplist-filters a::before,
.emplist-filters a::after {
    content: "";
    position: absolute;
    background: var(--bemavi-taupe);
    opacity: 0.34;
}

.emplist-filters a::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: auto;
}

.emplist-filters a::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.emplist-filters a:first-child,
.emplist-filters a + a {
    flex: 0 0 auto;
}

.emplist-filters a:hover,
.emplist-filters a:focus-visible {
    color: #d1cec9;
}

.emplist-filters a.is-active::before,
.emplist-filters a.is-active::after {
    opacity: 0.48;
}

.emplist-filters a.is-active {
    color: #d1cec9;
    font-weight: 700;
}

/* dropdown do filtro — só aparece no mobile (ver media query) */
.emplist-filter-select {
    display: none;
}

/* ── Intro do banner (mesma sequência das outras capas:
   logo → linha → "empreendimentos" letra a letra → subtítulo
   → filtros) ───────────────────────────────────────────────── */
.emplist-hero-logo {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 1.15s ease, transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.emplist-hero-line {
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.emplist-hero-kicker {
    opacity: 0;
}

.emplist-hero-kicker .hero-char {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.75s ease;
}

.emplist-hero-sub {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.emplist-filters {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.bemavi-emplist.is-hero-revealed .emplist-hero-logo {
    opacity: 0.96;
    transform: none;
    transition-delay: 0.15s;
}

.bemavi-emplist.is-hero-revealed .emplist-hero-line {
    transform: scaleY(1);
    transition-delay: 0.85s;
}

.bemavi-emplist.is-hero-revealed .emplist-hero-kicker {
    opacity: 1;
}

.bemavi-emplist.is-hero-revealed .emplist-hero-kicker .hero-char {
    opacity: 1;
    transition-delay: var(--d, 0s);
}

.bemavi-emplist.is-hero-revealed .emplist-hero-sub {
    opacity: 1;
    transform: none;
    transition-delay: var(--sub-delay, 2.5s);
}

.bemavi-emplist.is-hero-revealed .emplist-filters {
    opacity: 1;
    transform: none;
    transition-delay: var(--filters-delay, 2.9s);
}

@media (prefers-reduced-motion: reduce) {
    .emplist-hero-logo,
    .emplist-hero-line,
    .emplist-hero-kicker,
    .emplist-hero-kicker .hero-char,
    .emplist-hero-sub,
    .emplist-filters,
    .emplist-filters a,
    .emplist-filters a::before,
    .emplist-filters a::after,
    .emplist-media::before,
    .emplist-media img,
    .emplist-tipo,
    .emplist-title,
    .emplist-details::before {
        transition: none !important;
    }
}

/* ── 2) Grid de cards ──────────────────────────────────────── */
.emplist-section {
    position: relative;
    z-index: 2;
    margin-top: -90px; /* primeira fileira avança sobre o hero */
    padding-bottom: 170px;
}

/* Transição de cor abaixo do hero — mesmo gradiente da capa do blog,
   começando exatamente na borda inferior do banner */
.emplist-section::before {
    content: "";
    position: absolute;
    top: 90px; /* compensa o margin-top negativo: alinha com o fim do hero */
    left: 0;
    right: 0;
    height: 460px;
    z-index: 0;
    background: linear-gradient(180deg, rgba(163, 143, 129, 0.82) 0%, rgba(208, 201, 189, 0.72) 38%, rgba(208, 201, 189, 0) 100%);
    pointer-events: none;
}

.emplist-section .emp-container {
    position: relative;
    z-index: 1;
}

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

.emplist-card {
    display: block;
    min-width: 0;
    color: var(--bemavi-text);
}

.emplist-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 416 / 650;
    background: #8d8074;
}

.emplist-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(35, 27, 26, 0.58);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.emplist-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.emplist-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Gradiente areia na metade inferior da imagem (Figma) */
.emplist-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 51%;
    background: linear-gradient(180deg, rgba(186, 174, 161, 0) 0%, rgba(186, 174, 161, 0.45) 100%);
    pointer-events: none;
}

.emplist-card:hover .emplist-media::before,
.emplist-card:focus-visible .emplist-media::before {
    opacity: 1;
}

.emplist-card:hover .emplist-media img,
.emplist-card:focus-visible .emplist-media img {
    transform: scale(1.045);
    filter: saturate(0.88) contrast(0.94);
}

.emplist-status {
    position: absolute;
    top: 10px;
    left: 23px;
    z-index: 2;
    color: var(--bemavi-text);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 1.95px;
    font-weight: 300;
    transition: color 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

/* No hover o overlay escurece a imagem — o selo ("LANÇAMENTO") clareia p/ seguir legível. */
.emplist-card:hover .emplist-status,
.emplist-card:focus-visible .emplist-status {
    color: var(--bemavi-cream);
}

.emplist-body {
    padding: 48px 16px 0 20px;
}

.emplist-tipo {
    display: block;
    margin-left: 3px;
    color: var(--bemavi-muted);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 1.95px;
    transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
}

.emplist-title {
    margin: 5px 0 0;
    color: var(--bemavi-text);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
}

.emplist-card:hover .emplist-tipo,
.emplist-card:focus-visible .emplist-tipo {
    transform: translateX(37px);
}

.emplist-card:hover .emplist-title,
.emplist-card:focus-visible .emplist-title {
    transform: translateX(40px);
}

/* Detalhes com a linha vertical à esquerda (cresce no hover, como o "leia mais") */
.emplist-details {
    position: relative;
    box-sizing: border-box;
    min-height: 98px;
    /* Recuado à direita do título (como o .bemavi-project-details da home,
       que tem o título em margin-left:20 e os detalhes em margin-left:40). */
    /* Vertical identico a home: 22px apos o titulo e texto encostado no topo
       da linha (o padding-top de 13px empurrava o texto para baixo). */
    margin: 22px 0 0 20px;
    padding: 0 0 0 20px;
    color: var(--bemavi-muted);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
}

.emplist-details span {
    display: block;
}

.emplist-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 98px;
    background: var(--bemavi-taupe);
    transition:
        top 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        height 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.emplist-card:hover .emplist-details::before,
.emplist-card:focus-visible .emplist-details::before {
    top: -72px;
    height: calc(100% + 72px);
}

.emplist-empty {
    margin: 140px 0 0;
    color: var(--bemavi-muted);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.6px;
}

/* ── Responsivo ────────────────────────────────────────────── */

/* Notebook — hero proporcional (mesmo padrão das outras capas) */
@media (min-width: 1025px) and (max-width: 1440px) {
    .emplist-hero {
        min-height: 720px;
    }

    .emplist-hero-logo {
        top: 54px;
        left: calc((100vw - var(--emp-container-width)) / 2 + 108px);
        width: 130px;
    }

    .emplist-hero-inner {
        padding-top: 210px;
        padding-bottom: 110px;
    }

    .emplist-hero-line {
        top: 50px;
        height: 208px;
    }

    .emplist-hero-kicker {
        margin-bottom: 64px;
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 9px;
    }

    .emplist-hero-sub {
        margin-bottom: 84px;
        font-size: 26px;
        line-height: 32px;
    }

    .emplist-filters a {
        min-height: 72px;
        padding: 23px 46px 18px 30px;
        font-size: 14px;
        line-height: 22px;
    }

    .emplist-filters a::before {
        height: auto;
    }

    .emplist-filters a:first-child {
        flex-basis: auto;
    }

    .emplist-grid {
        row-gap: 80px;
    }

    .emplist-title {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .emplist-hero {
        min-height: 0;
    }

    .emplist-hero-inner {
        padding: 190px 0 80px;
    }

    .emplist-hero-kicker {
        margin: 0 0 48px 40px;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 7px;
    }

    .emplist-hero-sub {
        margin: 0 0 72px 40px;
        font-size: 24px;
        line-height: 30px;
    }

    .emplist-filters {
        grid-template-columns: 140px minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
    }

    .emplist-filters a {
        min-height: 68px;
        padding: 21px 40px 16px 28px;
        font-size: 13px;
        line-height: 21px;
    }

    .emplist-filters a::before {
        height: auto;
    }

    .emplist-filters a:first-child {
        flex-basis: auto;
    }

    .emplist-section {
        margin-top: 0;
        padding-top: 64px;
        padding-bottom: 110px;
    }

    .emplist-section::before {
        top: 0;
        height: 380px;
    }

    .emplist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 70px 16px;
    }

    .emplist-body {
        padding-top: 32px;
    }
}

/* ============================================================
   MOBILE (<=767px) — mesmo padrão da home: banner escuro com o
   conteúdo no topo (logo + linha vertical + kicker + subtítulo +
   filtro) e o PRIMEIRO card começando dentro do banner e vazando
   pra baixo, sobre o gradiente areia do fundo.
   Knobs principais (precisam casar entre si):
     --emp-bleed: o quanto os cards sobem pra dentro do banner.
       .emplist-hero-inner padding-bottom DEVE ser > --emp-bleed
       e .emplist-section::before top DEVE ser = --emp-bleed.
   ============================================================ */
@media only screen and (max-width: 768px), (max-width: 1024px) and (orientation: portrait) {
    body.page-empreendimentos.bemavi-emp-page {
        --emp-container-width: min(416px, 77.05vw);
        --emp-container-left: calc((100vw - var(--emp-container-width)) / 2);
    }

    .bemavi-emplist {
        --emp-bleed: clamp(240px, 54.07vw, 292px);
    }

    /* mostra o rótulo "MENU" no header (Figma), como na home */
    body.page-empreendimentos .bemavi-menu-trigger {
        font-size: 14px;
        letter-spacing: 0.28em;
        gap: 12px;
    }

    /* hero = banner escuro; altura segue o conteúdo + espaço escuro
       embaixo (padding-bottom) p/ o 1º card vazar por cima */
    .emplist-hero {
        min-height: auto;
    }

    /* Medidas derivadas do frame mobile do Figma (540px):
       card/select em 416px centralizados, logo e textos no eixo x=155px. */
    .emplist-hero-logo {
        top: clamp(126px, 27.41vw, 148px);
        left: calc(var(--emp-container-left) + min(94px, 17.41vw));
        width: clamp(105px, 26.85vw, 145px);
    }

    /* linha vertical alinhada com a borda do card/select */
    .emplist-hero-line {
        display: block;
        top: clamp(60px, 11.67vw, 63px);
        left: 0;
        height: clamp(186px, 34.44vw, 190px);
    }

    .emplist-hero-inner {
        padding: clamp(184px, 41.85vw, 226px) 0 clamp(264px, 68.15vw, 368px);
    }

    .emplist-hero-kicker {
        margin: 0 0 clamp(60px, 15.37vw, 83px) min(94px, 17.41vw);
        font-size: clamp(16px, 3.89vw, 21px);
        line-height: clamp(26px, 5.83vw, 31.5px);
        letter-spacing: clamp(4.5px, 1.17vw, 6.3px);
    }

    .emplist-hero-sub {
        margin: 0 0 clamp(84px, 21.48vw, 116px) min(94px, 17.41vw);
        width: min(220px, 62vw);
        font-size: clamp(17px, 4.44vw, 24px);
        line-height: clamp(23px, 5.19vw, 28px);
    }

    /* filtro vira dropdown no mobile (Figma): esconde as pílulas, mostra o select */
    .emplist-filters {
        display: none;
    }

    .emplist-filter-select {
        position: relative;
        z-index: 1400;
        display: block;
        width: 100%;
    }

    .emplist-filter-trigger {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        min-height: clamp(58px, 14.81vw, 80px);
        padding: 16px clamp(42px, 9.26vw, 50px) 16px clamp(24px, 5.56vw, 30px);
        border: 0;
        border-left: 2px solid #806e52;
        border-bottom: 2px solid #806e52;
        border-radius: 0;
        background-color: transparent;
        color: var(--bemavi-taupe);
        text-align: left;
        text-transform: uppercase;
        font-family: inherit;
        font-size: clamp(15px, 3.7vw, 20px);
        line-height: 1.2;
        letter-spacing: clamp(1px, 0.28vw, 1.5px);
        font-weight: 300;
        outline: 0;
        cursor: pointer;
    }

    .emplist-filter-trigger::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        width: 12px;
        height: 12px;
        border-right: 2px solid var(--bemavi-taupe);
        border-bottom: 2px solid var(--bemavi-taupe);
        transform: translateY(-65%) rotate(45deg);
        transition: transform 0.32s ease;
    }

    .emplist-filter-select.is-open .emplist-filter-trigger::after {
        transform: translateY(-35%) rotate(225deg);
    }

    .emplist-filter-trigger:focus-visible {
        border-left-color: var(--bemavi-taupe);
        border-bottom-color: var(--bemavi-taupe);
    }

    .emplist-filter-menu {
        position: fixed;
        z-index: 1400;
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        padding: 23px 0 23px;
        background: #d0c9bd;
        box-shadow: 0 18px 34px rgba(65, 53, 50, 0.08);
        animation: emplistFilterMenuIn 0.28s ease both;
    }

    .emplist-filter-menu[hidden] {
        display: none;
    }

    .emplist-filter-menu button {
        display: block;
        width: 100%;
        min-height: 32px;
        padding: 0 34px;
        border: 0;
        background: transparent;
        color: #806E52;
        text-align: left;
        text-transform: uppercase;
        font-family: inherit;
        font-size: 11px;
        line-height: 52px;
        letter-spacing: 1.2px;
        font-weight: 500;
        transition: background-color 0.25s ease, color 0.25s ease;
        cursor: pointer;
    }

    .emplist-filter-menu button:hover,
    .emplist-filter-menu button:focus-visible,
    .emplist-filter-menu button[aria-selected="true"] {
        background: rgba(193, 180, 162, 0.48);
        color: #806E52;
        outline: 0;
    }

    @keyframes emplistFilterMenuIn {
        from {
            opacity: 0;
            transform: translateY(-8px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    /* cards sobem pra dentro do banner; o 1º começa no banner e vaza */
    .emplist-section {
        margin-top: calc(var(--emp-bleed) * -1);
        padding-top: 0;
        padding-bottom: 84px;
    }

    /* gradiente areia começa exatamente onde o banner termina */
    .emplist-section::before {
        top: var(--emp-bleed);
        height: 440px;
        background: linear-gradient(180deg, rgba(186, 174, 161, 0.55) 0%, rgba(208, 201, 189, 0.5) 40%, rgba(208, 201, 189, 0) 100%);
    }

    .emplist-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 60px;
    }

    .emplist-title {
        font-size: 26px;
        line-height: 34px;
    }

    .emplist-card:hover .emplist-tipo,
    .emplist-card:focus-visible .emplist-tipo {
        transform: translateX(21px);
    }

    .emplist-card:hover .emplist-title,
    .emplist-card:focus-visible .emplist-title {
        transform: translateX(24px);
    }

    .emplist-details {
        font-size: 15px;
        line-height: 28px;
        min-height: 0;
        /* Texto encostado no topo da linha, como na home. */
        padding-top: 0;
        /* No mobile a home recua os detalhes ~12px (vs 20 no desktop). */
        margin-left: 12px;
    }

    .emplist-details::before {
        height: 100%;
    }

    .emplist-card:hover .emplist-details::before,
    .emplist-card:focus-visible .emplist-details::before {
        top: 0;
        height: 100%;
    }
}

/* ============================================================
   INTERMEDIÁRIOS (1441–1759px) — entre o notebook e o desktop
   o container avança sobre o canto esquerdo e a linha vertical
   cruzaria a logo fixada em 70px; a logo passa a alinhar com o
   título (mesmo arranjo do notebook). A partir de 1760px o canto
   volta a ter espaço e vale o posicionamento do Figma (70px).
   ============================================================ */
@media (min-width: 1441px) and (max-width: 1759px) {
    .emplist-hero-logo {
        left: calc((100vw - var(--emp-container-width)) / 2 + 108px);
    }

    /* Detalhe do empreendimento: alinha com o título (padding 105px do hero) */
    .emp-hero-logo {
        left: calc(var(--emp-container-left) + 105px);
    }

    .emp-author-symbol {
        top: 510px;
    }
}
