/* Pacote 05 — Blocos 8, 9 e 10. */
.ro-home-developments { padding-block:clamp(112px,10vw,176px); background:var(--ro-color-paper); }
.ro-home-developments__heading { grid-column:1 / span 6; }
.ro-home-developments__title { margin-top:var(--ro-space-4); max-width:13ch; }
.ro-home-developments__body { grid-column:8 / -1; align-self:end; max-width:48ch; }
.ro-home-developments__grid { margin-top:clamp(64px,7vw,112px); }
.ro-home-developments__qa { max-width:760px; margin-top:var(--ro-space-7); padding:var(--ro-space-4) var(--ro-space-5); border-inline-start:2px solid var(--ro-color-bronze); background:color-mix(in srgb,var(--ro-color-stone) 42%,transparent); }
.ro-home-developments__qa-text { margin:var(--ro-space-2) 0 0; color:var(--ro-color-taupe); font-size:var(--ro-text-sm); line-height:1.65; }

.ro-home-profile { padding-block:clamp(120px,11vw,192px); background:var(--ro-color-off-white); }
.ro-home-profile__grid { align-items:center; }
.ro-home-profile__media { grid-column:1 / span 5; grid-row:1; min-height:0; }
.ro-home-profile__content { grid-column:7 / -1; grid-row:1; max-width:680px; }
.ro-home-profile__title { margin-top:var(--ro-space-5); max-width:15ch; }
.ro-home-profile__body { margin-top:var(--ro-space-6); max-width:52ch; color:var(--ro-color-taupe); line-height:1.8; }
.ro-home-profile__signature { margin:var(--ro-space-7) 0 0; padding-top:var(--ro-space-4); border-top:1px solid var(--ro-color-line); max-width:34ch; font-family:var(--ro-font-display); font-size:clamp(1.15rem,1.6vw,1.5rem); line-height:1.35; }
.ro-home-profile__image { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }

.ro-home-method { padding-block:clamp(120px,11vw,192px); background:var(--ro-color-paper); }
.ro-home-method__eyebrow { grid-column:1 / span 2; padding-top:.4rem; }
.ro-home-method__title { grid-column:4 / span 7; max-width:16ch; }
.ro-home-method__list { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); gap:var(--ro-gutter); margin:clamp(72px,8vw,128px) 0 0; padding:0; list-style:none; }
.ro-home-method__item { min-width:0; padding-top:var(--ro-space-5); border-top:1px solid var(--ro-color-line); }
.ro-home-method__item:nth-child(1) { grid-column:1 / span 5; }
.ro-home-method__item:nth-child(2) { grid-column:7 / span 5; margin-top:clamp(48px,5vw,80px); }
.ro-home-method__item:nth-child(3) { grid-column:3 / span 5; margin-top:clamp(56px,7vw,112px); }
.ro-home-method__item:nth-child(4) { grid-column:8 / -1; margin-top:clamp(96px,9vw,144px); }
.ro-home-method__number { margin:0; color:var(--ro-color-bronze); font-family:var(--ro-font-display); font-size:1.15rem; }
.ro-home-method__name { margin:var(--ro-space-4) 0 0; font-size:var(--ro-text-xs); font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.ro-home-method__item-title { margin:var(--ro-space-4) 0 0; max-width:26ch; font-family:var(--ro-font-display); font-size:clamp(1.6rem,2.2vw,2.5rem); font-weight:400; line-height:1.08; letter-spacing:-.02em; }
.ro-home-method__item-body { margin:var(--ro-space-4) 0 0; max-width:48ch; color:var(--ro-color-taupe); line-height:1.75; }

@media (max-width:1100px) {
  .ro-home-developments__heading { grid-column:1 / span 4; }
  .ro-home-developments__body { grid-column:5 / -1; }
  .ro-home-profile__media { grid-column:1 / span 4; }
  .ro-home-profile__content { grid-column:5 / -1; }
  .ro-home-method__eyebrow { grid-column:1 / span 2; }
  .ro-home-method__title { grid-column:3 / -1; }
  .ro-home-method__list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:var(--ro-space-8) var(--ro-gutter); }
  .ro-home-method__item:nth-child(n) { grid-column:auto; margin-top:0; }
}

@media (max-width:640px) {
  .ro-home-developments,.ro-home-profile,.ro-home-method { padding-block:96px 104px; }
  .ro-home-developments__heading,.ro-home-developments__body { grid-column:1 / -1; }
  .ro-home-developments__body { margin-top:var(--ro-space-5); }
  .ro-home-developments__grid { margin-top:var(--ro-space-8); }
  .ro-home-profile__grid { row-gap:var(--ro-space-7); }
  .ro-home-profile__content,.ro-home-profile__media { grid-column:1 / -1; grid-row:auto; }
  .ro-home-profile__content { display:contents; }
  .ro-home-profile__content .ro-eyebrow { order:1; grid-column:1 / -1; }
  .ro-home-profile__title { order:2; grid-column:1 / -1; margin-top:0; font-size:clamp(2rem,9vw,2.8rem); }
  .ro-home-profile__media { order:3; aspect-ratio:4/5; }
  .ro-home-profile__body { order:4; grid-column:1 / -1; margin-top:0; }
  .ro-home-profile__signature { order:5; grid-column:1 / -1; margin-top:0; }
  .ro-home-method__eyebrow,.ro-home-method__title { grid-column:1 / -1; }
  .ro-home-method__title { margin-top:var(--ro-space-5); font-size:clamp(2rem,9vw,2.8rem); }
  .ro-home-method__list { display:block; margin-top:var(--ro-space-8); }
  .ro-home-method__item + .ro-home-method__item { margin-top:var(--ro-space-8); }
  .ro-home-method__item-title { font-size:clamp(1.55rem,7vw,2.15rem); }
}
