:root {
  --bg: #0c0f14;
  --bg-soft: #121824;
  --panel: #151c2a;
  --panel-alt: #0f1520;
  --ink: #f5f7fc;
  --muted: #b7c0d1;
  --line: #2b3446;
  --line-soft: #36435c;
  --acid: #d9ff3f;
  --cyan: #73f0ff;
  --violet: #c88cff;
  --gold: #e5c27a;
  --max: 1280px;
  --radius: 16px;
  --shadow: 0 22px 54px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.62;
  background:
    radial-gradient(circle at 10% 0%, rgba(115, 240, 255, 0.12), transparent 35%),
    radial-gradient(circle at 88% 8%, rgba(200, 140, 255, 0.11), transparent 34%),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: min(100% - 2.4rem, var(--max)); margin: 0 auto; }
.section { padding: 4.2rem 0; }
.section-title {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 0.96;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--cyan);
}
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 15, 20, 0.78);
  backdrop-filter: blur(10px);
}
.nav-wrap {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.76rem;
  font-weight: 700;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.nav-links a {
  color: #dde3ee;
  font-weight: 700;
}
.nav-links a.active,
.nav-links a:hover {
  color: var(--cyan);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.76rem 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: 170ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--acid); color: #111505; }
.btn-secondary { border-color: #65718a; color: #e4e9f2; }
.btn-gold { background: var(--gold); color: #22180a; }
.nav-links .btn-primary,
.nav-links .btn-primary:hover,
.nav-links .btn-primary.active {
  color: #111505;
  background: var(--acid);
}

.hero {
  position: relative;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8, 10, 16, 0.87) 2%, rgba(8, 10, 16, 0.52) 52%, rgba(8, 10, 16, 0.3) 100%),
    url('/assets/img/conducting.png') center 12%/cover no-repeat fixed;
}
.hero-inner {
  position: relative;
  min-height: 76vh;
  padding: 2.9rem 0 2.2rem;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 1.4rem;
  align-items: start;
}
.hero-panel {
  border: 1px solid var(--line-soft);
  background: rgba(17, 24, 36, 0.86);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.35rem;
  max-width: 760px;
}
.hero h1 {
  margin: 0.7rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 4.1vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  max-width: none;
}
.hero h1 .accent { color: var(--acid); }
.hero p {
  margin: 0.95rem 0 0;
  color: #d8e0ef;
  max-width: 64ch;
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.credit-context {
  margin-top: 1rem;
  padding: 0.8rem;
  border: 1px solid #495875;
  border-radius: 12px;
  background: rgba(12, 17, 27, 0.75);
}
.credit-context strong {
  display: block;
  color: var(--cyan);
  margin-bottom: 0.4rem;
}
.name-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.name-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.6rem;
  border: 1px solid #60708f;
  border-radius: 999px;
  font-size: 0.81rem;
  font-weight: 800;
  color: #e8edfa;
  background: rgba(23, 30, 44, 0.9);
}
.venue-ribbon {
  margin-top: 0.55rem;
  font-weight: 700;
  color: #cad4e7;
}

.hero-portrait {
  justify-self: end;
  width: min(360px, 100%);
  border: 2px solid #576887;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
  margin-top: 0.35rem;
}
.hero-portrait img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
}

.grid-two { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 2rem; }
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(170deg, var(--panel), var(--panel-alt));
  padding: 1.25rem;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
}
.profile-card .btn {
  margin-top: 0.95rem;
}
.profile-card .credit-context {
  margin-top: 0.9rem;
  margin-bottom: 0.4rem;
}

.portrait-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
  aspect-ratio: 3 / 2;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15, 21, 32, 0.95), rgba(12, 17, 26, 0.95));
}
.band-inner {
  padding: 3.4rem 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
}
.band-copy {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(17, 24, 36, 0.86);
  padding: 1.15rem;
}
.band-inner h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}
.band-inner p {
  margin: 0.75rem 0 0;
  max-width: 68ch;
  color: #dbe4f4;
}
.band-list {
  color: #f0f4fd;
  font-weight: 700;
}
.band-media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
.band-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.quote-rotator {
  position: relative;
  min-height: 230px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(17, 24, 36, 0.88);
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-slide {
  position: absolute;
  inset: 1.2rem;
  opacity: 0;
  transition: opacity 450ms ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.quote-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.quote-slide p {
  margin: 0 0 0.8rem;
  color: #e9eef9;
  font-style: italic;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  line-height: 1.35;
  max-width: 58ch;
}
.quote-slide strong {
  color: var(--gold);
  font-size: 0.95rem;
}

.services {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 0.9rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
}
.services::-webkit-scrollbar { height: 10px; }
.services::-webkit-scrollbar-thumb {
  background: #41506b;
  border-radius: 999px;
}
.service {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 24, 36, 0.82);
  padding: 0.9rem;
  scroll-snap-align: start;
}
.service-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.7rem;
  border: 1px solid #43516a;
}
.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-conducting { object-position: center 22%; }
.media-strings { object-position: center 14%; }
.media-tech { object-position: center; }
.services {
  align-items: stretch;
}
.service h3 {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
}
.service p { margin: 0; color: #c7d1e3; }
.swipe-note {
  margin: 0 0 0.8rem;
  color: #98a9c5;
  font-size: 0.9rem;
}

.bio-layout { display: grid; gap: 2rem; grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.bio-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(170deg, var(--panel), var(--panel-alt));
  padding: 1.4rem;
}
.bio-lead { font-size: 1.12rem; color: #e8eef9; }
.highlight-grid {
  margin: 1.15rem 0 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.highlight-card {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: rgba(15, 22, 34, 0.9);
  padding: 0.75rem;
}
.highlight-card strong {
  display: block;
  color: var(--cyan);
  margin-bottom: 0.2rem;
}
.timeline {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
.timeline li {
  border-top: 1px dashed #45526d;
  padding: 0.66rem 0;
}
.timeline li strong { color: var(--acid); }

.repertoire-controls { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1rem; }
.filter-btn {
  border: 1px solid #66758f;
  border-radius: 999px;
  background: transparent;
  color: #e1e8f5;
  padding: 0.56rem 1rem;
  font-weight: 700;
  cursor: pointer;
}
.filter-btn.active {
  background: var(--acid);
  border-color: var(--acid);
  color: #141805;
}
.search-input {
  width: 100%;
  border: 1px solid #69788f;
  border-radius: 10px;
  background: #151d2a;
  color: #eff3fc;
  padding: 0.74rem 0.9rem;
  font: inherit;
  margin-bottom: 1rem;
}
.repertoire-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(18, 24, 36, 0.9);
  padding: 1rem 1.25rem;
}
.work-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  border-top: 1px solid #36445a;
  padding: 0.66rem 0;
}
.work-item:first-child { border-top: none; }
.work-item .composer { font-weight: 800; color: #f1f4fb; }
.work-item.solo { grid-template-columns: 1fr; }

.contact-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.input,
.textarea {
  width: 100%;
  border: 1px solid #66758d;
  border-radius: 10px;
  background: #141b28;
  color: #f1f5fd;
  font: inherit;
  padding: 0.74rem 0.9rem;
}
.textarea { min-height: 150px; resize: vertical; }
.form-note { color: #bec9dc; font-size: 0.94rem; margin: 0; }
#form-status { margin-top: 0.6rem; font-weight: 700; }
.contact-points { margin: 1rem 0 0; padding: 0; list-style: none; }
.contact-points li { border-top: 1px dashed #42516b; padding: 0.64rem 0; }
.contact-points li strong { color: var(--cyan); }

.site-footer {
  border-top: 1px solid var(--line);
  color: #b8c3d7;
  padding: 2rem 0;
  font-size: 0.93rem;
}
.site-footer a {
  color: var(--cyan);
}

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: #fff;
  color: #111;
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
}

@media (max-width: 1060px) {
  .hero-inner,
  .grid-two,
  .bio-layout,
  .band-inner,
  .services,
  .contact-grid,
  .work-item { grid-template-columns: 1fr; }

  .hero-portrait {
    justify-self: start;
    width: min(320px, 100%);
  }

  .hero-inner {
    min-height: 0;
    padding: 3.4rem 0 2.9rem;
  }

  .hero-portrait { margin-top: 0; }
  .hero h1 {
    font-size: clamp(1.75rem, 5.8vw, 3.35rem);
    line-height: 1.08;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .container { width: min(100% - 1.3rem, var(--max)); }
  .section { padding: 3.2rem 0; }
  .brand { font-size: 1.25rem; }
  .nav-wrap { min-height: 62px; }
  .nav-links { gap: 0.75rem; font-size: 0.94rem; }
  .nav-links .btn { padding: 0.56rem 0.85rem; }
  .hero::before { background-attachment: scroll, scroll; }
  .hero h1 {
    font-size: clamp(1.6rem, 8.3vw, 2.65rem);
    line-height: 1.1;
    max-width: none;
  }
  .quote-rotator { min-height: 280px; }
}
