/* Pacote 05 — domínio visual de Empreendimentos. */
.ro-development-grid { align-items: start; row-gap: clamp(44px, 5vw, 80px); }
.ro-development-grid__item { min-width: 0; }
.ro-development-grid__item--feature { grid-column: 1 / span 7; grid-row: 1 / span 3; }
.ro-development-grid__item--standard { grid-column: 9 / -1; }
.ro-development-grid__item--standard:nth-child(2) { grid-row: 1; }
.ro-development-grid__item--standard:nth-child(3) { grid-row: 2; }
.ro-development-grid__item--standard:nth-child(4) { grid-row: 3; }

.ro-development-card { min-width: 0; }
.ro-development-media { width: 100%; }
.ro-development-media__image { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }
.ro-development-media__placeholder { position:absolute; inset:0; background:var(--ro-color-stone); }
.ro-development-card__content { padding-top: var(--ro-space-5); }
.ro-development-card__builder,
.ro-development-card__location,
.ro-development-card__meta,
.ro-development-card__offer { margin:0; }
.ro-development-card__builder { color:var(--ro-color-taupe); font-size:var(--ro-text-xs); font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.ro-development-card__location { margin-top:var(--ro-space-2); color:var(--ro-color-taupe); font-size:var(--ro-text-sm); }
.ro-development-card__title { margin:var(--ro-space-3) 0 0; max-width:22ch; font-family:var(--ro-font-display); font-size:clamp(1.65rem,2.6vw,3.2rem); font-weight:400; line-height:1.02; letter-spacing:-.025em; }
.ro-development-card--standard .ro-development-card__title { font-size:clamp(1.35rem,1.7vw,2rem); }
.ro-development-card__meta { margin-top:var(--ro-space-4); color:var(--ro-color-taupe); font-size:var(--ro-text-sm); line-height:1.6; }
.ro-development-card__offer { margin-top:var(--ro-space-4); font-family:var(--ro-font-display); font-size:clamp(1.25rem,1.7vw,1.75rem); line-height:1.1; }

@media (max-width:1100px) {
  .ro-development-grid__item--feature { grid-column:1 / -1; grid-row:auto; }
  .ro-development-grid__item--standard { grid-column:auto; grid-row:auto; }
  .ro-development-grid__item--standard:nth-child(2) { grid-column:1 / span 4; }
  .ro-development-grid__item--standard:nth-child(3) { grid-column:5 / -1; }
  .ro-development-grid__item--standard:nth-child(4) { grid-column:1 / span 4; }
  .ro-development-card--feature .ro-development-media { aspect-ratio:16/10; }
}

@media (max-width:640px) {
  .ro-development-grid { display:block; }
  .ro-development-grid__item + .ro-development-grid__item { margin-top:var(--ro-space-8); }
  .ro-development-card--feature .ro-development-media { aspect-ratio:4/5; }
  .ro-development-card--standard .ro-development-media { aspect-ratio:16/10; }
  .ro-development-card__title { max-width:18ch; font-size:clamp(1.8rem,8.2vw,2.6rem); }
  .ro-development-card--standard .ro-development-card__title { font-size:clamp(1.45rem,6.6vw,2rem); }
}
