.concerts{background-color:var(--base-500);width:100%;padding:10rem 0;overflow:hidden}.concerts-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.concerts-header h3{width:30%}.concerts-nav{gap:1rem;display:flex}.concerts-nav-button-wrapper{will-change:transform;position:relative}.concerts-nav-button{background:var(--base-100);width:80px;height:80px;color:var(--base-500);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:opacity .3s,transform .2s;display:flex}.concerts-nav-button:active{transform:scale(.85)}.concerts-carousel{will-change:transform;width:100%;padding:0 2rem 4rem;overflow:visible}.concerts-track{cursor:grab;touch-action:none;will-change:transform, opacity;width:100%;position:relative}.concert-card{background-color:var(--base-100);will-change:transform;border-radius:.35rem;flex-direction:column;width:420px;padding:2rem;display:flex}.concert-card-header{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;display:flex}.concert-venue{color:var(--base-500)}.concert-city{color:var(--base-400,var(--base-500));opacity:.75;font-size:.95rem;font-weight:450}.concert-image{aspect-ratio:4/3;border-radius:.35rem;width:100%;margin-bottom:1.5rem;overflow:hidden}.concert-image img{object-fit:cover;width:100%;height:100%}.concert-link{background-color:var(--base-500);color:var(--base-100);border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.concert-link:hover{background-color:var(--base-400,var(--base-500));transform:translateY(-2px)}.concert-link:active{transform:scale(.96)}@media (max-width:1000px){.concerts{padding:8rem 0 4rem}.concerts-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.concerts-header h3{width:100%}.concerts-nav-button{transform:none}.concert-card{width:100%}.concert-link{align-self:stretch}}
