:root {
  --bg: #ffffff;
  --bg-soft: #f8f5fd;
  --bg-lavender: #f0ebfb;
  --lav-100: #f3edfc;
  --lav-200: #e4d8f8;
  --lav-300: #cbb6ef;
  --lav-500: #9a72dc;
  --lav-600: #8058c4;
  --lav-700: #5f3fa0;
  --ink: #241f30;
  --ink-soft: #6b6478;
  --ink-faint: #9a93a8;
  --line: #e7e0f5;
  --white: #ffffff;
  --plum: #221c2e;
  --shadow: 0 24px 60px -32px rgba(95, 63, 160, 0.36);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-pill: 999px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", Arial, sans-serif;
  --maxw: 1180px;
  --section-space: 88px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(36% 50% at 18% 56%, rgba(203, 182, 239, 0.24), transparent 72%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 245, 253, 0.78) 38%, rgba(248, 245, 253, 0.12) 70%),
    url("assets/hero-lavender.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.9));
  pointer-events: none;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin: 0;
  padding: 14px max(20px, calc((100vw - var(--maxw)) / 2));
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(0);
  transform: translateY(16px);
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    backdrop-filter 260ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav.is-scrolled {
  border-bottom-color: rgba(231, 224, 245, 0.84);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(46, 35, 70, 0.1);
  backdrop-filter: blur(18px);
  transform: translateY(0);
}

.nav-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  line-height: 1;
}

.nav-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 1;
  filter:
    invert(39%) sepia(48%) saturate(1410%) hue-rotate(229deg) brightness(88%) contrast(91%)
    drop-shadow(0.7px 0 0 var(--lav-700))
    drop-shadow(-0.7px 0 0 var(--lav-700))
    drop-shadow(0 0.7px 0 var(--lav-700));
}

.nav-brand span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 650;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  flex: 1;
  justify-content: center;
  gap: clamp(20px, 2.6vw, 36px);
}

.nav-link {
  position: relative;
  white-space: nowrap;
  color: rgba(36, 31, 48, 0.82);
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: var(--radius-pill);
  background: var(--lav-600);
  transition: right 180ms ease;
}

.nav-link:hover::after {
  right: 0;
}

.nav-actions {
  justify-content: flex-end;
  gap: 8px;
}

.mobile-nav {
  display: none;
}

.social-link,
.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-link {
  width: 38px;
  color: var(--lav-700);
  border: 1px solid rgba(128, 88, 196, 0.18);
  background: rgba(243, 237, 252, 0.78);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link[aria-label="TikTok"] svg {
  fill: currentColor;
  stroke: none;
}

.login-link {
  min-width: 132px;
  padding: 0 34px;
  border: 0;
  text-align: center;
  color: var(--white);
  background: var(--lav-600);
  box-shadow: 0 10px 22px -14px rgba(95, 63, 160, 0.76);
  font-family: inherit;
  cursor: pointer;
}

.login-link:disabled {
  color: var(--white);
  background: var(--lav-600);
  opacity: 1;
  cursor: not-allowed;
}

.login-link:focus-visible,
.button:focus-visible,
.small-button:focus-visible,
.nav-link:focus-visible,
.contact-details a:focus-visible {
  outline: 3px solid rgba(128, 88, 196, 0.34);
  outline-offset: 4px;
}

.social-link:hover,
.login-link:hover {
  transform: translateY(-2px);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 40px));
  margin: auto 0 auto max(20px, calc((100vw - var(--maxw)) / 2));
  padding: 54px 0 96px;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: -8px 0 22px;
}

.hero-kicker span,
.hero-details span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(128, 88, 196, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.64);
  color: var(--lav-700);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-kicker span {
  min-height: 36px;
  padding: 8px 14px;
}

.brand-script {
  margin: 0;
  color: var(--lav-600);
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 68px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 6.2vw, 82px);
}

.hero-copy {
  max-width: 46ch;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 560px;
  margin-top: 28px;
}

.hero-details span {
  min-height: 34px;
  padding: 7px 12px;
  color: var(--ink-soft);
  font-size: 12px;
}

.button,
.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button {
  min-width: 190px;
  padding: 14px 28px;
  font-size: 16px;
}

.button:hover,
.small-button:hover,
.social-link:hover,
.login-link:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--lav-600);
  box-shadow: 0 16px 34px -18px rgba(95, 63, 160, 0.72);
}

.button-primary:hover {
  background: var(--lav-700);
}

.button-ghost {
  color: var(--ink);
  border: 1.5px solid rgba(36, 31, 48, 0.18);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  color: var(--lav-700);
  border-color: var(--lav-600);
}

.button-outline {
  color: var(--lav-700);
  border: 1.5px solid var(--lav-300);
  background: var(--white);
}

.section-inner {
  width: min(var(--maxw), calc(100% - 40px));
  margin: 0 auto;
}

.concert-section,
.conductor-section {
  background: var(--bg-soft);
}

.concert-section {
  padding: 96px 0 104px;
}

.section-heading {
  display: block;
  max-width: 760px;
  margin-bottom: 38px;
}

.eyebrow {
  margin-bottom: 6px;
  color: var(--lav-700);
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 52px);
}

.concert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.concert-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 44px -30px rgba(95, 63, 160, 0.32);
}

.concert-image {
  position: relative;
  overflow: hidden;
  background: var(--lav-200);
}

.concert-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(24, 20, 34, 0.5));
}

.concert-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 240ms ease;
}

.concert-card:hover .concert-image img {
  transform: scale(1.035);
}

.concert-date {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--white);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.54);
  box-shadow: none;
}

.concert-date span {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.concert-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 30px 28px 28px;
}

.concert-body h3 {
  margin-bottom: 0;
  color: #565167;
  font-size: 24px;
}

.concert-body > p:not(.eyebrow) {
  min-height: 88px;
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.concert-body > .eyebrow {
  min-height: 0;
  margin-bottom: 0;
}

.small-button {
  width: 100%;
  min-height: 44px;
  color: var(--lav-700);
  border-radius: 14px;
  background: var(--lav-100);
  font-size: 14px;
}

.small-button:hover {
  background: var(--lav-200);
}

.small-button-disabled {
  color: var(--ink-soft);
  background: #f3f0f8;
  cursor: default;
}

.small-button-disabled:hover {
  background: #f3f0f8;
  transform: none;
}

.concert-card-expected .concert-image img {
  filter: saturate(0.76) brightness(1.04);
}

.concert-card-expected .concert-date {
  left: 18px;
  right: auto;
}

.concert-card-expected .concert-body p:not(.eyebrow) {
  color: var(--ink-faint);
}

.about-section {
  position: relative;
  padding: 104px 0;
  background:
    radial-gradient(48% 80% at 12% 15%, rgba(203, 182, 239, 0.2), transparent 68%),
    linear-gradient(180deg, var(--white) 0%, #fbf9ff 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.about-heading {
  max-width: 430px;
}

.about-heading h2 {
  max-width: 13ch;
}

.about-copy {
  max-width: 720px;
  padding-left: 34px;
  border-left: 1.5px solid var(--lav-200);
}

.about-copy p {
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.65;
}

.about-copy p:first-child {
  color: var(--ink);
}

.about-facts {
  display: grid;
  gap: 4px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--lav-200);
}

.about-facts div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: baseline;
  gap: 14px;
  padding: 8px 0;
}

.about-facts dt {
  color: var(--lav-700);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.about-facts dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 700;
}

.about-history-link {
  min-width: 220px;
  margin-top: 28px;
}

.conductor-section {
  position: relative;
  padding: 108px 0 116px;
  background:
    radial-gradient(54% 70% at 82% 12%, rgba(203, 182, 239, 0.22), transparent 62%),
    var(--bg-soft);
}

.conductor-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(320px, 1.12fr);
  overflow: hidden;
  width: min(var(--maxw), calc(100% - 56px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 28px 70px -38px rgba(95, 63, 160, 0.42);
}

.conductor-image {
  position: relative;
  min-height: 460px;
  background: var(--lav-100);
}

.conductor-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 60%, rgba(36, 31, 48, 0.14)),
    radial-gradient(65% 65% at 25% 18%, rgba(255, 255, 255, 0.24), transparent 70%);
  pointer-events: none;
}

.conductor-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
}

.conductor-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 72px);
}

.conductor-copy h2 {
  margin-bottom: 24px;
}

.conductor-copy p:not(.eyebrow) {
  max-width: 52ch;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.7;
}

.conductor-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.conductor-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: var(--lav-700);
  border: 1px solid var(--lav-200);
  border-radius: var(--radius-pill);
  background: var(--lav-100);
  font-size: 13px;
  font-weight: 800;
}

.conductor-copy .button {
  align-self: flex-start;
}

.contact-section {
  padding: 104px 0 112px;
  background:
    linear-gradient(180deg, var(--white) 0%, #fbf9ff 100%);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: clamp(48px, 6vw, 82px);
}

.contact-intro {
  max-width: 470px;
  padding-top: 2px;
}

.contact-intro h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4vw, 54px);
}

.contact-lead {
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-details div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 10px;
}

.contact-details dt {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.contact-details dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 500;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.form-names {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ded6ef;
  border-radius: 12px;
  color: var(--ink);
  background: #fcfbfe;
  font: inherit;
  font-size: 17px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--lav-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(154, 114, 220, 0.12);
}

.contact-form input {
  height: 54px;
  padding: 10px 14px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 14px;
  resize: vertical;
}

.wide,
.checkbox-row,
.form-submit {
  grid-column: 1 / -1;
}

.contact-form .checkbox-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin: 2px 4px 6px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 600;
}

.contact-form .checkbox-row span {
  flex: 1;
  line-height: 1.5;
}

.contact-form .checkbox-row input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--lav-600);
}

.checkbox-row a {
  color: var(--lav-700);
  font-weight: 800;
}

.form-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  cursor: pointer;
}

.message-field {
  min-height: 0;
}

.site-footer {
  position: relative;
  padding: 58px 0 34px;
  color: #d8cfee;
  background: var(--plum);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lav-300), transparent);
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 38px;
  width: min(var(--maxw), calc(100% - 40px));
  margin: 0 auto;
}

.footer-brand {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  column-gap: 14px;
  max-width: 370px;
}

.footer-logo {
  grid-row: 1;
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.72;
}

.footer-brand > div {
  grid-row: 1;
}

.footer-brand .brand-script {
  color: var(--lav-300);
  font-size: 30px;
}

.footer-brand strong {
  display: block;
  margin: -2px 0 12px;
  color: var(--white);
  font-size: 24px;
  line-height: 1;
}

.footer-brand span {
  display: block;
  grid-column: 1 / -1;
  color: #a99bc9;
  font-size: 16px;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 46px);
  padding-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.footer-inner a {
  color: #e5def5;
}

.footer-inner a:hover {
  color: var(--white);
}

@media (max-width: 1000px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(248, 245, 253, 0.54)),
      url("assets/hero-lavender.png") 62% center / cover no-repeat;
  }

  .site-nav,
  .section-inner,
  .footer-inner {
    width: min(100% - 28px, 900px);
  }

  .site-nav {
    width: 100%;
    flex-wrap: nowrap;
    gap: 18px;
    padding: 13px 24px;
    border-radius: 0;
  }

  .nav-brand {
    min-width: 174px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .hero-content {
    width: min(100% - 36px, 620px);
    margin: auto auto;
    padding-top: 72px;
  }

  .concert-grid,
  .about-grid,
  .conductor-card,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-intro {
    max-width: 620px;
  }

  .about-heading {
    position: static;
  }

  .about-heading h2 {
    max-width: 100%;
  }

  .about-copy {
    padding-left: 0;
    border-left: 0;
  }

  .concert-grid {
    gap: 28px;
  }

  .conductor-card {
    width: min(100% - 36px, 720px);
  }

  .conductor-image {
    min-height: 360px;
  }

  .team-image {
    height: min(70vw, 560px);
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .member-page .subpage-links {
    display: none;
  }
}

@media (max-width: 1024px) {
  .site-nav {
    width: 100%;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 11px 20px;
    border-radius: 0;
    transform: translateY(10px);
  }

  .nav-brand {
    min-width: 0;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .mobile-nav > summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 16px;
    list-style: none;
    color: var(--white);
    border-radius: var(--radius-pill);
    background: var(--lav-600);
    box-shadow: 0 14px 26px -18px rgba(95, 63, 160, 0.72);
    cursor: pointer;
  }

  .mobile-nav > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav > summary span {
    font-size: 16px;
    font-weight: 800;
  }

  .mobile-nav > summary i,
  .mobile-nav > summary i::before,
  .mobile-nav > summary i::after {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: var(--radius-pill);
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-nav > summary i {
    position: relative;
  }

  .mobile-nav > summary i::before,
  .mobile-nav > summary i::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .mobile-nav > summary i::before {
    top: -5px;
  }

  .mobile-nav > summary i::after {
    top: 5px;
  }

  .mobile-nav[open] > summary i {
    background: transparent;
  }

  .mobile-nav[open] > summary i::before {
    transform: translateY(5px) rotate(45deg);
  }

  .mobile-nav[open] > summary i::after {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(86vw, 340px);
    padding: 12px;
    border: 1px solid rgba(231, 224, 245, 0.96);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 54px -30px rgba(36, 31, 48, 0.45);
    backdrop-filter: blur(18px);
  }

  .mobile-nav-panel .nav-link {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 13px;
    color: var(--ink);
    border-radius: 10px;
    font-size: 18px;
  }

  .mobile-nav-panel .nav-link:hover {
    background: var(--lav-100);
  }

  .mobile-nav-panel .nav-link::after {
    display: none;
  }

  .mobile-nav-panel .login-link {
    width: 100%;
    min-height: 50px;
    margin-top: 8px;
    font-size: 17px;
  }
}

@media (min-width: 761px) and (max-width: 1024px) and (orientation: portrait) {
  .hero {
    min-height: min(84svh, 850px);
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(248, 245, 253, 0.84) 48%, rgba(248, 245, 253, 0.46) 100%),
      url("assets/hero-lavender.png") 68% center / cover no-repeat;
  }

  .site-nav {
    margin-top: 0;
    padding: 10px 16px;
    font-size: 14px;
  }

  .nav-brand {
    gap: 9px;
    min-width: 0;
  }

  .nav-brand img {
    width: 36px;
    height: 36px;
  }

  .nav-brand span {
    font-size: 18px;
  }

  .mobile-socials {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .social-link {
    width: 34px;
    min-height: 34px;
    font-size: 12px;
  }

  .login-link {
    min-width: 110px;
    min-height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }

  .hero-content {
    width: min(100% - 24px, 700px);
    padding: 54px 0 58px;
    margin: auto auto;
  }

  .hero-kicker {
    gap: 8px;
    margin-bottom: 18px;
  }

  .hero-kicker span,
  .hero-details span {
    font-size: 13px;
  }

  .hero-kicker span {
    min-height: 31px;
    padding: 6px 10px;
  }

  .brand-script {
    font-size: 40px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(44px, 15vw, 62px);
  }

  .hero-copy {
    max-width: 31ch;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 13px 20px;
    font-size: 14px;
  }

  .hero-details {
    gap: 8px;
    margin-top: 20px;
  }

  .hero-details span {
    min-height: 30px;
    padding: 6px 9px;
  }

  .concert-section,
  .about-section,
  .conductor-section,
  .contact-section {
    padding: 58px 0;
  }

  .section-inner {
    width: min(100% - 24px, 700px);
  }

  .section-heading h2,
  .about-heading h2,
  .conductor-copy h2,
  .contact-intro h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }

  .eyebrow {
    font-size: 11px;
  }

  .section-heading p,
  .about-copy p,
  .conductor-copy p,
  .contact-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .concert-grid {
    gap: 22px;
  }

  .concert-card {
    border-radius: 14px;
  }

  .concert-image {
    min-height: 230px;
  }

  .concert-body h3 {
    font-size: 24px;
  }

  .concert-body > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.58;
  }

  .small-button {
    min-height: 44px;
    font-size: 13px;
  }

  .about-card,
  .conductor-card {
    border-radius: 18px;
  }

  .about-grid {
    gap: 26px;
  }

  .about-copy {
    gap: 18px;
  }

  .conductor-card {
    width: min(100% - 32px, 520px);
  }

  .conductor-image {
    min-height: 310px;
  }

  .conductor-copy {
    padding: 26px 22px 24px;
  }

  .conductor-notes {
    gap: 8px;
  }

  .conductor-notes span {
    font-size: 11px;
  }

  .contact-form {
    padding: 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 26px;
  }

  .concert-body {
    padding: 22px;
  }

  .concert-date {
    right: 16px;
    justify-content: flex-end;
    font-size: 13px;
  }

  .form-names {
    grid-template-columns: 1fr;
  }

  .checkbox-row {
    font-size: 13px;
  }

  textarea {
    min-height: 220px;
  }

  .footer-inner {
    align-items: center;
    width: min(100% - 24px, 700px);
    gap: 30px;
    text-align: center;
  }

  .footer-brand {
    justify-items: center;
    grid-template-columns: 1fr;
  }

  .footer-logo,
  .footer-brand > div,
  .footer-brand span {
    grid-row: auto;
    grid-column: 1;
  }

  .footer-logo {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
  }

  .footer-inner nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .footer-inner nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-top: 1px solid rgba(229, 222, 245, 0.16);
  }
}

@media (max-width: 390px) {
  .site-nav {
    width: 100%;
    padding: 9px 12px;
  }

  .nav-brand {
    gap: 7px;
    min-width: 0;
  }

  .nav-brand img {
    width: 33px;
    height: 33px;
  }

  .nav-brand span {
    font-size: 16px;
  }

  .mobile-nav summary {
    min-height: 44px;
    padding: 0 12px;
  }

  .mobile-nav summary span {
    font-size: 13px;
  }

  .hero-content {
    width: min(100% - 20px, 370px);
  }

  h1 {
    font-size: 43px;
  }

  .hero-copy {
    font-size: 17px;
  }
}

.hero-details {
  display: grid;
  grid-template-columns: 0.65fr 1.45fr 1.2fr;
  gap: 24px 34px;
  max-width: 610px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(128, 88, 196, 0.2);
}

.hero-details div {
  min-width: 0;
}

.hero-details dt {
  margin-bottom: 5px;
  color: var(--lav-700);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-details dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-kicker span {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  min-height: 0;
  backdrop-filter: none;
}

.upcoming-concert {
  max-width: 1100px;
  margin: 0 auto;
}

.concert-card-featured {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(440px, 1.22fr);
  border-radius: 8px;
}

.concert-card-featured .concert-image {
  display: grid;
  height: 540px;
  min-height: 0;
  padding: 20px;
  place-items: center;
  border-right: 1px solid var(--line);
  background: linear-gradient(160deg, #eee8f8, #f8f5fd);
}

.concert-card-featured .concert-image::after {
  display: none;
}

.concert-card-featured .concert-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(45, 34, 62, 0.14));
}

.concert-card-featured:hover .concert-image img {
  transform: none;
}

.concert-card-featured .concert-body p {
  min-height: 0;
}

.concert-card-featured .concert-body {
  justify-content: center;
  padding: clamp(30px, 4vw, 48px);
}

.concert-card-featured .concert-body h3 {
  font-size: clamp(28px, 3vw, 36px);
}

.concert-card-featured .concert-body > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.68;
}

.concert-facts {
  display: grid;
  gap: 10px;
  margin: 4px 0 8px;
}

.concert-facts div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
}

.concert-facts dt {
  color: var(--lav-700);
  font-size: 15px;
  font-weight: 800;
}

.concert-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.concert-card-featured .small-button {
  width: auto;
  min-width: 190px;
  align-self: flex-start;
  padding: 0 26px;
}

.about-photo {
  overflow: hidden;
  margin: 0 0 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--lav-100);
  box-shadow: 0 22px 52px -38px rgba(95, 63, 160, 0.42);
}

.about-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 45% center;
}

.team-section {
  padding: 108px 0 116px;
  background:
    radial-gradient(54% 70% at 82% 12%, rgba(203, 182, 239, 0.22), transparent 62%),
    var(--bg-soft);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.team-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 26px 62px -40px rgba(95, 63, 160, 0.4);
}

.team-image {
  height: clamp(340px, 34vw, 430px);
  min-height: 0;
  overflow: hidden;
  background: var(--lav-100);
}

.team-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 45% center;
}

.team-image-faina img {
  object-position: center 36%;
}

.team-image-placeholder {
  display: grid;
  place-items: center;
  padding: 38px;
  color: var(--lav-700);
  background:
    radial-gradient(70% 70% at 50% 25%, rgba(203, 182, 239, 0.45), transparent 72%),
    var(--lav-100);
}

.team-image-placeholder img {
  width: 92px;
  height: auto;
  min-height: 0;
  opacity: 0.45;
  object-fit: contain;
}

.team-image-placeholder span {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 800;
}

.team-copy {
  padding: 32px;
}

.team-copy h3 {
  margin-bottom: 18px;
  color: #565167;
  font-size: clamp(26px, 3vw, 34px);
}

.team-copy p:not(.eyebrow) {
  margin-bottom: 15px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
}

.previous-section {
  padding: 98px 0 104px;
  background: var(--white);
}

.previous-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.previous-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbf9ff);
  box-shadow: 0 20px 48px -38px rgba(95, 63, 160, 0.35);
}

.previous-card-media {
  min-height: 300px;
  margin: 0;
  border-right: 1px solid var(--line);
  background: #f4f1f8;
}

.previous-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.previous-card-content {
  align-self: center;
  padding: 28px;
}

.previous-card time {
  display: block;
  margin-bottom: 10px;
  color: var(--lav-700);
  font-size: 15px;
  font-weight: 800;
}

.previous-card h3 {
  margin-bottom: 12px;
  color: #565167;
  font-size: 24px;
}

.previous-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.previous-section .section-heading > p:last-child {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.legal-page {
  background: linear-gradient(180deg, var(--white), #fbf9ff);
}

.legal-main {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 96px;
}

.legal-main h1 {
  color: var(--lav-600);
  font-size: clamp(36px, 5vw, 58px);
}

.legal-main h2 {
  margin: 34px 0 12px;
  font-size: 24px;
}

.legal-main p,
.legal-main li {
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.legal-main ul {
  padding-left: 20px;
}

@media (max-width: 1000px) {
  .team-grid,
  .previous-grid {
    grid-template-columns: 1fr;
  }

  .team-image {
    height: min(70vw, 560px);
  }

  .upcoming-concert {
    max-width: none;
  }

  .concert-card-featured {
    grid-template-columns: minmax(260px, 0.8fr) minmax(390px, 1.2fr);
  }

  .concert-card-featured .concert-image {
    height: 500px;
    min-height: 0;
  }

  .concert-card-featured .concert-image img {
    min-height: 0;
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 640px) {
  .concert-card-featured {
    grid-template-columns: 1fr;
  }

  .concert-card-featured .concert-image {
    min-height: 0;
    height: 300px;
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .concert-card-featured .concert-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .concert-card-featured .small-button {
    width: 100%;
    align-self: stretch;
  }

  .concert-facts div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .concert-facts dt {
    font-size: 14px;
  }

  .concert-facts dd {
    font-size: 17px;
  }

  .hero-details {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
    padding-top: 20px;
  }

  .hero-details div {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
  }

  .hero-details dt {
    margin-bottom: 0;
    font-size: 10px;
  }

  .hero-details dd {
    font-size: 16px;
  }

  .team-section,
  .previous-section {
    padding: 58px 0;
  }

  .team-grid,
  .previous-grid {
    gap: 18px;
  }

  .team-image,
  .team-image img {
    height: 300px;
    min-height: 0;
    max-height: none;
  }

  .team-image-faina img {
    object-position: center 34%;
  }

  .team-copy,
  .previous-card-content {
    padding: 22px;
  }

  .previous-card {
    display: block;
  }

  .previous-card-media {
    height: 240px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mobile-socials {
    display: none;
  }

  .legal-main {
    width: min(100% - 24px, 700px);
    padding: 48px 0 72px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .site-nav {
    gap: 14px;
    padding: 12px 20px;
  }

  .nav-brand {
    min-width: 0;
  }

  .nav-brand img {
    width: 38px;
    height: 38px;
  }

  .nav-brand span {
    font-size: 20px;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .mobile-nav summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    color: var(--white);
    border-radius: var(--radius-pill);
    background: var(--lav-600);
    box-shadow: 0 14px 26px -18px rgba(95, 63, 160, 0.72);
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-nav summary i,
  .mobile-nav summary i::before,
  .mobile-nav summary i::after {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: var(--radius-pill);
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-nav summary i {
    position: relative;
  }

  .mobile-nav summary i::before,
  .mobile-nav summary i::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .mobile-nav summary i::before {
    top: -5px;
  }

  .mobile-nav summary i::after {
    top: 5px;
  }

  .mobile-nav[open] summary i {
    background: transparent;
  }

  .mobile-nav[open] summary i::before {
    transform: translateY(5px) rotate(45deg);
  }

  .mobile-nav[open] summary i::after {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(72vw, 330px);
    padding: 12px;
    border: 1px solid rgba(231, 224, 245, 0.96);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 54px -30px rgba(36, 31, 48, 0.45);
    backdrop-filter: blur(18px);
  }

  .mobile-nav-panel .nav-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 10px;
    color: var(--ink);
    font-size: 17px;
  }

  .mobile-nav-panel .nav-link::after {
    display: none;
  }

  .mobile-nav-panel .login-link {
    width: 100%;
    min-height: 46px;
    margin-top: 8px;
  }
}

.detail-page {
  background: var(--white);
}

.concert-detail-main {
  min-height: 100vh;
  padding: 92px 0 104px;
  display: flex;
  align-items: center;
}

.concert-detail {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.detail-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 34px;
  color: var(--lav-600);
  font-size: 14px;
  font-weight: 800;
}

.detail-back::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
  align-items: center;
  gap: 46px 58px;
}

.detail-copy h1 {
  margin-bottom: 24px;
  color: var(--lav-600);
  font-family: var(--font-body);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  line-height: 1.12;
}

.detail-copy p {
  max-width: 430px;
  margin-bottom: 30px;
  color: #6f6f6f;
  font-size: clamp(19px, 1.9vw, 24px);
  line-height: 1.34;
  font-weight: 400;
}

.detail-copy p:last-child {
  margin-bottom: 0;
}

.detail-copy-secondary {
  padding-left: 4px;
}

.detail-media {
  margin: 0;
  padding: 20px;
  border: 1px solid #cfcbd4;
  background: var(--white);
  box-shadow: 0 12px 24px -22px rgba(36, 31, 48, 0.42);
}

.detail-media img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.detail-media-tall img {
  aspect-ratio: 0.88;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.detail-actions .button {
  min-width: 220px;
}

@media (max-width: 820px) {
  .concert-detail-main {
    display: block;
    padding: 54px 0 72px;
  }

  .concert-detail {
    width: min(100% - 24px, 720px);
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .detail-media {
    padding: 14px;
  }

  .detail-copy p {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .detail-actions .button {
    min-width: 100%;
  }
}

.history-page {
  min-height: 100vh;
  background:
    radial-gradient(52% 36% at 88% 4%, rgba(203, 182, 239, 0.25), transparent 68%),
    linear-gradient(180deg, #ffffff, #faf8fe);
}

.history-main {
  width: min(1020px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 110px;
}

.history-header {
  max-width: 760px;
  margin-bottom: 58px;
}

.history-header h1 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(44px, 6vw, 72px);
}

.history-header > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.history-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 104px;
  width: 2px;
  background: linear-gradient(180deg, var(--lav-300), rgba(203, 182, 239, 0.35));
}

.history-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 38px;
  padding: 0;
}

.history-timeline li:last-child {
  padding-bottom: 0;
}

.history-timeline time {
  position: relative;
  z-index: 1;
  align-self: start;
  padding: 7px 0;
  color: var(--lav-700);
  background: #fbf9ff;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 650;
}

.history-timeline time::after {
  content: "";
  position: absolute;
  top: 16px;
  right: -7px;
  width: 11px;
  height: 11px;
  border: 3px solid #fbf9ff;
  border-radius: 50%;
  background: var(--lav-600);
  box-shadow: 0 0 0 1px var(--lav-300);
}

.history-timeline div {
  padding: 4px 0 42px 20px;
  border-bottom: 1px solid var(--line);
}

.history-timeline li:last-child div {
  padding-bottom: 0;
  border-bottom: 0;
}

.history-timeline h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.history-closing {
  max-width: 760px;
  margin: 58px 0 0 144px;
  padding-top: 30px;
  border-top: 1px solid var(--lav-200);
}

.history-closing h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.history-closing > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.history-timeline p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .about-heading {
    max-width: none;
  }

  .about-facts div {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px;
    padding: 7px 0;
  }

  .about-history-link {
    width: 100%;
  }

}

.login-demo {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 16px;
  overflow: auto;
  place-items: center;
  color: var(--ink);
  border: 0;
  background: rgba(36, 31, 48, 0.42);
  backdrop-filter: blur(4px);
}

.login-demo[hidden] {
  display: none;
}

.has-open-dialog {
  overflow: hidden;
}

.login-demo-inner {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 32px);
  padding: 42px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 30px 80px -36px rgba(36, 31, 48, 0.55);
}

.login-demo h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.login-demo p {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.65;
}

.login-demo-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--ink);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.login-demo-note {
  margin: 26px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 16px !important;
}

.login-demo [hidden] {
  display: none !important;
}

.auth-intro {
  max-width: 55ch;
}

.auth-form {
  display: grid;
  gap: 18px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  height: 54px;
  padding: 10px 14px;
  color: var(--ink);
  border: 1px solid #ded6ef;
  border-radius: 10px;
  background: #fcfbfe;
  font: inherit;
  font-size: 17px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.auth-form input:focus {
  outline: none;
  border-color: var(--lav-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(154, 114, 220, 0.12);
}

.auth-form .button {
  width: 100%;
}

.auth-message {
  min-height: 0;
  margin: -4px 0 0;
  color: #8b3046 !important;
  font-size: 16px !important;
  font-weight: 700;
}

.auth-message:empty {
  display: none;
}

.birthday-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 30px 0;
  border-top: 1px solid var(--line);
}

.birthday-months section {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.birthday-months h2,
.birthday-months h3 {
  margin-bottom: 8px;
  color: var(--lav-700);
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 650;
}

.birthday-months p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
}

.birthday-months p + p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(231, 224, 245, 0.72);
}

.birthday-months time {
  color: var(--ink-soft);
  text-align: right;
  white-space: nowrap;
}

.birthday-months .birthday-empty {
  display: block;
  color: var(--ink-faint);
  font-style: italic;
}

.login-link {
  min-height: 44px;
}

.member-profile {
  position: relative;
  flex: 0 0 auto;
}

.member-profile > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 5px 16px 5px 8px;
  list-style: none;
  color: var(--lav-700);
  border: 1px solid var(--lav-300);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px -18px rgba(95, 63, 160, 0.52);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.member-avatar {
  display: inline-grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--lav-600);
  font-size: 16px;
  font-weight: 800;
}

.member-profile > summary::-webkit-details-marker {
  display: none;
}

.member-profile > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.member-profile[open] > summary {
  border-color: var(--lav-500);
  background: var(--white);
}

.member-profile[open] > summary::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

.member-profile-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  width: 220px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 46px -24px rgba(36, 31, 48, 0.44);
}

.member-profile-menu a,
.member-profile-menu button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;
  color: var(--ink);
  border: 0;
  border-radius: 7px;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.member-profile-menu a:hover,
.member-profile-menu button:hover,
.member-profile-menu a[aria-current="page"] {
  color: var(--lav-700);
  background: var(--lav-100);
}

.member-profile-menu button {
  margin-top: 4px;
  border-top: 1px solid var(--line);
  border-radius: 0 0 7px 7px;
}

.member-profile > summary:focus-visible,
.member-profile-menu a:focus-visible,
.member-profile-menu button:focus-visible,
.mobile-member-area a:focus-visible,
.mobile-member-area button:focus-visible {
  outline: 3px solid rgba(128, 88, 196, 0.34);
  outline-offset: 3px;
}

.mobile-member-area {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.mobile-member-area p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0 12px 10px;
  color: var(--ink);
  font-size: 18px;
}

.mobile-member-area a,
.mobile-member-area button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  color: var(--ink);
  border: 0;
  border-radius: 10px;
  background: transparent;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.mobile-member-area a:hover,
.mobile-member-area button:hover {
  color: var(--lav-700);
  background: var(--lav-100);
}

.mobile-member-area button {
  border-top: 1px solid var(--line);
  border-radius: 0 0 10px 10px;
}

.site-feedback {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  max-width: min(420px, calc(100% - 40px));
  padding: 15px 18px;
  color: var(--white);
  border-radius: 8px;
  background: var(--plum);
  box-shadow: 0 20px 50px -24px rgba(36, 31, 48, 0.68);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.member-page {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--white) 0%, var(--bg-soft) 100%);
}

.member-page-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.member-main {
  width: min(980px, calc(100% - 40px));
  min-height: calc(100vh - 208px);
  margin: 0 auto;
  padding: 64px 0 88px;
}

.member-page-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.member-page-heading h1,
.member-access h1 {
  margin-bottom: 20px;
  font-size: clamp(44px, 6vw, 64px);
}

.member-page-heading > p:not(.eyebrow),
.member-access > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
}

.member-page-heading .member-demo-note {
  margin: 18px 0 0;
  color: var(--ink-faint);
  font-size: 16px;
}

.birthday-page-months {
  gap: 0 56px;
  margin: 0;
}

.birthday-page-months section {
  padding: 24px 0;
}

.birthday-page-months h2 {
  font-size: 24px;
}

.birthday-page-months p {
  font-size: 18px;
}

.member-access {
  max-width: 650px;
  margin: 90px auto;
  text-align: center;
}

.member-access .button {
  margin-top: 12px;
}

@media (min-width: 1001px) and (max-width: 1440px) {
  body {
    font-size: 19px;
  }

  .site-nav {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 17px;
  }

  .nav-links {
    gap: clamp(18px, 2vw, 28px);
  }

  .hero-content {
    width: min(640px, calc(100% - 64px));
    margin-left: max(32px, calc((100vw - var(--maxw)) / 2));
  }

  .section-inner,
  .footer-inner {
    width: min(var(--maxw), calc(100% - 64px));
  }

  .concert-section,
  .about-section,
  .contact-section,
  .team-section,
  .previous-section {
    padding-top: 86px;
    padding-bottom: 92px;
  }

  h2 {
    font-size: clamp(38px, 3.7vw, 48px);
  }

  .about-copy p,
  .team-copy p:not(.eyebrow),
  .contact-lead,
  .previous-card p,
  .concert-card-featured .concert-body > p:not(.eyebrow) {
    font-size: 19px;
  }

  .contact-details dt,
  .contact-details dd,
  .contact-form label {
    font-size: 17px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 18px;
  }

  .mobile-nav-panel .nav-link {
    min-height: 50px;
    font-size: 18px;
  }

  .mobile-nav-panel .login-link {
    min-height: 50px;
    font-size: 17px;
  }

  .hero-content {
    padding-top: 86px;
  }

  .eyebrow {
    font-size: 16px;
  }

  .button,
  .small-button {
    min-height: 52px;
    font-size: 17px;
  }

  .concert-section,
  .about-section,
  .contact-section,
  .team-section,
  .previous-section {
    padding: 52px 0;
  }

  .concert-image {
    min-height: 0;
  }

  .concert-card-featured .concert-body {
    padding: 24px;
  }

  .concert-card-featured .concert-body h3 {
    font-size: 28px;
  }

  .concert-card-featured .concert-body > p:not(.eyebrow),
  .about-copy p,
  .team-copy p:not(.eyebrow),
  .contact-lead,
  .previous-card p {
    font-size: 18px;
    line-height: 1.65;
  }

  .contact-layout {
    gap: 36px;
  }

  .contact-details div {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-details dt,
  .contact-details dd,
  .contact-form label,
  .contact-form .checkbox-row {
    font-size: 17px;
  }

  .contact-form {
    padding-top: 30px;
    border-top: 1px solid var(--line);
  }

  .contact-form input {
    height: 56px;
  }

  .contact-form textarea {
    min-height: 170px;
  }

  .hero-details dt {
    font-size: 13px;
  }

  .hero-details dd {
    font-size: 18px;
  }

  .footer-brand span,
  .footer-inner nav {
    font-size: 16px;
  }

  .login-demo-inner {
    padding: 36px 24px 28px;
  }

  .login-demo h2 {
    font-size: 30px;
  }

  .login-demo .button {
    width: 100%;
  }
}

/* Cohesive spacing and clear action hierarchy */
.concert-section,
.about-section,
.contact-section,
.team-section,
.previous-section {
  padding: var(--section-space) 0;
}

.section-heading {
  margin-bottom: 32px;
}

.contact-details a,
.text-link {
  color: var(--lav-700);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.about-copy p,
.team-copy p:not(.eyebrow),
.previous-card p,
.history-timeline p,
.legal-main p,
.legal-main li {
  font-weight: 500;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form .message-field,
.contact-form .form-submit {
  grid-column: 1 / -1;
}

/* Shared secondary-page navigation */
.subpage-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(46, 35, 70, 0.07);
  backdrop-filter: blur(16px);
}

.subpage-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(var(--maxw), calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
}

.subpage-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  min-width: 190px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 650;
  line-height: 1;
}

.subpage-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 1;
  filter:
    invert(39%) sepia(48%) saturate(1410%) hue-rotate(229deg) brightness(88%) contrast(91%)
    drop-shadow(0.7px 0 0 var(--lav-700))
    drop-shadow(-0.7px 0 0 var(--lav-700))
    drop-shadow(0 0.7px 0 var(--lav-700));
}

.subpage-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.6vw, 36px);
  flex: 1;
  font-size: 17px;
  font-weight: 600;
}

.subpage-links a,
.subpage-home {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.subpage-links a:hover {
  color: var(--lav-700);
}

.subpage-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  color: var(--lav-700);
  border: 1px solid var(--lav-300);
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 800;
}

.subpage-home:hover {
  border-color: var(--lav-600);
  background: var(--lav-100);
}

/* Concert information page */
.concert-detail-main {
  display: block;
  min-height: 0;
  padding: 56px 0 84px;
}

.concert-detail {
  width: min(1100px, calc(100% - 40px));
}

.detail-back {
  margin-bottom: 34px;
  font-size: 16px;
}

.concert-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: 56px;
}

.detail-copy h1 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.02;
}

.detail-copy > p:not(.eyebrow) {
  max-width: 52ch;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.event-facts {
  margin: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.event-facts div,
.performer-list div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 11px 0;
}

.event-facts div + div,
.performer-list div + div {
  border-top: 1px solid var(--line);
}

.event-facts dt,
.performer-list dt {
  color: var(--ink);
  font-weight: 800;
}

.event-facts dd,
.performer-list dd {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 600;
}

.detail-media {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 58px -38px rgba(95, 63, 160, 0.42);
}

.detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.detail-media-poster {
  background: #e9e4ee;
}

.detail-media-poster img {
  aspect-ratio: 2 / 3;
  object-fit: contain;
}

.detail-media-poster figcaption {
  padding: 14px 18px 16px;
  text-align: center;
  background: var(--white);
}

.poster-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.concert-program {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}

.concert-program h2,
.concert-choir h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
}

.concert-program p:not(.eyebrow),
.concert-choir p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}

.performer-list {
  margin: 24px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}

.concert-choir {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 54px;
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}

.concert-choir img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.legal-main {
  width: min(760px, calc(100% - 40px));
  padding: 58px 0 84px;
}

.legal-main h1 {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 58px);
}

.legal-main h2 {
  margin-top: 30px;
}

@media (min-width: 1001px) and (max-width: 1440px) {
  :root {
    --section-space: 78px;
  }

  .subpage-nav {
    width: min(var(--maxw), calc(100% - 64px));
  }
}

@media (min-width: 761px) and (max-width: 1000px) {
  :root {
    --section-space: 68px;
  }

  .team-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  }

  .team-image,
  .team-image img {
    height: 100%;
    min-height: 480px;
  }

  .team-copy {
    padding: 30px;
  }

  .subpage-nav {
    width: min(100% - 32px, 900px);
  }

  .concert-detail {
    width: min(100% - 40px, 900px);
  }

  .concert-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 32px;
  }

  .detail-copy h1 {
    font-size: 42px;
  }

  .detail-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  .event-facts div {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
  }

  .concert-program {
    gap: 36px;
  }

  .concert-choir {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 36px;
  }
}

@media (max-width: 1024px) {
  .public-nav .subpage-links,
  .public-nav .subpage-home {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --section-space: 50px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-kicker {
    justify-content: center;
  }

  .hero-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-details {
    text-align: left;
  }

  .section-heading,
  .about-heading,
  .team-copy > .eyebrow,
  .team-copy h3,
  .contact-intro > .eyebrow,
  .contact-intro h2 {
    text-align: center;
  }

  .about-facts,
  .about-copy,
  .team-copy p:not(.eyebrow),
  .contact-lead,
  .contact-details,
  .previous-card {
    text-align: left;
  }

  .about-history-link {
    margin-right: auto;
    margin-left: auto;
  }

  .team-card {
    display: block;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .subpage-nav {
    width: min(100% - 24px, 700px);
    min-height: 66px;
    gap: 12px;
  }

  .subpage-brand {
    min-width: 0;
    gap: 8px;
    font-size: 18px;
  }

  .subpage-brand img {
    width: 34px;
    height: 34px;
  }

  .subpage-home {
    min-height: 44px;
    margin-left: auto;
    padding: 0 16px;
    font-size: 15px;
  }

  .concert-detail-main,
  .history-main,
  .legal-main {
    padding-top: 38px;
    padding-bottom: 64px;
  }

  .concert-detail,
  .history-main,
  .legal-main {
    width: min(100% - 24px, 700px);
  }

  .concert-detail-hero,
  .concert-program,
  .concert-choir {
    grid-template-columns: 1fr;
  }

  .concert-detail-hero {
    gap: 32px;
  }

  .detail-copy > .eyebrow,
  .detail-copy h1,
  .concert-program .eyebrow,
  .concert-program h2,
  .concert-choir .eyebrow,
  .concert-choir h2,
  .history-header,
  .legal-main > h1 {
    text-align: center;
  }

  .detail-copy h1 {
    font-size: 42px;
  }

  .detail-copy > p:not(.eyebrow),
  .concert-program p:not(.eyebrow),
  .concert-choir p:not(.eyebrow),
  .legal-main p,
  .legal-main li {
    text-align: left;
    font-size: 18px;
  }

  .event-facts div,
  .performer-list div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }

  .concert-program,
  .concert-choir {
    gap: 30px;
    margin-top: 50px;
    padding-top: 42px;
  }

  .concert-choir img {
    order: 2;
  }

  .history-header h1 {
    font-size: 40px;
  }

  .history-header {
    margin-bottom: 42px;
  }

  .history-header > p:last-child {
    font-size: 18px;
  }

  .history-timeline li {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 0 0 36px 34px;
  }

  .history-timeline time {
    padding: 0;
    background: transparent;
  }

  .history-timeline::before {
    left: 6px;
  }

  .history-timeline time::after {
    top: 7px;
    right: auto;
    left: -33px;
  }

  .history-timeline div {
    padding: 0;
    border-bottom: 0;
  }

  .history-closing {
    margin: 46px 0 0;
    padding-top: 26px;
  }

  .birthday-months {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .birthday-page-months {
    margin-top: 0;
  }

  .birthday-page-months p {
    font-size: 18px;
  }

  .member-main {
    width: min(100% - 24px, 700px);
    padding: 44px 0 64px;
  }

  .member-page-heading {
    margin-bottom: 34px;
  }

  .member-page-heading h1,
  .member-access h1 {
    font-size: 40px;
  }

  .member-page-heading > p:not(.eyebrow),
  .member-access > p:not(.eyebrow) {
    text-align: left;
    font-size: 18px;
  }

  .member-page-heading .member-demo-note {
    text-align: center;
  }

  .member-page-actions {
    gap: 8px;
  }

  .member-page .member-profile > summary {
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .member-page .subpage-home {
    padding: 0 14px;
  }

  .site-feedback {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .member-access {
    margin: 48px auto;
  }

  .legal-main h1 {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .member-page .subpage-brand span {
    display: none;
  }

  .member-page .member-profile > summary > span:not(.member-avatar) {
    display: none;
  }

  .member-page .member-profile > summary {
    gap: 7px;
    padding: 0 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav {
    transition: none;
  }
}
