/* Live Dates page polish — v5.3.119 */

/* Keep a photo on desktop even if CMS desktop hero is empty */
.page-hero,
.page-hero.page-hero--cms{
  background-image:
    linear-gradient(90deg,rgba(10,8,6,.78),rgba(10,8,6,.2) 64%),
    linear-gradient(0deg,rgba(10,8,6,.78),transparent 56%),
    var(--hero-image-desktop, var(--hero-image-mobile, var(--hero-image, url("assets/images/band-sunset.jpg"))));
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.dates{
  padding:100px 0 110px;
  background:
    radial-gradient(ellipse 80% 45% at 50% -8%, rgba(185,105,62,.07), transparent 55%),
    var(--paper,#f5f0e8);
}

.dates .section-head{
  align-items:flex-end;
  gap:28px;
  margin-bottom:36px;
}
.dates .section-head .section-title{
  letter-spacing:-.04em;
}
.dates .section-head > p{
  max-width:28rem;
  color:var(--muted,#756e64);
  font-size:.98rem;
  line-height:1.5;
  margin:0;
}

.dates-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 36px;
  padding:6px;
  background:rgba(23,21,18,.04);
  border-radius:999px;
  width:fit-content;
  border:1px solid rgba(23,21,18,.06);
}
.dates-toggle{
  appearance:none;
  border:0;
  background:transparent;
  padding:11px 20px;
  border-radius:999px;
  cursor:pointer;
  font:700 .78rem/1 Inter,Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted,#756e64);
  transition:background .18s ease, color .18s ease, box-shadow .18s ease;
}
.dates-toggle:hover{
  color:var(--ink,#171512);
}
.dates-toggle.is-active{
  background:var(--ink,#171512);
  color:#fff;
  box-shadow:0 6px 16px rgba(23,21,18,.18);
}

.dates .month{
  margin-top:48px;
}
.dates .month:first-child{
  margin-top:8px;
}
.dates .month-title{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:4px;
}
.dates .month-title h3{
  font-size:clamp(1.85rem,4vw,2.4rem);
  letter-spacing:-.02em;
  margin:0;
  color:var(--ink,#171512);
}
.dates .month-title:after{
  content:'';
  height:1px;
  background:linear-gradient(90deg, rgba(23,21,18,.16), transparent 90%);
  flex:1;
}

.dates .date-row{
  border-top:1px solid rgba(23,21,18,.08);
  padding:28px 0;
  transition:background .18s ease;
}
.dates .date-row:last-child{
  border-bottom:1px solid rgba(23,21,18,.08);
}
.dates .date-row:hover{
  background:rgba(255,250,243,.55);
}
.dates .date-day{
  color:var(--copper,#b9693e);
}
.dates .date-venue{
  letter-spacing:-.015em;
}
.dates .date-actions{
  margin-top:14px;
}
.dates .date-action{
  border-radius:8px;
}

.dates .empty-state,
.dates .loading-state{
  padding:48px 24px;
  text-align:center;
  color:var(--muted,#756e64);
  border:1px dashed #d9c7ac;
  border-radius:14px;
  background:rgba(255,250,243,.65);
  margin-top:12px;
}

.gig-cal{
  max-width:720px;
  margin:0 auto;
  background:#fffaf3;
  border:1px solid rgba(23,21,18,.1);
  border-radius:16px;
  padding:22px 20px 20px;
  box-shadow:0 12px 36px rgba(23,21,18,.06);
}
.gig-cal__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.gig-cal__title{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.7rem,4vw,2.2rem);
  font-weight:700;
  letter-spacing:-.02em;
  text-align:center;
  flex:1;
}
.gig-cal__nav{
  appearance:none;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(23,21,18,.14);
  background:#fff;
  color:var(--ink,#171512);
  font-size:1.5rem;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:background .15s ease, border-color .15s ease;
}
.gig-cal__nav:hover{
  background:var(--ink,#171512);
  border-color:var(--ink,#171512);
  color:#fff;
}
.gig-cal__weekdays{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:4px;
  margin-bottom:6px;
  text-align:center;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted,#756e64);
}
.gig-cal__grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:4px;
}
.gig-cal__cell{
  appearance:none;
  border:0;
  background:transparent;
  aspect-ratio:1;
  min-height:44px;
  border-radius:10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  font:600 .92rem/1 Inter,Arial,sans-serif;
  color:var(--ink,#171512);
  position:relative;
  cursor:default;
  padding:4px;
}
.gig-cal__cell--empty{pointer-events:none;}
.gig-cal__cell--booked{
  cursor:pointer;
  background:rgba(185,105,62,.12);
  color:var(--ink,#171512);
}
.gig-cal__cell--booked:hover,
.gig-cal__cell--booked.is-selected{
  background:var(--copper,#b9693e);
  color:#fff;
}
.gig-cal__cell--booked:hover .gig-cal__dots i,
.gig-cal__cell--booked.is-selected .gig-cal__dots i{
  background:#fff;
}
.gig-cal__cell--upcoming{
  box-shadow:inset 0 0 0 1.5px rgba(185,105,62,.45);
}
.gig-cal__cell--past{opacity:.55;}
.gig-cal__cell--today:not(.gig-cal__cell--booked){
  box-shadow:inset 0 0 0 2px var(--ink,#171512);
}
.gig-cal__cell--today.gig-cal__cell--booked{
  box-shadow:inset 0 0 0 2px rgba(23,21,18,.35);
}
.gig-cal__cell--free{
  cursor:pointer;
  background:rgba(23,21,18,.03);
}
.gig-cal__cell--free:hover,
.gig-cal__cell--free.is-selected{
  background:rgba(23,21,18,.08);
  box-shadow:inset 0 0 0 1.5px rgba(23,21,18,.2);
}
.gig-cal__book-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:12px;
  padding:12px 18px;
  border-radius:8px;
  background:var(--ink,#171512);
  color:#fff !important;
  font:700 .78rem/1 Inter,Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  border-bottom:0 !important;
  width:fit-content;
  transition:background .15s ease;
}
.gig-cal__book-btn:hover{
  background:var(--copper,#b9693e);
  color:#fff !important;
}
.gig-cal__more-btn{
  appearance:none;
  border:0;
  cursor:pointer;
  font-family:inherit;
}
.gig-cal__num{position:relative;z-index:1;}
.gig-cal__dots{
  display:flex;
  gap:3px;
  justify-content:center;
  min-height:5px;
}
.gig-cal__dots i{
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--copper,#b9693e);
  display:block;
}
.gig-cal__legend{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 18px;
  margin:18px 0 0;
  font-size:.8rem;
  color:var(--muted,#756e64);
}
.gig-cal__legend span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.gig-cal__swatch{
  width:12px;
  height:12px;
  border-radius:4px;
  display:inline-block;
}
.gig-cal__swatch--booked{
  background:rgba(185,105,62,.35);
  box-shadow:inset 0 0 0 1.5px rgba(185,105,62,.55);
}
.gig-cal__swatch--today{
  background:transparent;
  box-shadow:inset 0 0 0 2px var(--ink,#171512);
}
.gig-cal__hint{
  margin-left:auto;
  font-style:italic;
}
.gig-cal__detail{
  margin-top:18px;
  padding:16px 16px 14px;
  border-radius:12px;
  background:#fff;
  border:1px solid rgba(23,21,18,.1);
}
.gig-cal__detail-title{
  margin:0 0 12px;
  font-weight:800;
  font-size:.78rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--copper,#b9693e);
}
.gig-cal__detail-list{display:grid;gap:12px;}
.gig-cal__detail-item{display:grid;gap:2px;}
.gig-cal__detail-item strong{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.25rem;
  font-weight:700;
  line-height:1.2;
}
.gig-cal__detail-loc,
.gig-cal__detail-time{
  font-size:.9rem;
  color:var(--muted,#756e64);
}
.gig-cal__status{
  display:inline-block;
  margin-top:4px;
  padding:3px 8px;
  border-radius:4px;
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  width:fit-content;
}
.gig-cal__status.soldout{background:#c45c3e;color:#fff}
.gig-cal__status.postponed{background:#b9893a;color:#fff}
.gig-cal__footnote{
  margin:16px 0 0;
  font-size:.85rem;
  color:var(--muted,#756e64);
  line-height:1.45;
  text-align:center;
}
.gig-cal__footnote a{
  color:var(--copper,#b9693e);
  border-bottom:1px solid rgba(185,105,62,.4);
}
.gig-cal__footnote a:hover{border-bottom-color:currentColor;}

.dates .date-row--highlight{
  background:rgba(185,105,62,.14) !important;
  box-shadow:inset 3px 0 0 var(--copper,#b9693e);
  transition:background .4s ease, box-shadow .4s ease;
}

@media (max-width:900px){
  .dates{padding:80px 0 90px;}
  .dates .section-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:14px;
    margin-bottom:28px;
  }
  .dates .section-head > div{width:100%;text-align:center;}
  .dates .section-head .eyebrow,
  .dates .section-head .section-title{text-align:center;}
  .dates .section-head > p{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    max-width:32rem;
  }
  .dates-toolbar{
    margin-left:auto;
    margin-right:auto;
    justify-content:center;
  }
  .gig-cal{padding:16px 12px 14px;}
  .gig-cal__hint{margin-left:0;width:100%;}
  .feature-band{
    display:block !important;
    position:relative;
    min-height:0 !important;
    overflow:hidden;
    grid-template-columns:none !important;
  }
  .feature-band .feature-image{
    display:block;
    width:100%;
    aspect-ratio:16 / 10;
    min-height:280px;
    max-height:none;
    height:auto;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }
  .feature-band .feature-copy{
    position:absolute;
    left:0;right:0;bottom:0;z-index:2;
    padding:72px 24px 28px;
    background:linear-gradient(180deg, transparent 0%, rgba(10,8,6,.35) 30%, rgba(10,8,6,.9) 100%);
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .feature-band .feature-copy h2{
    font-size:clamp(2.2rem, 8vw, 3.2rem);
    max-width:16ch;
    margin:0 0 10px;
    line-height:1.05;
  }
  .feature-band .feature-copy p{
    max-width:32rem;
    margin:0 auto 16px;
    color:rgba(255,255,255,.78);
    font-size:.95rem;
  }
  .feature-band .feature-copy .button{margin-top:4px;}
}

@media (max-width:600px){
  .dates{padding:70px 0 80px;}
  .dates .month-title{gap:12px;}
  .dates .month-title h3{font-size:1.65rem;}
  .dates .date-row{padding:22px 0;}
  .dates-toolbar{width:100%;justify-content:stretch;}
  .dates-toggle{
    flex:1;
    text-align:center;
    padding:12px 10px;
    font-size:.68rem;
    letter-spacing:.06em;
  }
  .gig-cal__cell{min-height:40px;border-radius:8px;font-size:.82rem;}
  .gig-cal__nav{width:40px;height:40px;}
  .feature-band .feature-image{
    aspect-ratio:16 / 11;
    min-height:240px;
    background-position:center 45% !important;
  }
  .feature-band .feature-copy{padding:64px 18px 24px;}
  .feature-band .feature-copy h2{font-size:clamp(2rem, 9vw, 2.8rem);}
  .feature-band .feature-copy p{font-size:.9rem;margin-bottom:14px;}
}
