/* Fechamento aprovado no estudo EDITORIAL-V2. Escopo exclusivo da home. */
html[data-direction="white"] .closing{min-height:0;padding:40px 0;scroll-margin-top:78px;display:block}
html[data-direction="white"] .closing::before{content:none;background:none}
html[data-direction="white"] .closing-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,6vw,88px);padding:0 4vw;align-items:center}
html[data-direction="white"] .closing .display{font-size:clamp(48px,5.2vw,80px);line-height:1.05;letter-spacing:-.065em}
html[data-direction="white"] .closing .eyebrow{margin-bottom:26px}
html[data-direction="white"] .closing-lede{max-width:450px;font-size:clamp(14px,1.12vw,17px);line-height:1.8;margin:28px 0}
html[data-direction="white"] .closing .closing-cta{width:auto;min-height:50px;padding:14px 28px;box-shadow:none}
html[data-direction="white"] .closing .closing-cta:hover{box-shadow:none}
.closing-photo{margin:0;min-width:0;height:min(76svh,740px);min-height:460px;overflow:hidden;border-radius:6px;background:#e9e1d4}
.closing-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 40%}
@media(max-width:800px){
  html[data-direction="white"] .closing{padding:32px 0}
  html[data-direction="white"] .closing-grid{grid-template-columns:1fr;gap:28px;padding:0 24px}
  html[data-direction="white"] .closing .display{font-size:clamp(46px,8vw,64px);max-width:600px}
  html[data-direction="white"] .closing .eyebrow{margin-bottom:20px}
  html[data-direction="white"] .closing-lede{margin:22px 0}
  .closing-photo{height:570px;min-height:0}
}
@media(max-width:420px){
  html[data-direction="white"] .closing-grid{padding-inline:20px}
  html[data-direction="white"] .closing .display{font-size:44px}
  .closing-photo{height:480px}
}
