
:root{
  --bg:#0f1216; --ink:#f4f1ea; --muted:#b8b3a8; --accent:#c9a227;
  --line:rgba(255,255,255,.08); --max:1100px;
  --serif:Georgia,'Iowan Old Style',serif;
  --sans:'Segoe UI',system-ui,-apple-system,sans-serif;
}
*{box-sizing:border-box}
body{margin:0;font-family:var(--sans);background:#f7f4ee;color:#1c1a17;line-height:1.65}
a{color:#6b4f12}
a:hover{color:#a07a1a}
img{max-width:100%;height:auto;display:block}
.wrap{width:min(var(--max),92%);margin:0 auto}
.site-header{background:var(--bg);color:var(--ink);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}
.bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;flex-wrap:wrap}
.brand{font-family:var(--serif);font-size:1.15rem;color:var(--ink);text-decoration:none;font-weight:700}
.brand:hover{color:var(--accent)}
.nav{display:flex;flex-wrap:wrap;gap:.35rem .9rem;justify-content:flex-end}
.nav a{color:var(--muted);font-size:.92rem;text-decoration:none}
.nav a:hover,.nav a[aria-current="page"]{color:var(--accent)}
.nav-toggle{display:none;background:transparent;border:1px solid var(--line);color:var(--ink);padding:.4rem .7rem;border-radius:6px}
.hero{min-height:72vh;display:grid;align-items:end;color:#1c1a17;background-color:#f7f4ee;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:linear-gradient(180deg,rgba(247,244,238,.45),rgba(247,244,238,.88)),url('../images/band-configuration-hero-recreation.png')}
.hero-inner{padding:5rem 0 3.5rem}
.hero.hero-photo{color:var(--ink);background:#111 center/cover no-repeat;background-image:linear-gradient(180deg,rgba(8,10,14,.35),rgba(8,10,14,.78)),url('../images/ensemble-seating-chart-bg.png')}
.hero.hero-photo .lead{color:#ebe6dc}
.hero.hero-photo .kicker{color:#d7c38a}
.hero.hero-photo .btn.ghost{border-color:rgba(255,255,255,.35);color:#fff}
.hero.hero-schematic{
  color:#1c1a17;
  background:#f7f4ee center/contain no-repeat;
  background-image:linear-gradient(180deg,rgba(247,244,238,.55),rgba(247,244,238,.92)),url('../images/band-configuration-hero-recreation.png');
  background-size:contain, contain;
  background-color:#f7f4ee;
}
.hero.hero-schematic .lead{color:#3a3530}
.hero.hero-schematic .kicker{color:#5a5348}
.hero.hero-schematic .btn.ghost{border-color:rgba(28,26,23,.35);color:#1c1a17}
.hero-compare-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:1.5rem 0}
.hero-compare-grid figure{margin:0;background:#fff;border:1px solid #e7e1d6;border-radius:14px;overflow:hidden}
.hero-compare-grid img{display:block;width:100%;height:auto;background:#eee}
.hero-compare-grid figcaption{padding:.8rem 1rem;font-size:.92rem;color:#5a5348}

.hero h1{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.1;margin:0 0 .8rem}
.hero .lead{font-size:1.15rem;max-width:40rem;color:#3a3530;margin:0 0 1.4rem}
.kicker{color:#5a5348;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;margin:0 0 .6rem}
.btn{display:inline-block;background:var(--accent);color:#16130a;font-weight:700;padding:.7rem 1.15rem;border-radius:999px;text-decoration:none;border:0;cursor:pointer}
.btn:hover{filter:brightness(1.05);text-decoration:none;color:#16130a}
.btn.ghost{background:transparent;border:1px solid rgba(28,26,23,.35);color:#1c1a17}
.section{padding:3.2rem 0}
.section h2{font-family:var(--serif);font-size:2rem;margin:0 0 1rem}
.section h3{font-family:var(--serif);font-size:1.35rem;margin:1.6rem 0 .5rem;scroll-margin-top:4.5rem}
.section h4{font-family:var(--serif);font-size:1.1rem;margin:0 0 .35rem;font-weight:700}
.muted{color:#5f5a52}
.card-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.gear-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.card{background:#fff;border:1px solid #e7e1d6;border-radius:14px;padding:1.2rem 1.25rem;box-shadow:0 8px 24px rgba(28,24,16,.04)}
.card img{border-radius:10px;margin-bottom:.8rem;aspect-ratio:4/3;object-fit:cover;width:100%;background:#ddd}
.gear-grid .card img{object-fit:contain;background:#eeebe4;padding:.35rem}
.quote{border-left:3px solid var(--accent);padding:.2rem 0 .2rem 1rem;margin:1.2rem 0;color:#3b372f;font-style:italic}
.quote cite{display:block;margin-top:.35rem;font-style:normal;color:#6a645a;font-size:.92rem}
.video{position:relative;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#111;margin:.8rem 0 1.4rem}
.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.placeholder{background:linear-gradient(135deg,#d9d2c4,#efeae0);border:1px dashed #b5ad9c;border-radius:12px;min-height:160px;display:grid;place-items:center;color:#6a645a;text-align:center;padding:1rem}
.site-footer{background:var(--bg);color:var(--muted);padding:2rem 0;margin-top:2rem;font-size:.92rem}
.site-footer a{color:#d7c38a}
.note-banner{background:#fff8e8;border:1px solid #e7d39a;color:#5a4a18;padding:.8rem 1rem;border-radius:10px;margin:1.2rem 0}
.prose p{margin:0 0 1rem}
.empty{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e7e1d6}
form input,form textarea{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:8px;font:inherit}

/* Listen page */
.listen-jump{
  display:flex;flex-wrap:wrap;gap:.5rem .75rem;
  margin:0 0 2rem;padding:1rem 1.1rem;
  background:#fff;border:1px solid #e7e1d6;border-radius:12px;
}
.listen-jump a{
  font-size:.9rem;text-decoration:none;
  padding:.35rem .7rem;border-radius:999px;
  background:#f0ebe3;color:#5a4a18;border:1px solid #e7e1d6;
}
.listen-jump a:hover{background:#e8dfcf;color:#3d320f}
.listen-featured-kicker{
  color:#8a7350;letter-spacing:.08em;text-transform:uppercase;
  font-size:.8rem;margin:0 0 .4rem;
}
.video-featured{
  margin:0 0 2.2rem;padding:1.25rem 1.35rem 1.1rem;
  background:#fff;border:1px solid #e7e1d6;border-radius:14px;
  box-shadow:0 8px 24px rgba(28,24,16,.04);
}
.video-featured-title{
  font-family:var(--serif);font-size:clamp(1.35rem,2.5vw,1.75rem);
  margin:0 0 .35rem;font-weight:700;
}
.video-featured .muted{margin:0 0 .75rem}
.video-grid{
  display:grid;gap:1.25rem;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0 0 1.5rem;
}
.video-card{
  background:#fff;border:1px solid #e7e1d6;border-radius:14px;
  padding:1.1rem 1.15rem 1rem;
  box-shadow:0 8px 24px rgba(28,24,16,.04);
  display:flex;flex-direction:column;
}
.video-card .muted{margin:0 0 .75rem;font-size:.92rem;flex:0 0 auto}
.video-open{margin:.65rem 0 0;font-size:.9rem}
.video-open a{text-decoration:none}
.video-open a:hover{text-decoration:underline}

/* YouTube lite (click-to-play) */
.yt-lite{
  position:relative;width:100%;aspect-ratio:16/9;
  border-radius:12px;overflow:hidden;background:#111;
}
.yt-lite--featured{margin-top:.25rem}
.yt-lite.is-playing iframe{
  position:absolute;inset:0;width:100%;height:100%;border:0;
}
.yt-lite__play{
  display:block;width:100%;height:100%;padding:0;margin:0;
  border:0;cursor:pointer;background:#111;position:relative;
  color:inherit;font:inherit;
}
.yt-lite__play:focus-visible{
  outline:3px solid var(--accent);outline-offset:3px;
}
.yt-lite__thumb{
  width:100%;height:100%;object-fit:cover;
  display:block;aspect-ratio:16/9;
}
.yt-lite__icon{
  position:absolute;left:50%;top:50%;
  width:68px;height:48px;margin:-24px 0 0 -34px;
  border-radius:14px;background:rgba(0,0,0,.75);
  box-shadow:0 2px 12px rgba(0,0,0,.35);
  transition:background .15s ease,transform .15s ease;
}
.yt-lite__icon::before{
  content:"";position:absolute;left:50%;top:50%;
  margin:-10px 0 0 -6px;
  border-style:solid;border-width:10px 0 10px 18px;
  border-color:transparent transparent transparent #fff;
}
.yt-lite__play:hover .yt-lite__icon,
.yt-lite__play:focus-visible .yt-lite__icon{
  background:var(--accent);transform:scale(1.05);
}
.yt-lite__play:hover .yt-lite__icon::before,
.yt-lite__play:focus-visible .yt-lite__icon::before{
  border-left-color:#16130a;
}

@media (max-width:820px){
  .nav-toggle{display:inline-block}
  .nav{display:none;width:100%;flex-direction:column;padding:0 0 1rem}
  .nav.open{display:flex}
}
@media (max-width:900px){
  .gear-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
  .video-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .gear-grid{grid-template-columns:1fr}
}


/* About photo gallery */
.about-figure{margin:1.2rem 0 1.6rem;background:#fff;border:1px solid #e7e1d6;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(28,24,16,.04)}
.about-figure img{width:100%;display:block;background:#eeebe4}
.about-figure img.fit-contain{object-fit:contain;max-height:420px}
.about-figure img.fit-cover{object-fit:cover;max-height:420px;aspect-ratio:4/3}
.about-figure figcaption{padding:.7rem 1rem;font-size:.92rem;color:#5a5348}
.about-figure--inline{max-width:520px}
.about-inline-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:1.2rem 0 1.6rem}
.about-inline-grid .about-figure{margin:0}
.about-inline-grid .about-figure img.fit-contain,
.about-inline-grid .about-figure img.fit-cover{max-height:280px}
.about-gallery{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:1.2rem 0 1.6rem}
.about-gallery .about-figure{margin:0}
.about-gallery .about-figure img.fit-contain,
.about-gallery .about-figure img.fit-cover{max-height:260px;aspect-ratio:4/3}

/* Performance event cards */
.snapshot-note{margin:0 0 1.4rem;font-size:.95rem}
.event-list{display:grid;gap:1.1rem}
.event-card h3{font-family:var(--serif);font-size:1.25rem;margin:0 0 .35rem}
.event-date{margin:0 0 .25rem;color:#8a7350;letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;font-weight:700}
.event-time{margin:0 0 .5rem}
.event-venue{margin:0;color:#3b372f;font-size:.95rem}

/* Blog index + posts */
.blog-list{display:grid;gap:1.1rem}
.blog-card h3{font-family:var(--serif);font-size:1.3rem;margin:0 0 .5rem}
.blog-card h3 a{text-decoration:none;color:#1c1a17}
.blog-card h3 a:hover{color:#6b4f12}
.blog-meta{margin:0 0 .4rem;font-size:.9rem}
.blog-excerpt{margin:0 0 .75rem;color:#3b372f}
.blog-read{font-weight:600;text-decoration:none}
.blog-read:hover{text-decoration:underline}
.blog-back{margin:0 0 1rem}
.blog-post .blog-body{margin-top:1rem}
.blog-post .post-meta-block{background:#fff;border:1px solid #e7e1d6;border-radius:12px;padding:1rem 1.15rem;margin:0 0 1.2rem}
.blog-post hr{border:0;border-top:1px solid #e7e1d6;margin:1.8rem 0}
