:root {
  --forest-950: #10261f;
  --forest-900: #173b32;
  --forest-800: #205044;
  --forest-100: #dfeae5;
  --gold: #d4aa63;
  --cream: #f4f0e7;
  --paper: #fffdf9;
  --ink: #1b2924;
  --muted: #69766f;
  --line: rgba(23, 59, 50, .13);
  --shadow: 0 18px 50px rgba(19, 46, 38, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 85% 5%, rgba(212, 170, 99, .14), transparent 26rem), var(--cream);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.5;
}
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(100% - 24px, 820px); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: end;
  color: white;
  background: linear-gradient(145deg, var(--forest-950), var(--forest-800));
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 10%, rgba(212, 170, 99, .27), transparent 23rem);
}
.hero__ornament {
  position: absolute;
  top: -100px;
  right: -10px;
  font-family: Georgia, serif;
  font-size: 330px;
  color: rgba(255,255,255,.045);
  transform: rotate(-8deg);
}
.hero__content { position: relative; z-index: 1; padding: 54px 0 40px; }
.kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #ebcd95;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.kicker--dark { color: var(--forest-800); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }
h1 { margin-bottom: 12px; font-size: clamp(2.65rem, 13vw, 4.8rem); line-height: .95; letter-spacing: -.035em; }
.hero p { max-width: 560px; margin-bottom: 23px; color: rgba(255,255,255,.78); }
.hero__badges { display: flex; flex-wrap: wrap; gap: 9px; }
.badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: .79rem;
}
.badge--gold { border-color: transparent; background: var(--gold); color: var(--forest-950); font-weight: 700; }
.main { padding: 26px 0 64px; }
.intro {
  display: flex;
  gap: 14px;
  margin-bottom: 40px;
  padding: 17px;
  border: 1px solid rgba(212, 170, 99, .4);
  border-radius: 17px;
  background: rgba(255,253,249,.82);
}
.intro__icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-900); color: white; }
.intro strong { display: block; margin-bottom: 3px; }
.intro p { margin: 0; color: var(--muted); font-size: .9rem; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin-bottom: 18px; }
.section-title h2 { margin: 0; font-size: clamp(2rem, 8vw, 3rem); }
.outline-button {
  min-height: 42px;
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: var(--forest-800);
  font: inherit;
  font-size: .83rem;
  font-weight: 700;
  cursor: pointer;
}
.schedule-list { display: grid; gap: 16px; }
.schedule-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,253,249,.94); box-shadow: var(--shadow); }
.schedule-card[open] { border-color: rgba(32,80,68,.35); }
summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 86px; padding: 14px; }
summary::-webkit-details-marker { display: none; }
.date-box { display: grid; place-items: center; min-width: 58px; height: 58px; padding: 5px; border-radius: 16px; background: var(--forest-900); color: white; }
.date-box strong { font-size: 1.35rem; line-height: 1; }
.date-box small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 700; letter-spacing: .1em; }
.summary-text strong, .summary-text small { display: block; }
.summary-text strong { margin-bottom: 3px; }
.summary-text small { color: var(--muted); }
.chevron { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--forest-100); color: var(--forest-800); transition: transform .18s ease; }
.schedule-card[open] .chevron { transform: rotate(180deg); }
.card-content { padding: 0 14px 20px; }
.card-content::before { content: ""; display: block; height: 1px; margin-bottom: 18px; background: var(--line); }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-bottom: 26px; }
.team-card { display: flex; gap: 11px; min-width: 0; padding: 14px; border-radius: 14px; background: var(--forest-100); }
.team-icon { font-size: 1.2rem; }
.team-card small, .team-card strong { display: block; }
.team-card small { margin-bottom: 3px; color: var(--muted); font-size: .69rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.team-card strong { overflow-wrap: anywhere; font-size: .9rem; }
.repertoire-title h3 { margin-bottom: 18px; font-family: "DM Serif Display", Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.music-group + .music-group { margin-top: 22px; }
.music-group h4 { display: flex; align-items: center; gap: 7px; margin-bottom: 9px; color: var(--forest-800); font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; }
.music-list { display: grid; gap: 8px; }
.music-link { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; min-height: 58px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); text-decoration: none; background: white; transition: transform .15s ease, border-color .15s ease; }
.music-link:hover { transform: translateY(-1px); border-color: rgba(32,80,68,.45); }
.youtube-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e93232; color: white; font-size: .76rem; }
.music-text { min-width: 0; }
.music-text strong, .music-text small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.music-text strong { font-size: .9rem; }
.music-text small { margin-top: 2px; color: var(--muted); font-size: .73rem; }
.external-icon { color: var(--muted); }
footer { padding: 28px 0; background: var(--forest-950); color: rgba(255,255,255,.68); }
.footer-content { display: flex; justify-content: space-between; gap: 18px; font-size: .78rem; }
.footer-content strong { color: white; }
@media (max-width: 540px) {
  .container { width: min(100% - 20px, 820px); }
  .hero { min-height: 285px; }
  .hero__content { padding: 48px 0 35px; }
  .team-grid { grid-template-columns: 1fr; }
  .section-title { align-items: start; }
  .outline-button { font-size: .76rem; }
  .footer-content { display: grid; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
