:root {
  --ink: #292a28;
  --soft-ink: #62615c;
  --paper: #f7f1e8;
  --paper-warm: #efe3d3;
  --mist: #d7ddd5;
  --sage: #78918c;
  --clay: #a76552;
  --brass: #c8a96f;
  --charcoal: #303231;
  --charcoal-soft: #3d4140;
  --white: #fffaf2;
  --line: rgba(64, 59, 51, 0.16);
  --shadow: 0 24px 70px rgba(40, 35, 28, 0.16);
  --max: 1160px;
  font-family: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--white);
  color: var(--ink);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  color: var(--white);
  background: linear-gradient(180deg, rgba(32, 34, 33, 0.86), rgba(32, 34, 33, 0.24));
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 148px;
  min-width: 108px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
}

.brand img {
  width: 100%;
  height: auto;
}

.site-header nav,
.site-footer nav,
.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.site-header nav a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0.94;
}

.nav-cta {
  border: 1px solid rgba(255, 250, 242, 0.5);
  padding: 0.46rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.08);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: clamp(7rem, 14vh, 11rem) clamp(1rem, 5vw, 4rem) clamp(2.4rem, 6vh, 4.5rem);
  color: var(--white);
  overflow: hidden;
  background: #252726;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.52;
  object-fit: cover;
  object-position: center center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 32, 31, 0.88), rgba(30, 32, 31, 0.3) 58%, rgba(30, 32, 31, 0.72)),
    linear-gradient(0deg, rgba(30, 32, 31, 0.86), rgba(30, 32, 31, 0.08) 56%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18vh;
  background: linear-gradient(0deg, var(--paper), rgba(247, 241, 232, 0));
  pointer-events: none;
}

.hero-copy,
.hero-note {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(690px, 100%);
}

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

.hero .eyebrow,
.muted .eyebrow,
.contact .eyebrow,
.flow-copy .eyebrow {
  color: var(--brass);
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
  font-weight: 500;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6rem);
}

.hero h1 {
  max-width: 900px;
  font-size: 4rem;
  white-space: normal;
}

h2 {
  font-size: clamp(1.85rem, 4vw, 3.55rem);
}

h3 {
  font-size: clamp(1.16rem, 1.9vw, 1.46rem);
}

.hero-lead {
  max-width: 660px;
  margin: 1.1rem 0 0.8rem;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  color: rgba(255, 250, 242, 0.9);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.08rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
}

.button.primary {
  background: var(--clay);
  color: #fffaf2;
  box-shadow: 0 16px 34px rgba(90, 49, 39, 0.24);
}

.button.secondary {
  border: 1px solid currentColor;
  color: inherit;
  background: rgba(255, 250, 242, 0.08);
}

.hero-note {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  max-width: 720px;
  margin-top: clamp(2rem, 8vh, 5rem);
}

.hero-note span {
  padding: 0.46rem 0.72rem;
  border: 1px solid rgba(255, 250, 242, 0.26);
  border-radius: 999px;
  color: rgba(255, 250, 242, 0.86);
  background: rgba(29, 31, 30, 0.24);
  font-size: 0.92rem;
}

.section-pad {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1rem, 5vw, 4rem);
}

.opening,
.listen,
.section-head,
.references,
.reviews,
.discography,
.faq {
  max-width: var(--max);
  margin: 0 auto;
}

.opening {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "copy"
    "portrait"
    "text";
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.opening-copy {
  grid-area: copy;
  max-width: 900px;
}

.opening h2 {
  max-width: 760px;
}

.opening-text {
  grid-area: text;
  max-width: 900px;
  color: var(--soft-ink);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.opening-text p {
  margin: 0 0 1rem;
}

.opening-portrait {
  grid-area: portrait;
  width: min(900px, 100%);
  margin: 0;
}

.opening-portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.muted {
  max-width: none;
  background: var(--charcoal);
  color: var(--white);
}

.listen {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
  max-width: 920px;
}

.listen-image {
  justify-self: center;
  width: min(360px, 100%);
}

.listen-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.listen-copy p {
  color: rgba(255, 250, 242, 0.76);
  font-size: 1.06rem;
}

.video-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 8px;
  background: #1d1f1e;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.video-load {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  width: 100%;
  min-height: 132px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  min-height: 132px;
  background-position: center;
  background-size: cover;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 250, 242, 0.94) 0 1.3rem, rgba(255, 250, 242, 0) 1.36rem),
    linear-gradient(90deg, rgba(29, 31, 30, 0.1), rgba(29, 31, 30, 0.46));
}

.video-thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-36%, -50%);
  width: 0;
  height: 0;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.68rem solid var(--clay);
}

.video-thumb-one {
  background-image: url("weboptimierte-bilder/stephan-bienwald-solo-gitarre-frei-schwingend.jpg");
  background-position: 48% center;
}

.video-thumb-two {
  background-image: url("weboptimierte-bilder/stephan-bienwald-gitarrist-business-event.jpg");
  background-position: 46% center;
}

.video-copy {
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1rem 1rem 1rem 0;
}

.video-copy strong {
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.12;
}

.video-copy span {
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.35;
}

.video-card.is-loaded {
  position: relative;
  aspect-ratio: 16 / 9;
}

.video-card.is-loaded iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section-head {
  display: block;
}

.section-head.compact {
  display: block;
  max-width: 860px;
  text-align: center;
}

.section-head.compact h2 {
  font-size: clamp(1.55rem, 3vw, 2.65rem);
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin: 3rem auto 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.event-card {
  min-height: 390px;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(255, 250, 242, 0.48);
}

.event-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  margin-bottom: 1.35rem;
  border-radius: 4px;
  object-fit: cover;
}

.event-card span {
  display: block;
  margin-bottom: 1.15rem;
  color: var(--clay);
  font-weight: 800;
}

.event-card h3 {
  margin-bottom: 0.75rem;
}

.event-card p {
  margin: 0;
  color: var(--soft-ink);
}

.flow-band {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--charcoal);
  overflow: hidden;
}

.flow-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  opacity: 0.9;
}

.flow-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 32, 31, 0.88), rgba(30, 32, 31, 0.3) 58%, rgba(30, 32, 31, 0.72)),
    linear-gradient(0deg, rgba(30, 32, 31, 0.86), rgba(30, 32, 31, 0.08) 56%);
}

.flow-copy {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 10vh, 7rem) 0;
}

.flow-copy p {
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin: 3rem auto 0;
  border: 1px solid rgba(255, 250, 242, 0.12);
  background: rgba(255, 250, 242, 0.12);
}

.references-intro,
.reviews-intro {
  width: min(760px, 100%);
  margin: 1.5rem auto 0;
  text-align: center;
}

.references-intro {
  color: rgba(255, 250, 242, 0.78);
}

.reviews-intro {
  color: var(--soft-ink);
}

.logo-strip img {
  width: 100%;
  height: 112px;
  object-fit: contain;
  padding: 1.35rem;
  background: #fffaf2;
  filter: grayscale(1) contrast(0.92);
  opacity: 0.84;
}

.review-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 36%);
  gap: 1rem;
  max-width: var(--max);
  margin: 3rem auto 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 0 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(167, 101, 82, 0.48) rgba(64, 59, 51, 0.1);
}

.review-carousel blockquote {
  scroll-snap-align: start;
  margin: 0;
  padding: clamp(1.3rem, 2.5vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.54);
  box-shadow: var(--shadow);
}

blockquote p {
  margin: 0;
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.38;
}

.review-carousel blockquote p {
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
  line-height: 1.45;
}

.review-more {
  margin-top: 0.85rem;
  padding: 0;
  border: 0;
}

.review-more summary {
  width: max-content;
  color: var(--clay);
  cursor: pointer;
  font-weight: 800;
}

.review-more p {
  margin-top: 0.85rem;
}

cite {
  display: block;
  margin-top: 1rem;
  color: var(--clay);
  font-style: normal;
  font-weight: 800;
}

.spotify-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  max-width: 760px;
  margin: 3rem auto 0;
}

.spotify-card {
  overflow: hidden;
  min-height: 352px;
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 8px;
  background: rgba(29, 31, 30, 0.55);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  padding: clamp(1.4rem, 3vw, 2rem);
  display: grid;
  align-content: center;
  gap: 1rem;
}

.spotify-card iframe {
  width: 100%;
  height: 352px;
  border: 0;
}

.spotify-card.is-loaded {
  display: block;
  min-height: 352px;
  padding: 0;
}

.spotify-card h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.spotify-card p {
  margin: 0;
  color: rgba(255, 250, 242, 0.74);
}

.spotify-load {
  justify-self: start;
  min-height: 44px;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 250, 242, 0.3);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.faq-list {
  max-width: 880px;
  margin: 2.5rem auto 0;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 1.05rem 0;
}

summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.08rem;
}

details p {
  margin: 0.75rem 0 0;
  color: var(--soft-ink);
}

details a {
  color: var(--clay);
  font-weight: 800;
  text-underline-offset: 0.18em;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: none;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(48, 50, 49, 0.96), rgba(48, 50, 49, 0.82)),
    url("weboptimierte-bilder/stephan-bienwald-solo-gitarrist-berlin-hero-neu.jpg") center center / cover no-repeat;
  padding-left: max(clamp(1rem, 5vw, 4rem), calc((100vw - var(--max)) / 2));
  padding-right: max(clamp(1rem, 5vw, 4rem), calc((100vw - var(--max)) / 2));
}

.contact-copy {
  max-width: 800px;
}

.contact p {
  color: rgba(255, 250, 242, 0.78);
  font-size: 1.06rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.5rem clamp(1rem, 5vw, 4rem);
  color: rgba(255, 250, 242, 0.75);
  background: #252726;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  text-decoration: none;
  font-weight: 700;
}

.legal-page {
  background: var(--paper);
}

.legal {
  max-width: 760px;
  margin: 0 auto;
}

.legal h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 2rem;
}

.legal section {
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
}

.legal h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.12rem, 2.2vw, 1.38rem);
}

.legal p {
  color: var(--soft-ink);
}

.legal a:not(.button) {
  color: var(--ink);
  text-decoration-color: rgba(167, 101, 82, 0.45);
  text-underline-offset: 0.18em;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .brand {
    width: 108px;
  }

  .site-header nav {
    justify-content: flex-end;
    gap: 0.55rem;
  }

  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 84vh;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-image {
    object-position: 44% center;
  }

  .opening,
  .listen,
  .section-head,
  .contact {
    grid-template-columns: 1fr;
  }

  .opening {
    grid-template-areas:
      "copy"
      "portrait"
      "text";
    gap: 1.5rem;
  }

  .opening-portrait {
    width: min(640px, 100%);
  }

  .event-grid,
  .spotify-grid {
    grid-template-columns: 1fr;
  }

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

  .event-thumbnail {
    max-height: 210px;
  }

  .event-card span {
    margin-bottom: 1.5rem;
  }

  .review-carousel {
    grid-auto-columns: minmax(260px, 82%);
  }

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

@media (max-width: 540px) {
  .hero {
    min-height: 86vh;
    padding-top: 7rem;
  }

  .hero h1 {
    font-size: 1.85rem;
  }

  .hero-image {
    object-position: 42% center;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(30, 32, 31, 0.9), rgba(30, 32, 31, 0.48) 64%, rgba(30, 32, 31, 0.74)),
      linear-gradient(0deg, rgba(30, 32, 31, 0.88), rgba(30, 32, 31, 0.12) 56%);
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-note span {
    font-size: 0.84rem;
  }

  .listen-image {
    width: min(300px, 86vw);
  }

  .flow-band {
    min-height: 72vh;
  }

  .flow-band img {
    object-position: 39% center;
  }

  .flow-copy {
    width: min(100% - 2rem, 720px);
  }

  .video-load {
    grid-template-columns: 1fr;
  }

  .video-thumb {
    aspect-ratio: 16 / 9;
    min-height: auto;
  }

  .video-copy {
    padding: 0 1rem 1rem;
  }

  .logo-strip img {
    height: 92px;
    padding: 1rem;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 1.65rem;
  }
}
