/* Desktop und Grundlayout – aus Version 4.5 übernommen */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: var(--creme);
  color: var(--text);
  font-size: 18px;
  line-height: 1.72;
}

h1, h2, h3, .brand-name, .identity, .hero-title, .quote, .connect-title {
  font-family: "Libre Baskerville", Baskerville, Georgia, serif;
  color: var(--blau);
  font-weight: 400;
}

p { margin-bottom: 1.25rem; }
a { color: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  background: rgba(248,245,239,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(30,53,80,.08);
}

.nav {
  max-width: 1380px;
  margin: auto;
  padding: 1rem clamp(1.2rem, 4vw, 3.4rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.brand { text-decoration: none; }
.brand-name {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  font-size: 0.92rem;
}
.nav a {
  color: var(--blau);
  text-decoration: none;
  font-weight: 500;
}
.nav a:hover, .nav a:focus-visible {
  color: var(--sand);
}

section { scroll-margin-top: 110px; }

.hero {
  min-height: 100svh;
  padding: 7.2rem clamp(1.4rem, 6vw, 6rem) 5.2rem;
  background:
    radial-gradient(circle at 80% 15%, rgba(163,107,79,.10), transparent 32%),
    linear-gradient(135deg, var(--creme), var(--creme-hell));
  display: flex;
  align-items: center;
}

.hero-inner {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.04fr .86fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.name-large {
  font-family: "Libre Baskerville", Baskerville, Georgia, serif;
  font-size: clamp(3.4rem, 6.2vw, 6.35rem);
  line-height: .95;
  letter-spacing: -0.065em;
  color: var(--blau);
  margin-bottom: 2rem;
}

.identity {
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.45;
  margin-bottom: 3rem;
}

.hero-title {
  font-size: clamp(2.5rem, 5.1vw, 4.35rem);
  line-height: 1.15;
  letter-spacing: -0.055em;
  margin-bottom: 2rem;
}

.hero-sub {
  max-width: 670px;
  color: var(--text);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
}

.hero-photo {
  width: 100%;
  aspect-ratio: 0.77;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(.98);
}

.section {
  padding: clamp(5.5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 7rem);
}
.section-inner {
  max-width: var(--max);
  margin: auto;
}
.section h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.22;
  letter-spacing: -0.05em;
  margin-bottom: clamp(3.5rem, 6vw, 5.2rem);
}

.ansatz { background: var(--creme-hell); padding-top: clamp(4.8rem, 8vw, 7rem); }
.perspectives {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
  margin-bottom: clamp(3.2rem, 6vw, 5rem);
}
.perspective h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  margin-bottom: 1.3rem;
}
.perspective p {
  font-size: 1.08rem;
}

.connection {
  max-width: 860px;
  margin: 0 auto clamp(3.1rem, 6vw, 5rem);
  text-align: center;
  padding: 2.3rem 0 0;
  border-top: 1px solid var(--linie);
}
.connect-title {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.connection p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.08rem;
}
.ansatz-text {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.arbeitsfelder { background: var(--creme); }
.intro {
  max-width: 850px;
  font-size: 1.13rem;
  margin-bottom: clamp(4rem, 7vw, 5.7rem);
}
.questions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin: 2.2rem 0;
}
.question {
  font-family: "Libre Baskerville", Baskerville, Georgia, serif;
  color: var(--blau);
  background: rgba(255,255,255,.45);
  padding: 1.3rem;
  min-height: 112px;
  display: flex;
  align-items: center;
  font-size: 1.02rem;
  line-height: 1.55;
}

.fields-desktop {
  display: block;
}

.field-heading-row,
.field-subtitle-row,
.field-copy-row,
.field-work-row,
.field-list-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(3rem, 7vw, 5.5rem);
}

.field-heading-row h3 {
  font-size: clamp(1.45rem, 2.1vw, 1.82rem);
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin-bottom: .8rem;
  white-space: nowrap;
}

.field-subtitle {
  color: var(--sand);
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.02rem;
}

.field-copy {
  font-size: 1rem;
  padding-bottom: 1.1rem;
}
.field-copy-row {
  align-items: stretch;
}
.field-copy {
  min-height: 250px;
}

.work-title {
  margin: 0 0 .8rem;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: var(--blau);
  font-size: .75rem;
  font-weight: 600;
}

.field-list-row ul {
  list-style: none;
}
.field-list-row li {
  padding: .46rem 0;
  border-bottom: 1px solid rgba(30,53,80,.10);
  font-size: .95rem;
}

.field-mobile {
  display: none;
}

.weg {
  background: var(--blau);
  color: rgba(248,245,239,.9);
}
.weg h2, .weg .quote {
  color: var(--creme);
}
.weg-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(3rem, 8vw, 7rem);
}
.weg-kicker {
  color: #d8b39f;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.quote {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.5;
  position: sticky;
  top: 135px;
}
.weg-text p {
  margin-bottom: 1.35rem;
}
.highlight {
  margin: 2.1rem 0;
  padding: 1.6rem 0 1.6rem 1.6rem;
  border-left: 2px solid #d8b39f;
  font-family: "Libre Baskerville", Baskerville, Georgia, serif;
  color: var(--creme);
  font-size: 1.12rem;
  line-height: 1.7;
}

.kontakt {
  background: var(--creme-hell);
  text-align: center;
  padding-top: clamp(7rem, 12vw, 11rem);
}
.kontakt .section-inner {
  max-width: 820px;
}
.kontakt h2 {
  margin-bottom: 1.5rem;
}
.contact {
  margin-top: 2.7rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.3rem 2.5rem;
  color: var(--blau);
  font-weight: 500;
}
.contact a {
  color: var(--blau);
  text-decoration: none;
}

footer {
  background: var(--creme-hell);
  color: var(--muted);
  font-size: .86rem;
  padding: 2rem clamp(1.4rem, 7vw, 7rem);
}
.footer-inner {
  max-width: var(--max);
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-inner a {
  color: var(--muted);
  text-decoration: none;
}

/* Tablet */


/* Release 1.0 – Kontakt und Fokuszustände */
a:focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 3px;
}

.contact span,
.contact a {
  white-space: nowrap;
}

.contact a:hover,
.contact a:focus-visible {
  color: var(--sand);
}
