:root {
  --ink: #1f1d20;
  --muted: #646066;
  --line: #e7e1df;
  --paper: #fffdfa;
  --soft: #f6efeb;
  --rose: #df8e86;
  --red: #df2f4a;
  --green: #23625a;
  --green-soft: #e8f1ee;
  --shadow: 0 18px 48px rgba(31, 29, 32, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(223, 47, 74, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #fff 0%, var(--paper) 38%, #f7fbfa 100%);
  background-size: 72px 100%, 100% 100%;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 253, 250, 0.92);
  border-bottom: 1px solid rgba(231, 225, 223, 0.78);
  backdrop-filter: blur(16px);
}

.brand {
  width: min(340px, 58vw);
  flex: 0 1 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav a {
  color: var(--red);
  padding: 10px 12px;
  text-decoration: none;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: var(--soft);
  outline: none;
}

#proben .eyebrow,
#repertoire .eyebrow,
#kontakt .eyebrow {
  color: var(--red);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: clamp(36px, 7vw, 86px);
  min-height: calc(100vh - 86px);
  padding-top: clamp(36px, 6vw, 72px);
}

.hero-copy {
  max-width: 750px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  color: var(--red);
  font-size: clamp(3rem, 11vw, 8.25rem);
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.25rem);
}

h3 {
  font-size: 1.2rem;
}

.lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #3f3b40;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

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

.button.secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(31, 29, 32, 0.14);
  outline: none;
}

.hero-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #cfe1dc;
  border-radius: 8px;
  background: #cfe1dc;
  box-shadow: var(--shadow);
}

.hero-panel div {
  padding: 22px;
  background: var(--green-soft);
}

.hero-panel span,
.contact-box span,
.info-card small {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-panel strong {
  display: block;
  margin-top: 4px;
  font-size: 1.12rem;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 7vw, 86px);
  border-top: 1px solid var(--line);
}

.copy p,
.section-heading p,
.contact p {
  margin: 0;
  color: #3f3b40;
  font-size: 1.08rem;
}

.copy p + p {
  margin-top: 20px;
}

.info-band {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1120px) / 2));
  padding-left: max(20px, calc((100vw - 1120px) / 2));
  background: var(--soft);
  border-block: 1px solid var(--line);
}

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

.section-heading.narrow {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 + p {
  margin-top: 20px;
}

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

.info-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.info-card h3 {
  margin-bottom: 16px;
}

.info-card p {
  margin: 0 0 18px;
}

.info-card.accent {
  color: var(--ink);
  background: var(--green-soft);
  border-color: #cfe1dc;
}

.info-card.accent small,
.info-card.accent a {
  color: var(--ink);
}

.info-card a {
  font-weight: 800;
}

.repertoire {
  text-align: left;
}

.repertoire-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 32px;
}

.repertoire-list span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 750;
}

.contact {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  align-items: center;
  gap: clamp(28px, 7vw, 80px);
  border-top: 1px solid var(--line);
}

.contact p {
  max-width: 650px;
  margin-top: 20px;
}

.contact-box {
  padding: 28px;
  border-radius: 8px;
  background: var(--green-soft);
  border: 1px solid #cfe1dc;
}

.contact-box a {
  display: inline-block;
  margin-top: 8px;
  color: var(--green);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 850;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 860px) {
  .site-header {
    min-height: 74px;
    padding-block: 14px;
  }

  .brand {
    width: min(270px, 66vw);
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
  }

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

@media (max-width: 520px) {
  .section {
    width: min(100% - 32px, 1120px);
    padding-block: 48px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
