*{box-sizing:border-box}
:root{
  --bg:#050505;
  --panel:#090908;
  --line:#65583e;
  --line-soft:#342d21;
  --gold:#b8a17a;
  --gold-hi:#e3d6bd;
  --gold-dim:#7d6e54;
  --red:#d51519;
  --text:#c4b9a3;
}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;background:#000}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 50% -5%,rgba(132,116,84,.10),transparent 34rem),
    linear-gradient(#050505,#010101 55%,#050505);
  font-family:"Cormorant Garamond","Noto Serif JP",serif;
}
a{color:inherit;text-decoration:none}
.site-header{
  width:min(1180px,calc(100% - 36px));
  min-height:86px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:34px;
  border-bottom:1px solid #2f2a20;
  position:relative;
  z-index:20;
}
.brand{display:block;line-height:0;flex:0 0 auto}
.brand img{display:block;width:285px;max-width:30vw;height:auto}
.top-nav{margin-left:auto;display:flex;align-items:stretch;gap:0;height:86px}
.top-nav a{
  display:flex;align-items:center;
  padding:0 19px;
  color:#9f9075;
  font-family:"Cormorant SC",serif;
  font-weight:600;
  font-size:15px;
  letter-spacing:.03em;
  position:relative;
}
.top-nav a:hover,.top-nav a.active{color:#d2bd96}
.top-nav a.active:after{
  content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:2px;
  background:linear-gradient(90deg,transparent,#b18d55,transparent)
}
.menu-toggle{
  display:none;margin-left:auto;background:none;border:0;width:44px;height:44px;padding:9px;
}
.menu-toggle span{display:block;height:2px;background:#a9916c;margin:6px 0}

.history-hero{
  width:min(1180px,calc(100% - 36px));
  height:180px;
  margin:0 auto 8px;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #493f2d;
  background:
    radial-gradient(circle at 69% 17%,rgba(223,216,195,.25) 0 13px,rgba(117,108,91,.14) 14px 20px,transparent 22px),
    radial-gradient(ellipse at center bottom,rgba(133,116,77,.12),transparent 60%),
    linear-gradient(180deg,#10100f 0,#070707 66%,#020202 100%);
}
.history-hero:before,.history-hero:after{
  content:"";position:absolute;bottom:0;width:52%;height:108px;opacity:.34;
  background:
    linear-gradient(72deg,transparent 0 23%,#24231f 24% 27%,transparent 28% 34%,#1f1f1c 35% 39%,transparent 40%),
    repeating-linear-gradient(90deg,transparent 0 52px,#22211d 53px 56px,transparent 57px 87px);
  clip-path:polygon(0 100%,0 74%,8% 68%,11% 30%,14% 67%,22% 55%,25% 17%,28% 57%,37% 66%,42% 35%,45% 66%,53% 58%,57% 25%,61% 60%,70% 72%,78% 48%,81% 22%,84% 52%,92% 68%,100% 61%,100% 100%);
}
.history-hero:before{left:0}
.history-hero:after{right:0;transform:scaleX(-1)}
.title-wrap{
  position:absolute;inset:0;display:flex;justify-content:center;align-items:center;gap:20px;
  z-index:2;padding-top:20px
}
.title-wrap h1{
  margin:0;
  font-family:"Cormorant SC",serif;
  font-weight:700;
  font-size:58px;
  letter-spacing:.075em;
  color:#cbbda5;
  text-shadow:
    0 1px 0 #f2eadb,
    0 2px 0 #9c8e75,
    0 3px 0 #5a503e,
    0 4px 0 #282219,
    0 7px 9px rgba(0,0,0,.95),
    0 0 14px rgba(209,188,147,.18);
  -webkit-text-stroke:.35px rgba(236,224,199,.30);
}
.flourish{font-size:15px;color:#846d43;letter-spacing:.1em}
.title-ornament{
  position:absolute;bottom:12px;left:0;right:0;text-align:center;
  color:#7f6941;font-size:12px;letter-spacing:.15em;z-index:2
}

.history-shell{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto 40px;
  border:1px solid #4c422f;
  padding:0 34px 24px;
  background:linear-gradient(180deg,rgba(10,10,9,.92),rgba(3,3,3,.96));
  box-shadow:0 0 0 1px #111 inset,0 18px 50px rgba(0,0,0,.45);
}
.year-block{border-bottom:1px solid #4b412f}
.year-block:last-child{border-bottom:0}
.year-block summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;
  min-height:66px;gap:14px;user-select:none
}
.year-block summary::-webkit-details-marker{display:none}
.year{font-size:34px;font-weight:600;color:#b69c72;letter-spacing:.03em}
.year-flourish{font-size:12px;color:#7d6944}
.toggle-mark{margin-left:auto;width:18px;height:18px;position:relative}
.toggle-mark:before,.toggle-mark:after{
  content:"";position:absolute;background:#b89861;left:2px;right:2px;top:8px;height:1px
}
.toggle-mark:after{top:2px;bottom:2px;left:8px;right:auto;width:1px;height:auto}
details[open] .toggle-mark:after{display:none}

.events-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  padding:0 0 22px
}
.events-grid.single-year{grid-template-columns:minmax(0,1fr)}
.events-grid.single-year .live-card{max-width:560px}

.live-card{
  position:relative;
  min-height:250px;
  padding:14px 16px 17px;
  border:1px solid #594b33;
  background:
    radial-gradient(circle at 20% 10%,rgba(150,125,77,.055),transparent 180px),
    linear-gradient(135deg,rgba(20,20,18,.96),rgba(6,6,6,.98));
  box-shadow:0 0 0 1px #14120e inset,0 7px 20px rgba(0,0,0,.3)
}
.live-card:before,.live-card:after{
  content:"✦";position:absolute;color:#6e5b39;font-size:9px
}
.live-card:before{left:4px;top:2px}
.live-card:after{right:4px;bottom:2px;transform:rotate(180deg)}
.card-head{display:grid;grid-template-columns:112px 1fr;min-height:88px;border-bottom:1px solid #51452f}
.date-box{
  border-right:1px solid #493e2b;
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:4px
}
.date-box strong{
  font-size:34px;line-height:1;font-weight:500;color:#d0bc98;letter-spacing:.02em
}
.date-box span{font-size:15px;color:#9f8c6d;margin:6px 0 0 24px;letter-spacing:.08em}
.event-heading{padding:7px 4px 7px 17px;align-self:center;min-width:0}
.event-heading h2{
  margin:2px 0 0;color:#c8b99f;font-size:21px;line-height:1.18;font-weight:500;
  font-family:"Cormorant Garamond","Noto Serif JP",serif
}
.eyebrow,.sub-title{margin:0;font-size:14px;line-height:1.3;color:#ae9d80}
.sub-title{margin-top:4px;color:#87775f}
.venue{
  padding:11px 4px 9px;color:#ad9b7e;font-size:16px;border-bottom:1px solid #332d21
}
.act-title{
  display:flex;align-items:center;gap:12px;justify-content:center;
  color:#baa684;font-size:15px;margin:10px 0 6px;letter-spacing:.05em
}
.act-title span{height:1px;background:#4b402c;flex:1;max-width:145px}
.act-title.no-venue{margin-top:18px}
.acts{
  display:flex;flex-direction:column;align-items:center;
  font-family:"Noto Serif JP","Cormorant Garamond",serif;
  font-size:14px;line-height:1.55;color:#aaa08e
}
.acts strong{color:#e0191f;font-weight:500;text-shadow:0 0 8px rgba(224,25,31,.12)}
.acts span{display:block}

.footer-nav{
  width:min(980px,calc(100% - 36px));margin:20px auto 2px;
  display:grid;grid-template-columns:repeat(5,1fr);gap:12px
}
.footer-nav a{
  min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#776c58;font-family:"Cormorant SC",serif;font-size:13px;gap:4px
}
.footer-nav a:hover,.footer-nav a.active{color:#c3a66f}
.footer-icon{font-size:26px;line-height:1;color:#776d5d}
.footer-nav a.active .footer-icon{color:#c9a668;text-shadow:0 0 10px rgba(201,166,104,.18)}
.copyright{text-align:center;color:#4f493e;font-size:13px;margin:4px 0 26px}

@media(max-width:900px){
  .site-header{min-height:76px}
  .brand img{width:230px;max-width:58vw}
  .menu-toggle{display:block}
  .top-nav{
    display:none;position:absolute;top:76px;left:0;right:0;height:auto;
    background:rgba(5,5,5,.98);border:1px solid #3f3627;flex-direction:column;padding:10px 0
  }
  .top-nav.open{display:flex}
  .top-nav a{padding:12px 20px;justify-content:center}
  .top-nav a.active:after{bottom:6px}
  .history-hero{height:150px}
  .title-wrap h1{font-size:44px}
  .flourish{font-size:11px}
  .history-shell{padding:0 18px 18px}
  .events-grid{grid-template-columns:1fr}
  .events-grid.single-year{grid-template-columns:1fr}
  .events-grid.single-year .live-card{max-width:none}
}
@media(max-width:560px){
  .site-header{width:calc(100% - 24px);min-height:72px}
  .brand img{width:220px;max-width:68vw}
  .history-hero{width:100%;height:150px;margin-bottom:0;border-left:0;border-right:0}
  .history-hero:before,.history-hero:after{height:90px;opacity:.3}
  .title-wrap{gap:8px;padding-top:8px}
  .title-wrap h1{font-size:37px;letter-spacing:.045em;white-space:nowrap}
  .flourish{font-size:8px;letter-spacing:0}
  .title-ornament{font-size:9px;bottom:11px}
  .history-shell{
    width:calc(100% - 18px);padding:0 10px 12px;margin-bottom:22px;
    border-left-color:#6d5a38;border-right-color:#6d5a38
  }
  .year-block summary{min-height:58px}
  .year{font-size:30px}
  .year-flourish{font-size:10px}
  .events-grid{gap:12px;padding-bottom:16px}
  .live-card{padding:10px 11px 14px;min-height:0}
  .card-head{grid-template-columns:92px 1fr;min-height:83px}
  .date-box strong{font-size:29px}
  .date-box span{font-size:13px;margin-left:20px}
  .event-heading{padding-left:13px}
  .event-heading h2{font-size:18px}
  .eyebrow,.sub-title{font-size:12px}
  .venue{font-size:14px;padding:9px 3px 8px}
  .act-title{font-size:14px;margin:8px 0 5px}
  .acts{font-size:13px}
  .footer-nav{width:100%;gap:0;margin-top:12px}
  .footer-nav a{font-size:9px;min-height:62px;white-space:nowrap}
  .footer-icon{font-size:21px}
  .copyright{font-size:10px;margin-top:2px}
}
@media(max-width:380px){
  .title-wrap h1{font-size:33px}
  .card-head{grid-template-columns:82px 1fr}
  .date-box strong{font-size:26px}
  .event-heading h2{font-size:16px}
  .footer-nav a{font-size:8px}
}


/* Shared cemetery atmosphere used behind the redesigned pages */
body{
  background-color:#030303;
  background-image:
    linear-gradient(rgba(0,0,0,.82),rgba(0,0,0,.91)),
    url("cemetery-discography-bg.png");
  background-size:cover;
  background-position:center top;
  background-attachment:fixed;
  background-repeat:no-repeat;
}
.history-shell{
  background:linear-gradient(180deg,rgba(8,8,7,.90),rgba(2,2,2,.94));
}
@media(max-width:700px){
  body{background-attachment:scroll;background-size:auto 720px}
}


/* v4: force the supplied cemetery-discography background to be visibly used */
html{
  background:#000 url("cemetery-discography-bg.png") center top / cover fixed no-repeat !important;
}
body{
  min-height:100vh;
  background-color:transparent !important;
  background-image:
    linear-gradient(rgba(0,0,0,.28),rgba(0,0,0,.48)),
    url("cemetery-discography-bg.png") !important;
  background-position:center top !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
}
.history-hero{
  background:
    linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.42)),
    url("cemetery-discography-bg.png") center 12% / cover no-repeat !important;
}
.history-shell{
  background:rgba(3,3,3,.74) !important;
  backdrop-filter:blur(1px);
  -webkit-backdrop-filter:blur(1px);
}
.live-card{
  background:linear-gradient(135deg,rgba(15,15,13,.88),rgba(3,3,3,.91)) !important;
}
@media(max-width:700px){
  html{background-attachment:scroll !important}
  body{
    background-attachment:scroll !important;
    background-size:auto 1000px !important;
    background-position:center top !important;
  }
}
