:root {
  --ink: #f6f1e7;
  --muted: #b7afa2;
  --paper: #070707;
  --surface: #111111;
  --surface-2: #181818;
  --line: #2f2a24;
  --accent: #f0b443;
  --accent-strong: #ffcc5c;
  --red: #cc2438;
  --red-dark: #8f1a2a;
  --black: #000000;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.55;
}

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

a {
  color: var(--accent-strong);
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(0, 0, 0, 0.88);
  border-bottom: 1px solid rgba(240, 180, 67, 0.24);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 52px;
  height: 52px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(240, 180, 67, 0.12);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  background: var(--accent);
  color: var(--black) !important;
  font-weight: 950;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(44px, 7vw, 96px) clamp(18px, 4vw, 58px) 44px;
  overflow: hidden;
}

.hero::after {
  content: "VOCAL";
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: -38px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(92px, 18vw, 230px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 840px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 8.4vw, 112px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(19px, 2.1vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.button.primary:hover {
  background: #e32d43;
}

.button.secondary {
  background: transparent;
  color: var(--accent-strong);
}

.hero-media {
  margin: 0;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 2px solid rgba(240, 180, 67, 0.55);
  border-radius: 50% 50% 4px 4px;
  box-shadow: var(--shadow);
  filter: saturate(0.92) contrast(1.08);
}

.hero-media figcaption {
  max-width: 520px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.event-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.event-strip article {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px clamp(18px, 4vw, 58px);
  background: var(--surface);
}

.event-strip span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-strip strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.18;
}

.section {
  padding: clamp(60px, 8vw, 108px) clamp(18px, 4vw, 58px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.text-block {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: 20px;
}

.text-block p,
.teacher p,
.card p,
.cta-section p,
.faq p {
  margin: 0;
}

.section-head {
  max-width: 900px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.card {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 26px;
  background: var(--surface);
}

.card:nth-child(2) {
  background: var(--surface-2);
}

.card p {
  color: var(--muted);
  font-size: 17px;
}

.teacher {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 5vw, 78px);
  align-items: center;
  background: #0c0c0c;
  border-block: 1px solid var(--line);
}

.teacher img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid rgba(240, 180, 67, 0.45);
  border-radius: 50%;
  filter: grayscale(0.1) contrast(1.08);
}

.teacher div {
  display: grid;
  gap: 20px;
}

.teacher p {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.gallery img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(0.9) contrast(1.05);
}

.gallery img:first-child {
  grid-column: span 2;
  border-top-left-radius: 90px;
}

.gallery img:nth-child(2),
.gallery img:nth-child(3) {
  grid-column: span 2;
}

.gallery img:nth-child(4),
.gallery img:nth-child(5),
.gallery img:nth-child(6) {
  grid-column: span 2;
}

.gallery img:last-child {
  border-bottom-right-radius: 90px;
}

.faq {
  background: #0b0b0b;
  border-block: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin-top: 34px;
}

details {
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
}

summary {
  cursor: pointer;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

details p {
  padding-top: 14px;
  color: var(--muted);
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  margin: clamp(20px, 4vw, 58px);
  padding: clamp(32px, 5vw, 58px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(204, 36, 56, 0.92), rgba(13, 13, 13, 0.96)),
    var(--red-dark);
  border: 1px solid rgba(240, 180, 67, 0.32);
  border-radius: 4px;
}

.cta-section .eyebrow,
.cta-section p {
  color: #f4dec1;
}

.cta-section p {
  max-width: 760px;
  margin-top: 16px;
  font-size: 19px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px clamp(18px, 4vw, 58px);
  color: var(--muted);
  background: var(--black);
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--accent-strong);
}

.legal-page {
  min-height: calc(100vh - 76px);
}

.legal-hero {
  padding: clamp(44px, 7vw, 92px) clamp(18px, 4vw, 58px) clamp(26px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 980px;
  font-size: clamp(46px, 8vw, 104px);
}

.legal-hero p:last-child {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.legal-content {
  max-width: 900px;
  padding: clamp(36px, 6vw, 76px) clamp(18px, 4vw, 58px);
}

.legal-content h2 {
  margin-top: 36px;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .hero,
  .split,
  .teacher,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    aspect-ratio: 16 / 11;
    border-radius: 4px 70px 4px 4px;
  }

  .event-strip,
  .cards,
  .gallery {
    grid-template-columns: 1fr;
  }

  .cta-section {
    margin-inline: 18px;
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 66px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand span {
    max-width: 150px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .event-strip article {
    min-height: 108px;
  }

  .teacher img {
    border-radius: 4px;
  }

  .gallery img:first-child,
  .gallery img:last-child {
    border-radius: 4px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
