@font-face {
  font-family: "Andantino";
  src: url("../../fonts/andantino-script-regular_2k5P1/Andantino script Regular/Andantino_script_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   Über uns page shell + content layout
   Place this file at: css/subpages/ueber-uns.css
========================================= */

body.page-ueber-uns {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body.page-ueber-uns #main {
  flex: 1 0 auto;
  width: 100%;
}

body.page-ueber-uns .site-footer {
  margin-top: auto;
  flex-shrink: 0;
}

.about-page-main {
  overflow: hidden;
}

.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(1.5rem, 4vw, 3rem);
}

.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 23%, rgba(255, 255, 255, 0.48) 0 5%, transparent 13%),
    radial-gradient(ellipse at 42% 18%, rgba(255, 255, 255, 0.24) 0 4%, transparent 12%),
    radial-gradient(circle at 72% 70%, rgba(105, 245, 215, 0.18) 0 8%, transparent 24%),
    radial-gradient(circle at 35% 76%, rgba(194, 145, 255, 0.16) 0 7%, transparent 22%),
    radial-gradient(circle at 74% 31%, rgba(255, 185, 220, 0.14) 0 8%, transparent 23%),
    radial-gradient(ellipse at 21% 62%, rgba(255, 220, 145, 0.11) 0 7%, transparent 21%),
    conic-gradient(
      from 128deg,
      rgba(255, 255, 255, 0.04),
      rgba(105, 245, 215, 0.16),
      rgba(194, 145, 255, 0.14),
      rgba(255, 220, 145, 0.13),
      rgba(255, 185, 220, 0.12),
      rgba(165, 255, 205, 0.10),
      rgba(255, 255, 255, 0.04)
    );
  box-shadow:
    inset 8px 10px 20px rgba(255, 255, 255, 0.08),
    inset -12px -14px 24px rgba(105, 245, 215, 0.05),
    inset 10px -8px 20px rgba(255, 185, 220, 0.035),
    0 0 22px rgba(255, 255, 255, 0.04);
  opacity: 0.5;
  filter: blur(0.2px);
  mix-blend-mode: screen;
}

.about-hero::before {
  inset: 16% auto auto 7%;
  width: clamp(4.75rem, 8vw, 8rem);
  height: clamp(4.75rem, 8vw, 8rem);
}

.about-hero::after {
  right: 9%;
  bottom: 14%;
  width: clamp(4.25rem, 7vw, 7rem);
  height: clamp(4.25rem, 7vw, 7rem);
  opacity: 0.5;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 24px;
}

.about-copy h2,
.about-vision h2,
.about-history__header h2 {
  font-family: "Andantino", "Brush Script MT", "Segoe Script", cursive;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}

.about-page-title {
  margin: 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  font-weight: 200;
  letter-spacing: clamp(0.1em, 1vw, 0.28em);
  line-height: 0.98;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
}

.about-story {
  padding: clamp(1rem, 3vw, 2rem) 0 clamp(4rem, 9vw, 7rem);
}

.about-story__inner {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
}

.about-grid {
  display: grid;
  align-items: flex-start;
  gap: clamp(4rem, 2vw, 4.5rem);
}

.about-grid--intro {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.about-grid--intro .about-copy:nth-child(3) {
  align-self: end;
}

.about-grid--music,
.about-grid--work {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.about-grid--work {
  align-items: end;
}

.about-copy {
  min-width: 0;
}

.about-copy h2,
.about-vision h2 {
  margin: 0 0 1.45rem;
  font-size: clamp(2.25rem, 4.0vw, 3.6rem);
  line-height: 0.98;
}

.about-copy p,
.about-vision p,
.about-history p {
  margin: 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.05rem, 2.8vw, 1.45rem);
  line-height: 1.48;
  letter-spacing: 0.01em;
  text-align: justify;
}

.about-copy p + p,
.about-history p + p {
  margin-top: 1rem;
}

.about-copy em,
.about-history em {
  font-style: italic;
}

.about-image {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(26px, 4vw, 48px);
  background:
    radial-gradient(650px 260px at 10% 0%, rgba(244, 231, 186, 0.08), transparent 65%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.about-image--duo {
  align-self: end;
}

.about-image--accordion {
  width: min(420px, 100%);
  justify-self: center;
}

.about-vision {
  display: grid;
  gap: 0.8rem;
}

.about-vision p {
  max-width: 1160px;
}

.about-quote {
  margin: clamp(2rem, 4vw, 3.2rem) auto 0;
  padding: 0;
  text-align: center;
}

.about-quote p {
  margin: 0 0 0.25rem;
  text-align: center;
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.about-quote strong {
  display: block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.8rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.about-history-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  width: min(980px, 100%);
  margin-inline: auto;
}

.about-history-intro .about-image {
  width: 100%;
  max-height: 360px;
}

.about-history-intro .about-image img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.about-history-intro .about-image--oboe {
  aspect-ratio: 4 / 5;
  max-width: 288px;
  justify-self: end;
}

.about-history-intro .about-image--van {
  aspect-ratio: 16 / 10;
  max-width: 520px;
  justify-self: start;
}

.about-history {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.6rem, 4vw, 3rem);
  padding-top: clamp(0.5rem, 2vw, 1rem);
}

.about-history__header {
  grid-column: 1 / -1;
  margin-bottom: clamp(0.2rem, 1vw, 0.6rem);
}

.about-history__header h2 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 4rem);
  line-height: 0.95;
}

.about-history__chapter {
  min-width: 0;
  padding: clamp(1.15rem, 2.4vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.about-history__chapter--wide {
  grid-column: 1 / -1;
}

.about-history h3 {
  margin: 0 0 0.9rem;
  color: #f4e7ba;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.05rem, 1.9vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.32;
  text-transform: uppercase;
}

.about-history p {
  font-size: clamp(1rem, 1.22vw, 1.18rem);
  line-height: 1.72;
}

.about-history-decoration {
  grid-column: 1 / -1;
  width: min(520px, 72vw);
  margin: clamp(0.5rem, 2vw, 1rem) auto;
  padding: clamp(0.65rem, 1.4vw, 1rem);
  overflow: hidden;
  border-radius: clamp(22px, 3vw, 36px);
  background:
    radial-gradient(520px 220px at 50% 0%, rgba(244, 231, 186, 0.08), transparent 65%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-history-decoration img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: clamp(16px, 2vw, 26px);
}

@media (max-width: 1080px) {
  .about-grid--intro,
  .about-grid--music,
  .about-grid--work,
  .about-history-intro {
    grid-template-columns: 1fr;
  }

  .about-grid--intro .about-copy:nth-child(3) {
    align-self: auto;
  }

  .about-image,
  .about-image--accordion {
    width: 100%;
  }

  .about-grid--music .about-image,
  .about-grid--work .about-image {
    order: 2;
  }

  .about-history-intro .about-image {
    justify-self: center;
  }

  .about-history-intro .about-image--oboe {
    max-width: min(320px, 82vw);
  }

  .about-history-intro .about-image--van {
    max-width: min(580px, 100%);
  }

  .about-history {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .about-hero {
    padding-top: 2.5rem;
  }

  .about-hero::before {
    inset: 18% auto auto 7%;
    width: clamp(3.5rem, 18vw, 5.5rem);
    height: clamp(3.5rem, 18vw, 5.5rem);
    opacity: 0.38;
  }

  .about-hero::after {
    top: 34%;
    right: 8%;
    bottom: auto;
    width: clamp(3rem, 15vw, 4.75rem);
    height: clamp(3rem, 15vw, 4.75rem);
    opacity: 0.3;
  }


  .about-story__inner {
    gap: 3.2rem;
  }

  .about-copy h2,
  .about-vision h2 {
    font-size: clamp(2.3rem, 13vw, 2.4rem);
  }

  .about-copy p,
  .about-vision p {
    font-size: 1.02rem;
    line-height: 1.62;
  }

  .about-copy p,
  .about-vision p,
  .about-history p {
    text-align: left;
  }

  .about-history__header h2 {
    font-size: clamp(3.4rem, 17vw, 3.4rem);
  }

  .about-history-intro .about-image {
    max-height: 280px;
  }

  .about-history__chapter {
    padding: 1rem;
  }

  .about-history-decoration {
    width: min(360px, 86vw);
    margin: 0.25rem auto;
    padding: 0.55rem;
  }

  .about-history h3 {
    letter-spacing: 0.06em;
  }
}
