:root{
 --album-orange:#f35c1b;
 --album-yellow:#ffb516;
 --album-cyan:#15bed0;
 --album-blue:#1733c4;
 --album-ink:#1733c4;
}

.album-home-grid,.album-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.album-home-card,.album-list-card{display:block;background:#fff;color:var(--album-ink);overflow:hidden;border:1px solid rgba(23,51,196,.12);transition:.25s ease}
.album-home-card:hover,.album-list-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(23,51,196,.15)}
.album-home-cover,.album-list-cover{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--album-cyan)}
.album-home-cover img,.album-list-cover img{width:100%;height:100%;object-fit:cover;transition:.45s ease}
.album-home-card:hover img,.album-list-card:hover img{transform:scale(1.035)}
.album-cover-fallback{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:8px;background:linear-gradient(135deg,var(--album-blue),var(--album-cyan));color:#fff}
.album-cover-fallback i{font-size:3rem}.album-cover-fallback span{font-size:2.2rem;font-weight:1000}
.album-photo-count{position:absolute;right:14px;bottom:14px;background:var(--album-blue);color:#fff;padding:8px 11px;font-size:.72rem;font-weight:1000;letter-spacing:.03em}
.album-home-cover time,.album-list-cover time{position:absolute;left:14px;top:14px;background:var(--album-yellow);color:var(--album-blue);padding:8px 11px;font-size:.72rem;font-weight:1000}
.album-home-copy,.album-list-copy{padding:24px}.album-home-copy h3,.album-list-copy h2{font-weight:1000;letter-spacing:-.045em;line-height:.96;margin:0 0 12px}.album-home-copy h3{font-size:clamp(1.55rem,2.6vw,2.4rem)}.album-list-copy h2{font-size:clamp(1.7rem,3vw,2.9rem)}
.album-home-copy p,.album-list-copy p{font-weight:750;margin:0 0 14px;color:#5265b9}.album-list-copy>div{color:#5265b9;line-height:1.55;margin-bottom:20px}
.album-home-copy>span,.album-open-action{display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--album-blue);padding-top:14px;font-size:.72rem;font-weight:1000;letter-spacing:.08em;color:var(--album-orange)}
.album-list-stage{background:#fffaf2}.album-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.album-list-card{display:flex;flex-direction:column}.album-list-copy{display:flex;flex-direction:column;flex:1}.album-open-action{margin-top:auto}
.album-detail-stage{background:#fffaf2}.album-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:35px;margin-bottom:42px}.album-detail-meta{display:flex;gap:10px 18px;flex-wrap:wrap;margin-bottom:18px}.album-detail-meta b{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--album-blue)}.album-detail-head p{font-size:1.08rem;line-height:1.6;color:#5265b9;max-width:850px;margin:0}.album-back-link{white-space:nowrap;font-size:.76rem;font-weight:1000;text-transform:uppercase;letter-spacing:.06em;color:var(--album-orange);border-bottom:2px solid currentColor;padding-bottom:7px}
.album-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:210px;gap:10px}.album-photo-thumb{position:relative;border:0;padding:0;background:#e7edf7;overflow:hidden;cursor:zoom-in}.album-photo-thumb:nth-child(7n+1),.album-photo-thumb:nth-child(7n+5){grid-column:span 2;grid-row:span 2}.album-photo-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.album-photo-thumb:hover img{transform:scale(1.045)}.album-photo-thumb>span{position:absolute;right:12px;bottom:12px;width:40px;height:40px;display:grid;place-items:center;background:rgba(23,51,196,.9);color:#fff;opacity:0;transform:translateY(6px);transition:.2s}.album-photo-thumb:hover>span{opacity:1;transform:none}
.album-lightbox{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.album-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.album-lightbox-backdrop{position:absolute;inset:0;background:rgba(4,8,24,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.album-lightbox-shell{position:relative;z-index:2;width:min(1500px,96vw);height:min(920px,94vh);display:grid;grid-template-rows:auto 1fr auto;background:#09112f;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 40px 120px rgba(0,0,0,.55);overflow:hidden}.album-lightbox-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.12);background:#0c1743}.album-lightbox-title{display:flex;align-items:center;gap:14px;min-width:0}.album-lightbox-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.album-lightbox-title span{font-size:.75rem;font-weight:900;color:var(--album-yellow);white-space:nowrap}.album-lightbox-tools{display:flex;gap:7px}.album-lightbox-tools button,.album-lightbox-tools a{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;transition:.18s}.album-lightbox-tools button:hover,.album-lightbox-tools a:hover,.album-lightbox-tools button.active{background:var(--album-orange);border-color:var(--album-orange)}
.album-lightbox-stage{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden;background:#040819;touch-action:pan-y}.album-image-frame{width:100%;height:100%;display:grid;place-items:center;overflow:auto}.album-image-frame img{display:block;max-width:94%;max-height:100%;object-fit:contain;transform:scale(1);transform-origin:center center;transition:transform .2s ease;user-select:none;-webkit-user-drag:none}.album-nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:56px;height:76px;border:0;background:rgba(23,51,196,.78);color:#fff;font-size:1.7rem;display:grid;place-items:center;cursor:pointer;transition:.18s}.album-nav:hover{background:var(--album-orange)}.album-prev{left:16px}.album-next{right:16px}
.album-lightbox-bottom{padding:12px 18px 16px;background:#0c1743;border-top:1px solid rgba(255,255,255,.12)}.album-lightbox-caption{min-height:24px;font-size:.9rem;font-weight:800;margin-bottom:10px}.album-thumbnail-rail{display:flex;gap:8px;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}.album-thumbnail-rail button{flex:0 0 82px;height:58px;padding:0;border:2px solid transparent;background:#111;opacity:.55;cursor:pointer;transition:.18s}.album-thumbnail-rail button.active{border-color:var(--album-yellow);opacity:1}.album-thumbnail-rail img{width:100%;height:100%;object-fit:cover}
body.album-lightbox-open{overflow:hidden}

@media(max-width:991.98px){.album-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.album-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:180px}.album-photo-thumb:nth-child(n){grid-column:span 1;grid-row:span 1}.album-photo-thumb:nth-child(5n+1){grid-column:span 2;grid-row:span 2}}
@media(max-width:767.98px){.album-home-grid,.album-list-grid{grid-template-columns:1fr}.album-detail-head{flex-direction:column;gap:18px}.album-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:150px}.album-photo-thumb:nth-child(n){grid-column:span 1;grid-row:span 1}.album-photo-thumb:nth-child(5n+1){grid-column:span 2;grid-row:span 2}.album-lightbox{padding:0}.album-lightbox-shell{width:100vw;height:100dvh;border:0}.album-lightbox-topbar{padding:10px}.album-lightbox-title strong{max-width:42vw}.album-lightbox-tools{gap:4px}.album-lightbox-tools button,.album-lightbox-tools a{width:38px;height:38px}.album-nav{width:46px;height:64px}.album-prev{left:7px}.album-next{right:7px}.album-lightbox-bottom{padding:10px}.album-thumbnail-rail button{flex-basis:68px;height:48px}}
@media(max-width:430px){.album-photo-grid{grid-auto-rows:125px}.album-lightbox-title strong{display:none}.album-lightbox-tools button[data-album-zoomout],.album-lightbox-tools button[data-album-zoomin]{display:none}.album-nav{width:42px;height:58px;font-size:1.35rem}.album-photo-count{right:10px;bottom:10px}.album-home-cover time,.album-list-cover time{left:10px;top:10px}}
@media(prefers-reduced-motion:reduce){.album-home-card,.album-list-card,.album-home-cover img,.album-list-cover img,.album-photo-thumb img,.album-photo-thumb>span,.album-lightbox-tools button,.album-lightbox-tools a,.album-nav,.album-image-frame img{transition:none!important}}


/* Correção do slider premium e ampliação das fotos */
.album-photo-thumb{
 position:relative;
 cursor:zoom-in!important;
 outline:none;
}
.album-photo-thumb:focus-visible{
 box-shadow:0 0 0 4px rgba(23,51,196,.28);
}
.album-photo-thumb::after{
 content:"AMPLIAR";
 position:absolute;
 left:12px;
 bottom:12px;
 z-index:3;
 background:#f35c1b;
 color:#fff;
 padding:7px 10px;
 font-size:.66rem;
 font-weight:1000;
 letter-spacing:.08em;
 opacity:0;
 transform:translateY(5px);
 transition:.2s ease;
}
.album-photo-thumb:hover::after,
.album-photo-thumb:focus-visible::after{
 opacity:1;
 transform:none;
}
.album-lightbox.is-open .album-lightbox-shell{
 animation:albumModalIn .22s ease both;
}
@keyframes albumModalIn{
 from{opacity:0;transform:scale(.985)}
 to{opacity:1;transform:scale(1)}
}
.album-image-frame img{
 width:auto;
 height:auto;
 max-width:96%;
 max-height:calc(100vh - 210px);
}
@media(max-width:767.98px){
 .album-photo-thumb::after{
  opacity:1;
  transform:none;
  font-size:.58rem;
  padding:6px 8px;
 }
 .album-image-frame img{
  max-width:100%;
  max-height:calc(100dvh - 170px);
 }
}
