/* The first portrait and approved copy remain the opening of the sequence. */
.home-banners { position:relative; }
.home-banner .cover-portrait { z-index:0; }
.home-banner::before { z-index:1; }
.home-banner--lideranca::before { background:none; }
.home-banner--lideranca .cover-portrait::after { display:none; }
/* Align the approved portraits to the opening photo without changing its crop. */
.home-banner--lideranca .cover-portrait img { width:104%; height:105%; max-width:none; transform:translate(-3%,-1%); object-position:50% calc(20% - 1.65vw); }
.home-banners[data-enhanced] .home-banners-slides { display:grid; }
.home-banners[data-enhanced] .home-banner { grid-area:1 / 1; opacity:0; visibility:hidden; transition:opacity .55s ease,visibility .55s; pointer-events:none; }
.home-banners[data-enhanced] .home-banner[aria-hidden="false"] { opacity:1; visibility:visible; z-index:1; pointer-events:auto; }
.home-banners .cover-title { color:var(--paper); font-size:var(--type-cover); line-height:var(--heading-leading); letter-spacing:var(--type-tracking); }
.home-banners .cover-title-long { font-size:clamp(34px,3.2vw,46px); max-width:530px; }
.home-banners .cover-count { display:block; font-size:var(--type-cover); margin-bottom:12px; }
.home-banners[data-enhanced] .cover-copy { padding-bottom:108px; }
.home-banners-controls { position:absolute; z-index:3; bottom:28px; left:50%; right:24px; display:flex; align-items:center; gap:16px; color:var(--ink); }
.home-banners-controls button { display:grid; place-items:center; width:44px; height:44px; flex:0 0 44px; border:1px solid var(--ink); border-radius:50%; padding:0; background:var(--paper); color:var(--gold); transition:background .2s,color .2s; }
.home-banners-controls [data-banner-next],.home-banners-controls button:hover { background:var(--blue); color:var(--ink); border-color:transparent; }
.home-banners-controls button:focus-visible { outline:2px solid var(--blue); outline-offset:4px; box-shadow:0 0 0 2px var(--ink); }
.home-banners-controls .ui-arrow { width:18px; height:18px; }
.home-banners-controls .home-banners-rotation { order:4; margin-left:auto; width:36px; height:36px; flex-basis:36px; background:rgba(0,0,0,.16); border-color:rgba(255,255,255,.45); color:var(--paper); }
.home-banners-controls .home-banners-rotation:hover { background:rgba(255,255,255,.16); border-color:var(--paper); color:var(--paper); }
.home-banners-position { min-width:44px; text-align:center; font-size:16px; font-variant-numeric:tabular-nums; color:var(--paper); }
.home-banners-pause-icon { width:10px; height:12px; border-inline:3px solid currentColor; }
.home-banners-rotation[data-paused="true"] .home-banners-pause-icon { width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:9px solid currentColor; border-right:0; margin-left:2px; }
.home-banners-status { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
@media(min-width:1700px) { .home-banners-controls { left:calc(50% + 30px); } }
@media(min-width:761px) and (max-width:1100px) {
  .home-banner--lideranca .cover-portrait img { width:105%; height:105%; object-position:38% 20%; transform:translate(-4.2%,-4%); }
  .home-banners .cover-title { font-size:clamp(44px,5.3vw,58px); }
  .home-banners .cover-title-long { font-size:34px; }
  .home-banners .cover-count { font-size:clamp(44px,5.3vw,58px); }
  .home-banners-controls { left:48%; }
}
@media(max-width:760px) {
  .home-banner--lideranca .cover-portrait img { width:105%; height:105%; object-position:left center; transform:translate(-4.2%,-4%); }
  .home-banner--lideranca .cover-copy { padding-top:24px; }
  .home-banners .home-banner { height:auto; min-height:0; max-height:none; }
  .home-banners .cover-copy { flex:1; justify-content:flex-start; }
  .home-banners .cover-title-long { font-size:30px; }
  .home-banners .cover-count { font-size:var(--type-cover); margin-bottom:8px; }
  .home-banners-controls { left:28px; bottom:26px; }
  .home-banners .cover-actions .pill { white-space:normal; text-align:left; max-width:100%; }
}
@media(max-width:370px) { .home-banners-controls { left:22px; gap:12px; } }
@media(prefers-reduced-motion:reduce) {
  .home-banners[data-enhanced] .home-banner,.home-banners-controls button { transition:none; }
}

/* Keep the discreet 36 px control; its transparent touch surface is 48 px. */
.home-banners-controls .home-banners-rotation { position:relative; }
.home-banners-controls .home-banners-rotation::after { content:""; position:absolute; inset:-6px; }
