*,
*::before,
*::after { box-sizing: border-box; }

:root {
  --ink: #132237;
  --ink-soft: #526071;
  --navy: #102a45;
  --navy-deep: #0a2037;
  --gold: #c99a2e;
  --gold-soft: #e9d7a8;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --line: rgba(19, 34, 55, .14);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  background: var(--navy);
  color: white;
  padding: 10px 14px;
  z-index: 100;
}
.skip-link:focus { top: 12px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(201, 154, 46, .55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  overflow: hidden;
}

.brand-mark img {
  height: 38px;
  width: auto;
  transform: translateY(1px);
}

.brand-text {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.brand-text strong {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: .12em;
  font-weight: 400;
}

.brand-text span {
  margin-top: 5px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .19em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--gold);
  transition: right .2s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after { right: 0; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 0;
  background: transparent;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 35%, rgba(233, 215, 168, .55), transparent 28%),
    linear-gradient(120deg, var(--paper), var(--cream));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: center;
  gap: 70px;
  padding-block: 90px;
}

.eyebrow,
.section-label,
.card-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
}


.hero-kicker .location {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .18em;
  color: var(--gold);
}

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(54px, 6.4vw, 92px); margin-bottom: 32px; }
h2 { font-size: clamp(42px, 4.5vw, 68px); margin-bottom: 28px; }
h3 { line-height: 1.25; }

h1 em {
  color: var(--gold);
  font-weight: 400;
}

.lead {
  max-width: 650px;
  font-size: clamp(18px, 2vw, 23px);
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--navy-deep); }
.button-light { background: var(--paper); color: var(--navy); }

.text-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 4px;
}

.hero-art {
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}

.hero-art img {
  position: relative;
  z-index: 3;
  width: min(270px, 72%);
  filter: drop-shadow(0 28px 24px rgba(19, 34, 55, .16));
}

.halo {
  position: absolute;
  width: min(430px, 92%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 253, 248, .72);
  border: 1px solid rgba(201, 154, 46, .26);
  box-shadow: 0 30px 100px rgba(19, 34, 55, .08);
}

.sound-line {
  position: absolute;
  width: 115%;
  height: 150px;
  border: 1px solid rgba(201, 154, 46, .3);
  border-color: rgba(201, 154, 46, .35) transparent transparent;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.sound-line-two {
  width: 92%;
  transform: rotate(10deg) translateY(60px);
}

.intro-strip {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.intro-grid {
  min-height: 190px;
  display: grid;
  grid-template-columns: .75fr 2fr;
  gap: 70px;
  align-items: center;
}

.section-label { margin: 0; }
.intro-text {
  margin: 0;
  max-width: 800px;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 39px);
  line-height: 1.25;
}

.section { padding-block: 120px; }

.section-heading {
  max-width: 760px;
  margin-bottom: 56px;
}
.section-heading > p:last-child,
.about-copy p,
.contact-section p { color: var(--ink-soft); }


.next-project-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.next-project-grid {
  min-height: 150px;
  display: grid;
  grid-template-columns: .75fr 2fr;
  gap: 70px;
  align-items: center;
}

.next-project-grid .section-label {
  margin: 0;
}

.next-project-text {
  margin: 0;
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.3;
}

.project-section { background: var(--navy); color: white; }
.project-section .section-heading > p:last-child { color: rgba(255,255,255,.7); }


.project-section .project-intro {
  font-size: 21px;
  line-height: 1.55;
  color: rgba(255,255,255,.78);
  max-width: 820px;
}

.project-card {
  display: grid;
  grid-template-columns: .85fr 1.5fr auto;
  gap: 45px;
  align-items: center;
  padding: 48px;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.055);
}
.project-card h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
.project-card p { margin-bottom: 0; color: rgba(255,255,255,.7); }

.project-facts {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.project-facts div { border-top: 1px solid rgba(255,255,255,.18); padding-top: 10px; }
.project-facts dt { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-soft); }
.project-facts dd { margin: 4px 0 0; font-size: 14px; }

.about-section { background: var(--paper); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.about-copy { padding-top: 42px; font-size: 19px; }
.about-copy p + p { margin-top: 24px; }

.values-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.values-grid article {
  padding: 42px 34px 38px 0;
}
.values-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}
.values-grid span { color: var(--gold); font-size: 12px; letter-spacing: .14em; }
.values-grid h3 { font-family: var(--serif); font-size: 34px; font-weight: 400; margin: 16px 0 8px; }
.values-grid p { margin: 0; color: var(--ink-soft); }

.join-section { background: var(--cream); }
.join-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.join-content { padding-top: 42px; }
.join-lead { font-family: var(--serif); font-size: 30px; line-height: 1.35; }
.check-list { list-style: none; padding: 0; margin: 36px 0; }
.check-list li { padding: 14px 0 14px 30px; border-top: 1px solid var(--line); position: relative; }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { content: "•"; position: absolute; left: 5px; color: var(--gold); }

.contact-section { background: var(--paper); }
.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 100px;
}
.contact-form {
  display: grid;
  gap: 20px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: white;
  color: var(--ink);
  padding: 14px 15px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(201, 154, 46, .35);
  border-color: var(--gold);
}
.form-note { font-size: 12px; margin: 0; }

.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,.7);
  padding-block: 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.footer-grid p { margin: 0; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: white; }
.footer-brand img { height: 38px; width: auto; }
.footer-links { display: flex; justify-content: flex-end; gap: 18px; }
.footer-links a { text-decoration: none; }

.legal {
  min-height: 70vh;
  padding-block: 90px;
}
.legal article { max-width: 780px; }
.legal h1 { font-size: clamp(46px, 6vw, 72px); }
.legal h2 { font-family: var(--serif); font-weight: 400; font-size: 30px; margin-top: 38px; }


.people-section {
  margin-top: 95px;
}

.people-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
}

.person-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding-top: 30px;
}

.person-image {
  width: 190px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--cream);
}

.person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-role {
  margin-bottom: 9px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 600;
}

.person-card h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}

.person-card p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}


.project-outlook {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.project-outlook .card-kicker {
  display: block;
  margin-bottom: 10px;
}

.project-outlook p {
  margin: 0;
  color: white;
  font-size: 14px;
  line-height: 1.6;
}


/* Farbverteilung: "Jazz, der verbindet" als ruhiger blauer Akzentblock */
.intro-strip {
  background: var(--navy);
  color: white;
  border-block: 0;
}

.intro-strip .section-label {
  color: var(--gold);
}

.intro-strip .intro-text {
  color: white;
}

/* Text im Block "Unser Konzept" konsequent linksbündig */
.about-grid,
.about-copy,
.about-copy p {
  text-align: left;
}


.about-stack {
  display: block;
}

.about-stack .about-copy {
  max-width: 820px;
  margin-top: 24px;
  padding-top: 0;
  text-align: left;
}

.about-stack .about-copy p {
  text-align: left;
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 20px 25px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 12px 0; }

  .hero { min-height: auto; }
  .hero-grid,
  .intro-grid,
  .about-grid,
  .join-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .hero-grid { padding-block: 72px; }
  .next-project-grid { grid-template-columns: 1fr; gap: 16px; padding-block: 38px; }
  .hero-art { min-height: 390px; order: -1; }
  .hero-art img { width: 190px; }
  .intro-grid { padding-block: 48px; }
  .project-card { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }
  .join-content, .about-copy { padding-top: 0; }
  .people-grid { grid-template-columns: 1fr; }
  .person-card { grid-template-columns: 160px minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 76px; }
  .main-nav { top: 76px; }
  .brand-text strong { font-size: 18px; }
  .brand-mark { width: 40px; height: 40px; }
  h1 { font-size: 47px; }
  .hero-grid { padding-block: 52px; }
  .hero-art { min-height: 300px; }
  .hero-art img { width: 145px; }
  .section { padding-block: 82px; }
  .project-card { padding: 28px 22px; }
  .project-facts { grid-template-columns: 1fr; }
  .person-card { grid-template-columns: 1fr; }
  .person-image { width: 100%; max-width: 300px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
}


.join-stack {
  display: block;
}

.join-stack .join-content {
  max-width: 820px;
  margin-top: 24px;
  padding-top: 0;
  text-align: left;
}

.join-stack .join-content p,
.join-stack .join-content li {
  text-align: left;
}

.contact-nowrap {
  white-space: nowrap;
}

.project-team {
  margin-top: 28px;
  font-size: 15px;
  color: var(--ink-soft);
}

@media (max-width: 700px) {
  .contact-nowrap {
    white-space: normal;
  }
}
