@font-face{
  font-family:FallbackDisplay;
  src:local("Impact")
}
:root{
  color-scheme:dark;
  --bg:#141613;
  --panel:#1c1e19;
  --ink:#f2ede2;
  --muted:#b8b9ac;
  --accent:#d6b578;
  --line:#3c3e33;
  --display:FallbackDisplay,"Arial Narrow",sans-serif
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:88px
}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.7
}
body:has(dialog[open]){
  overflow:hidden
}
a{
  color:inherit;
  text-decoration:none
}
button{
  font:inherit
}
a,button{
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible{
  outline:3px solid var(--accent);
  outline-offset:6px
}
img{
  display:block;
  max-width:100%;
  object-fit:cover
}
figure,p,h1,h2,h3{
  margin:0
}
p+p{
  margin-top:18px
}
button,a{
  touch-action:manipulation
}
.wrap{
  width:min(1240px,calc(100% - 48px));
  margin-inline:auto
}
.section{
  padding-block:84px
}
.skip-link{
  position:fixed;
  top:-80px;
  left:20px;
  padding:12px;
  background:var(--accent);
  color:var(--bg);
  z-index:100
}
.skip-link:focus{
  top:10px
}
.site-header{
  min-height:86px;
  padding:18px max(24px,calc((100vw - 1320px)/2));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid var(--line);
  background:var(--bg);
  position:relative;
  z-index:5
}
.wordmark{
  font-family:var(--display);
  font-size:21px;
  letter-spacing:1px;
  white-space:nowrap
}
.wordmark span:not(.wordmark-star){
  font-family:Georgia,serif;
  font-size:20px;
  font-style:italic;
  font-weight:bold;
  letter-spacing:-1px
}
.wordmark-star{
  color:var(--accent);
  margin-left:12px
}
.site-header nav{
  display:flex;
  align-items:center;
  gap:32px;
  font-size:14px
}
.site-header nav a{
  transition:color .2s
}
.site-header nav a:hover,.text-link:hover{
  color:var(--accent)
}
.nav-book{
  border:1px solid #7b7b65;
  padding:10px 20px
}
.menu-toggle{
  display:none;
  color:var(--ink);
  background:none;
  border:1px solid var(--line);
  padding:8px 14px;
  cursor:pointer
}
.menu-toggle[hidden]{
  display:none
}
.hero{
  min-height:730px;
  min-height:min(850px,calc(100svh - 86px));
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  padding-block:60px 105px;
  overflow:hidden
}
.hero-photo,.hero-shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:-2
}
.hero-photo{
  left:35%;
  width:65%;
  object-position:center 53%
}
.hero-shade{
  z-index:-1;
  background:linear-gradient(90deg,rgba(8,12,9,.92) 0%,rgba(8,12,9,.72) 36%,rgba(8,12,9,.1) 80%),linear-gradient(0deg,rgba(9,13,10,.85),transparent 45%)
}
.hero-logo{
  width:132px;
  height:112px;
  object-fit:cover;
  object-position:center;
  margin-bottom:28px;
  border:1px solid rgba(242,237,226,.55);
  box-shadow:0 8px 24px rgba(0,0,0,.22)
}
.eyebrow,.section-label,.member-origin{
  font-size:13px;
  letter-spacing:2.2px;
  font-weight:600;
  color:var(--accent);
  text-transform:uppercase
}
.hero h1{
  font-family:var(--display);
  font-weight:900;
  font-stretch:condensed;
  font-size:clamp(64px,9.7vw,145px);
  line-height:1.02;
  letter-spacing:1px;
  margin:23px 0 30px;
  max-width:700px
}
.hero h1 span{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.03em;
  font-style:italic;
  font-weight:normal;
  display:block;
  line-height:.8;
  letter-spacing:-6px;
  padding-bottom:15px
}
.hero-copy{
  font-size:19px;
  line-height:1.6;
  color:#e3dfd4
}
.hero-actions{
  display:flex;
  gap:32px;
  align-items:center;
  margin-top:30px
}
.button{
  display:inline-flex;
  gap:30px;
  align-items:center;
  background:var(--accent);
  color:#161a14;
  padding:14px 23px;
  font-size:14px;
  font-weight:bold;
  border:1px solid var(--accent);
  transition:background .2s,transform .2s
}
.button:hover{
  background:#ebce96;
  transform:translateY(-2px)
}
.text-link{
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:18px;
  border-bottom:1px solid #828573;
  padding-block:8px;
  transition:color .2s
}
.hero-bottom{
  position:absolute;
  bottom:26px;
  left:0;
  right:0;
  display:flex;
  justify-content:space-between;
  gap:15px;
  font-size:12px;
  letter-spacing:2px;
  color:#dfdfce
}
.genre-strip{
  display:flex;
  justify-content:space-evenly;
  align-items:center;
  gap:20px;
  padding:19px 24px;
  background:var(--accent);
  color:#24291e;
  font-size:13px;
  font-weight:bold;
  letter-spacing:2px
}
.genre-strip span:nth-child(even){
  font-size:19px
}
.section-label{
  display:flex;
  gap:18px;
  margin-bottom:28px
}
.section-number{
  color:#828776
}
h2{
  font-family:var(--display);
  font-size:clamp(40px,5.1vw,72px);
  font-weight:normal;
  line-height:1.09;
  letter-spacing:.2px
}
h2 em{
  font-family:Georgia,serif;
  font-weight:normal;
  color:var(--accent);
  letter-spacing:-2px
}
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center
}
.about-grid p{
  color:var(--muted);
  max-width:525px
}
.about-grid .lead{
  font-size:20px;
  color:var(--ink);
  margin-top:30px
}
.about-grid .text-link{
  margin-top:24px
}
.about-photo{
  position:relative;
  padding:0 0 18px 18px
}
.about-photo:before{
  content:"";
  position:absolute;
  inset:18px 18px 0 0;
  border:1px solid #686e55;
  z-index:-1
}
.about-photo img{
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-position:50% 30%
}
.about-photo figcaption{
  font-size:11px;
  letter-spacing:2px;
  padding:13px 0 0
}
.members{
  margin-top:70px;
  padding:35px 0;
  border-block:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr 100px 1fr;
  gap:30px
}
.members article{
  display:flex;
  flex-direction:column
}
.members h3{
  font-family:Georgia,serif;
  font-size:31px;
  line-height:1.3;
  margin:10px 0
}
.members h3 span{
  font-weight:normal
}
.members p{
  color:var(--muted);
  font-size:14px
}
.member-divider{
  color:#707762;
  font-family:Georgia,serif;
  font-size:70px;
  text-align:center;
  line-height:1.5;
  font-style:italic
}
.editor-note,.small-note{
  font-size:13px;
  color:var(--muted);
  margin-top:18px
}
.editor-note{
  font-style:italic
}
.music,.photos{
  background:var(--panel)
}
.section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:36px
}
.section-heading>p{
  color:var(--muted);
  font-size:15px
}
.performance{
  position:relative;
  display:block;
  height:490px;
  overflow:hidden;
  border:1px solid var(--line)
}
.performance>img{
  height:100%;
  width:100%;
  object-position:50% 40%;
  transition:transform .5s
}
.performance:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(8,12,9,.95),rgba(8,12,9,.08) 75%)
}
.performance:hover>img{
  transform:scale(1.025)
}
.play{
  position:absolute;
  left:50%;
  top:39%;
  transform:translate(-50%,-50%);
  background:#dfc18c;
  color:#1a2017;
  width:72px;
  height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  padding-left:3px;
  font-size:24px;
  z-index:1;
  box-shadow:0 0 0 10px #d6b57820
}
.performance-caption{
  position:absolute;
  bottom:32px;
  left:36px;
  right:24px;
  z-index:1;
  display:grid;
  gap:5px
}
.performance-caption strong{
  font-family:Georgia,serif;
  font-size:32px;
  font-weight:normal
}
.performance-caption>span:last-child{
  font-size:14px;
  color:var(--muted)
}
.next-show{
  padding:30px 34px;
  border:1px solid var(--line);
  border-left:3px solid var(--accent);
  margin:35px 0 42px
}
.next-show h3{
  font-family:Georgia,serif;
  font-size:25px;
  margin:8px 0
}
.next-show p{
  color:var(--muted);
  font-size:15px
}
.archive-label{
  font-size:12px;
  letter-spacing:2px;
  margin-bottom:20px;
  color:var(--muted)
}
.show{
  display:grid;
  grid-template-columns:80px 1fr auto 145px;
  align-items:center;
  gap:24px;
  padding:25px 0;
  border-top:1px solid var(--line)
}
.show:last-child{
  border-bottom:1px solid var(--line)
}
.show time{
  display:grid;
  text-align:center;
  line-height:1.1;
  gap:4px
}
.show time span{
  font-size:11px;
  color:var(--muted);
  letter-spacing:1px
}
.show time strong{
  font-family:var(--display);
  font-size:39px;
  font-weight:normal
}
.show h3{
  font-size:21px;
  font-weight:normal
}
.show p{
  font-size:14px;
  color:var(--muted)
}
.show-status{
  font-size:11px;
  letter-spacing:1.2px;
  color:#b1b2a6;
  border:1px solid var(--line);
  padding:5px 9px
}
.show>a{
  font-size:13px;
  color:var(--accent);
  padding:10px 0;
  text-align:right
}
.show>a:hover{
  text-decoration:underline
}
.carousel{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px
}
.carousel-viewport{
  overflow:hidden;
  min-width:0
}
.carousel-track{
  display:flex;
  transition:transform .35s ease
}
.carousel-slide{
  flex:0 0 100%;
  min-width:0
}
.carousel-button{
  width:46px;
  height:46px;
  border:1px solid var(--line);
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  font-size:20px
}
.carousel-button:hover{
  color:var(--accent);
  border-color:var(--accent)
}
.gallery-link{
  position:relative;
  display:block;
  overflow:hidden;
  background:#111
}
.photo-carousel img{
  width:100%;
  height:350px;
  object-fit:contain;
  background:#111;
  transition:transform .45s
}
.photo-carousel a:hover img{
  transform:none
}
.photo-carousel a>span{
  position:absolute;
  bottom:14px;
  right:14px;
  background:#141613d9;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  color:var(--accent)
}
.photo-carousel figcaption{
  font-size:11px;
  letter-spacing:1.8px;
  margin-top:15px;
  color:var(--muted)
}
.booking-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:85px;
  align-items:center
}
.booking h2{
  margin-bottom:24px
}
.booking p{
  color:var(--muted)
}
.booking-email{
  display:inline-block;
  font-size:clamp(17px,2.3vw,29px);
  margin-top:24px;
  border-bottom:1px solid var(--accent);
  padding-bottom:8px;
  overflow-wrap:anywhere
}
.booking-email span{
  color:var(--accent);
  padding-left:15px
}
.booking .text-link{
  margin-top:22px
}
.brand-art{
  padding:22px;
  border:1px solid var(--line);
  transform:rotate(2deg)
}
.brand-art img{
  width:100%;
  height:auto;
  object-fit:contain
}
.brand-art figcaption{
  font-size:11px;
  letter-spacing:2px;
  color:var(--muted);
  margin-top:18px;
  text-align:center
}
footer{
  border-top:1px solid var(--line);
  padding-block:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
footer p,footer>a:last-child{
  font-size:12px;
  color:var(--muted)
}
.lightbox{
  padding:60px 22px 22px;
  border:1px solid var(--line);
  background:var(--bg);
  color:var(--ink);
  width:min(1100px,94vw);
  max-height:94svh
}
.lightbox::backdrop{
  background:#000e
}
.lightbox img{
  max-height:73svh;
  width:100%;
  object-fit:contain
}
.lightbox p{
  margin-top:12px;
  font-size:14px;
  text-align:center
}
.lightbox-close{
  position:absolute;
  right:20px;
  top:10px;
  background:none;
  border:0;
  padding:8px 12px;
  color:var(--ink);
  cursor:pointer
}
.lightbox-close:hover{
  color:var(--accent)
}
@media(min-width:1600px){
  .hero-photo{
    object-position:center 48%
  }
}
@media(max-width:900px){
  .site-header nav{
    gap:20px
  }
  .hero{
    min-height:690px
  }
  .about-grid{
    gap:40px
  }
  .booking-grid{
    gap:40px
  }
  .show{
    grid-template-columns:60px 1fr 120px;
    gap:18px
  }
  .show-status{
    display:none
  }
  .photo-carousel img{
    height:280px
  }
  .section-heading{
    align-items:flex-start
  }
  .section-heading>p{
    max-width:280px
  }
  footer{
    flex-wrap:wrap
  }
}
@media(max-width:640px){
  html{
    scroll-padding-top:20px
  }
  .wrap{
    width:calc(100% - 40px)
  }
  .section{
    padding-block:60px
  }
  .site-header{
    padding:15px 20px;
    min-height:76px;
    flex-wrap:wrap;
    gap:15px
  }
  .wordmark{
    font-size:18px
  }
  .wordmark span:not(.wordmark-star){
    font-size:18px
  }
  .wordmark-star{
    margin-left:8px
  }
  .menu-toggle:not([hidden]){
    display:block
  }
  .site-header nav{
    width:100%;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:12px;
    font-size:13px
  }
  .site-header nav[data-collapsible="true"]{
    display:none
  }
  .site-header nav[data-collapsible="true"].is-open{
    display:flex;
    padding-bottom:10px
  }
  .nav-book{
    padding:6px 12px
  }
  .hero{
    min-height:690px;
    padding-block:50px 100px;
    align-items:flex-end
  }
  .hero-photo{
    left:0;
    width:100%;
    object-position:40% 50%
  }
  .hero-shade{
    background:linear-gradient(0deg,#0d130ef5 0%,#0c120edc 29%,#0c120e18 85%)
  }
  .hero .eyebrow{
    font-size:11px;
    letter-spacing:1.8px
  }
  .hero h1{
    font-size:clamp(48px,14vw,94px);
    letter-spacing:0;
    margin:20px 0
  }
  .hero h1 span{
    letter-spacing:-3px
  }
  .hero-copy{
    font-size:17px
  }
  .hero-actions{
    gap:24px;
    margin-top:26px
  }
  .button{
    padding:12px 16px;
    gap:22px
  }
  .hero-bottom{
    bottom:24px;
    font-size:10px;
    letter-spacing:1.2px
  }
  .hero-bottom>a{
    max-width:145px;
    text-align:right
  }
  .genre-strip{
    padding:15px 18px;
    gap:12px;
    flex-wrap:wrap;
    font-size:10px;
    letter-spacing:1px
  }
  .genre-strip span:nth-last-child(-n+2){
    display:none
  }
  .genre-strip span:nth-child(even){
    font-size:14px
  }
  .section-label{
    font-size:11px;
    margin-bottom:24px
  }
  .about-grid{
    grid-template-columns:1fr;
    gap:35px
  }
  h2{
    font-size:46px
  }
  .about-grid .lead{
    font-size:19px;
    margin-top:24px
  }
  .about-photo{
    margin-top:10px
  }
  .members{
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-top:40px;
    padding:28px 0
  }
  .member-divider{
    display:none
  }
  .member-origin{
    font-size:10px;
    letter-spacing:1.5px
  }
  .members h3{
    font-size:26px
  }
  .members h3 span{
    display:block;
    font-size:21px
  }
  .members p{
    font-size:13px
  }
  .section-heading{
    flex-direction:column;
    gap:20px;
    margin-bottom:28px
  }
  .section-heading>p{
    max-width:100%;
    font-size:14px
  }
  .performance{
    height:400px
  }
  .performance-caption{
    left:22px;
    bottom:26px
  }
  .performance-caption strong{
    font-size:24px
  }
  .performance-caption .eyebrow{
    font-size:10px
  }
  .next-show{
    padding:24px
  }
  .next-show h3{
    font-size:23px
  }
  .show{
    grid-template-columns:50px 1fr;
    gap:8px 20px;
    padding:24px 0
  }
  .show time{
    grid-row:span 2
  }
  .show h3{
    font-size:19px
  }
  .show p{
    font-size:13px
  }
  .show>a{
    grid-column:2;
    text-align:left;
    padding:4px 0
  }
  .photo-carousel img{
    height:310px
  }
  .photo-carousel figcaption{
    font-size:9px;
    letter-spacing:1px
  }
  .booking-grid{
    grid-template-columns:1fr;
    gap:45px
  }
  .brand-art{
    max-width:320px;
    margin-inline:auto
  }
  .booking-email{
    font-size:19px
  }
  footer{
    align-items:flex-start;
    gap:20px
  }
  footer p{
    order:3;
    width:100%
  }
  .lightbox{
    padding-inline:12px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    transition:none!important;
    animation:none!important
  }
}
.photo-carousel figure:last-child img{
  object-position:center
}
.hero-content{
  animation:arrive .8s ease-out both
}
@keyframes arrive{
  from{
    opacity:0;
    transform:translateY(12px)
  }
  to{
    opacity:1;
    transform:none
  }
}
@media(max-width:640px){
  .photo-carousel img{
    height:230px;
    object-position:center 30%
  }
  .hero-content{
    animation:none
  }
}
