:root {
  --bg: #05090d;
  --bg-2: #091119;
  --panel: #0a1016;
  --text: #f2f4f6;
  --muted: #b6c0c9;
  --line: rgba(213, 229, 241, 0.18);
  --ice: #d7e9f7;
  --max: 1180px;
  --header-h: 62px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img, iframe, svg { display: block; }
a { color: inherit; text-decoration: none; }
strong { color: #fff; }
.anchor-section { scroll-margin-top: var(--header-h); }
.section-inner { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; position: relative; z-index: 2; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 2rem;
  padding: .65rem max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(3, 8, 12, .94);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.nav a {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #dbe3e9;
  transition: color .2s ease;
}
.nav a:hover, .nav a:focus-visible { color: white; }
.header-socials { display: flex; gap: .8rem; align-items: center; }
.header-socials a { opacity: .9; transition: opacity .2s ease, transform .2s ease; }
.header-socials a:hover { opacity: 1; transform: translateY(-1px); }
.header-socials svg { width: 22px; height: 22px; fill: #f7f7f7; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 1.5rem; }

.eyebrow {
  margin: 0 0 .6rem;
  color: #c9d9e5;
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: .95;
}
h1 { font-size: clamp(3.3rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.4rem, 4.7vw, 4.25rem); }

.recruiting-section {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #071019;
  border-bottom: 1px solid var(--line);
}
.recruiting-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,9,14,.98) 0%, rgba(3,9,14,.92) 18%, rgba(3,9,14,.72) 31%, rgba(3,9,14,.34) 45%, rgba(3,9,14,.09) 66%, rgba(3,9,14,.06) 100%),
    url("winter-vocalist-background.png") center center / 100% 100% no-repeat,
    #071019;
}
.recruiting-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.06), transparent 18%, transparent 78%, rgba(0,0,0,.22)),
    radial-gradient(circle at 58% 22%, rgba(210,234,250,.12), transparent 30%);
  pointer-events: none;
}
.recruiting-shade { position: absolute; inset: 0; background: transparent; }
.recruiting-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(430px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 2.5rem;
  padding-block: 4rem;
}
.recruiting-copy { max-width: 590px; }
.recruiting-copy h1 { margin-bottom: 1.35rem; }
.recruiting-copy p { margin: .55rem 0; max-width: 560px; font-size: 1rem; color: #e0e6eb; }
.recruiting-art { min-height: 260px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
  padding: .85rem 1.7rem;
  border: 1px solid rgba(255,255,255,.76);
  color: white;
  background: rgba(0,0,0,.28);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: .2s ease;
}
.btn:hover { background: rgba(255,255,255,.10); transform: translateY(-1px); }

.about-section {
  position: relative;
  overflow: hidden;
  padding: 3.4rem 0;
  background:
    linear-gradient(90deg, rgba(5,10,15,.98), rgba(8,17,25,.84)),
    radial-gradient(circle at 82% 20%, rgba(107,145,172,.12), transparent 30%),
    #081019;
  border-bottom: 1px solid var(--line);
}
.about-section::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(135deg, transparent 45%, rgba(255,255,255,.08) 46%, transparent 47%);
  background-size: 70px 70px;
  pointer-events: none;
}
.about-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-grid p { max-width: 720px; color: #d4dce2; margin: .9rem 0 0; }
.about-callout { display: flex; flex-direction: column; align-items: flex-start; font-family: "Cormorant Garamond", Georgia, serif; text-transform: uppercase; letter-spacing: .16em; }
.about-callout span { font-size: clamp(1.5rem, 2.8vw, 2.5rem); line-height: 1.08; }
.about-callout i { width: 48px; height: 1px; background: white; margin: 1.1rem 0; opacity: .8; }
.about-callout small { font-family: Inter, sans-serif; font-size: .67rem; letter-spacing: .24em; color: #dbe5ec; }

.media-section {
  position: relative;
  overflow: hidden;
  padding: 3.25rem 0 4.2rem;
  min-height: 590px;
  background: #04080c;
  border-bottom: 1px solid var(--line);
}
.media-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 43%, rgba(121,150,171,.16), transparent 28%),
    radial-gradient(circle at 60% 70%, rgba(255,255,255,.045), transparent 22%),
    linear-gradient(180deg, rgba(8,15,21,.45), rgba(1,4,7,.9));
}
.media-backdrop::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 44%;
  opacity: .17;
  background:
    radial-gradient(ellipse at 15% 100%, #aebac2 0 3%, transparent 3.5%),
    radial-gradient(ellipse at 35% 100%, #aebac2 0 4%, transparent 4.5%),
    radial-gradient(ellipse at 53% 100%, #aebac2 0 5%, transparent 5.5%),
    radial-gradient(ellipse at 70% 100%, #aebac2 0 4%, transparent 4.5%),
    radial-gradient(ellipse at 88% 100%, #aebac2 0 3.5%, transparent 4%);
  filter: blur(4px);
}
.media-content { max-width: 1180px; }
.section-title-block { margin-bottom: 1.3rem; }
.section-title-block p:last-child { color: #cbd4da; margin: .6rem 0 0; }
.video-frame {
  width: min(680px, 100%);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.22);
  background: #000;
  box-shadow: 0 25px 70px rgba(0,0,0,.38);
}
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-link { display: inline-block; margin-top: .8rem; color: #cfdbe4; font-size: .78rem; }
.video-link:hover { color: white; }

.shows-section {
  position: relative;
  padding: 2rem 0 2.2rem;
  background: linear-gradient(90deg, #05090d, #0a1117 70%, #05080b);
  border-bottom: 1px solid var(--line);
}
.shows-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(255,255,255,.035), transparent 25%);
  pointer-events: none;
}
.shows-grid { display: grid; grid-template-columns: .5fr 1.5fr; gap: 3rem; align-items: end; }
.shows-copy strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; text-transform: uppercase; letter-spacing: .05em; }
.shows-copy p { color: #c7d0d6; margin: .35rem 0 0; }

.contact-section { padding: 2.7rem 0 3rem; background: #03070a; }
.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; }
.contact-grid p { color: #c2cbd2; margin: .55rem 0; }
.email-link { display: inline-block; margin-top: .55rem; color: #f1f5f8; font-size: .96rem; }
.contact-socials { display: flex; justify-content: flex-end; gap: 1.6rem; flex-wrap: wrap; }
.contact-socials a { min-width: 72px; text-align: center; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; color: #dbe3e9; transition: color .2s ease, transform .2s ease; }
.contact-socials a::before { content: none; }
.contact-socials svg { width: 32px; height: 32px; margin: 0 auto .45rem; fill: #f4f7f9; }
.contact-socials a:hover { color: white; transform: translateY(-2px); }

.site-footer {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding: 1.15rem 0 1.6rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #6f7b84;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 1rem; }
  .menu-toggle { display: block; order: 2; }
  .header-socials { order: 3; }
  .nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: .75rem max(22px, calc((100vw - var(--max)) / 2));
    background: rgba(3,8,12,.98);
    border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: .75rem 0; }
  .recruiting-grid { grid-template-columns: 1fr; min-height: 470px; padding-block: 3.5rem; }
  .recruiting-art { display: none; }
  .recruiting-section::before { background-position: center center; background-size: cover; }
  .about-grid, .shows-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-callout { margin-top: .6rem; }
  .contact-socials { justify-content: flex-start; }
}

@media (max-width: 640px) {
  :root { --header-h: 58px; }
  .section-inner { width: min(calc(100% - 30px), var(--max)); }
  .site-header { padding-inline: 15px; }
  .brand { font-size: 1.55rem; }
  .header-socials { gap: .55rem; }
  .header-socials svg { width: 19px; height: 19px; }
  .recruiting-section { min-height: 560px; }
  .recruiting-section::before {
    background:
      linear-gradient(180deg, rgba(3,9,14,.20) 0%, rgba(3,9,14,.42) 40%, rgba(3,9,14,.92) 76%),
      url("winter-vocalist-background.png") center top / auto 62% no-repeat,
      #071019;
  }
  .recruiting-grid { min-height: 560px; align-items: end; padding: 12.5rem 0 2.7rem; }
  .recruiting-copy p { font-size: .94rem; }
  .about-section, .media-section { padding-top: 2.6rem; }
  .about-callout { padding-top: 1rem; border-top: 1px solid var(--line); }
  .video-frame { width: 100%; }
  .shows-section { padding-block: 2.2rem; }
  .site-footer { width: calc(100% - 30px); flex-direction: column; }
}
