/* =====================================================
   ÜBER UNS PAGE STYLES
===================================================== */

/* INTRO SECTION */
.intro-section {
  background: var(--white);
  padding: 96px 28px;
}
.intro-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.intro-text .eyebrow { margin-bottom: 20px; }
.intro-text h2 {
  font-family: var(--ff-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 18px;
}
.intro-text h2 em { font-style: italic; color: var(--stone); }
.intro-text p { font-size: 0.97rem; color: var(--muted); line-height: 1.82; margin-bottom: 18px; }

.intro-img-wrap { position: relative; height: 520px; }
.intro-img-frame {
  width: 88%; height: 100%;
  margin-left: auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.intro-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.intro-float {
  position: absolute;
  bottom: 40px; left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  box-shadow: var(--shadow);
}
.intro-float .yr {
  font-family: var(--ff-serif);
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--dark);
  line-height: 1;
}
.intro-float .yr span { color: var(--stone); }
.intro-float p { font-size: 0.76rem; color: var(--muted); margin-top: 4px; }

/* TIMELINE */
.timeline-section {
  background: var(--cream);
  padding: 96px 28px;
}
.timeline-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 52px;
  align-items: center;
}
.timeline-main { min-width: 0; }
.timeline-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.timeline-side-top {
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 320px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.timeline-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.timeline-side-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 150px;
  border: 1px solid var(--border);
}
.timeline-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.timeline {
  position: relative;
  margin-top: 56px;
  padding-left: 48px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 8px; bottom: 8px;
  width: 1px;
  background: var(--border-mid);
}
.tl-item {
  position: relative;
  margin-bottom: 48px;
  padding-left: 28px;
}
.tl-item:last-child { margin-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -34px;
  top: 6px;
  width: 10px; height: 10px;
  background: var(--stone);
  border-radius: 50%;
  border: 2px solid var(--cream);
  box-shadow: 0 0 0 2px var(--stone);
}
.tl-year {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 6px;
}
.tl-item h3 {
  font-family: var(--ff-serif);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.tl-item p { font-size: 0.92rem; color: var(--muted); line-height: 1.75; max-width: 560px; }

/* TEAM */
.team-section {
  background: var(--white);
  padding: 96px 28px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.team-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: var(--transition);
}
.team-card:hover {
  border-color: var(--border-str);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.team-img {
  height: 280px;
  overflow: hidden;
}
.team-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.team-img .img-placeholder { height: 100%; }
.team-info { padding: 24px; }
.team-info h3 {
  font-family: var(--ff-serif);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.team-info .role {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 12px;
}
.team-info p { font-size: 0.88rem; color: var(--muted); line-height: 1.70; }
.team-info .standort-tag {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 12px;
  background: rgba(115,106,99,0.10);
  border: 1px solid var(--border-mid);
  border-radius: 20px;
  font-size: 0.70rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--stone);
}

/* STANDORTE SECTION */
.standorte-section {
  background: var(--cream-dark);
  padding: 96px 28px;
}
.standorte-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 56px;
}
.standort-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  transition: var(--transition);
}
.standort-card:hover { border-color: var(--border-str); box-shadow: var(--shadow); }
.standort-card .num {
  font-family: var(--ff-serif);
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--border);
  line-height: 1;
  margin-bottom: 4px;
}
.standort-card h3 {
  font-family: var(--ff-serif);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.standort-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.sd {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--dark-mid);
}
.sd svg { width: 15px; height: 15px; color: var(--stone); margin-top: 2px; flex-shrink: 0; }
.map-mini {
  height: 180px;
  background: var(--cream-deep);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.map-mini iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* WERTE */
.werte-section {
  background: var(--dark);
  padding: 96px 28px;
}
.werte-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 56px;
}
.wert-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  transition: var(--transition);
}
.wert-card:hover { background: rgba(255,255,255,0.07); }
.wert-icon {
  width: 48px; height: 48px;
  background: rgba(115,106,99,0.25);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.wert-icon svg { width: 22px; height: 22px; }
.wert-card h3 {
  font-family: var(--ff-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(250,248,244,0.92);
  margin-bottom: 10px;
}
.wert-card p {
  font-size: 0.88rem;
  color: rgba(250,248,244,0.50);
  line-height: 1.72;
}

/* QUOTE */
.quote-section {
  background: var(--stone);
  padding: 80px 28px;
  text-align: center;
}
.quote-inner { max-width: 740px; margin: 0 auto; }
blockquote {
  font-family: var(--ff-serif);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(250,248,244,0.92);
  line-height: 1.52;
  margin-bottom: 24px;
}
blockquote::before { content: '\201E'; }
blockquote::after  { content: '\201C'; }
.quote-author { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,248,244,0.52); }

/* LEHRPRAXIS */
.lehrpraxis-section {
  background: var(--cream);
  padding: 96px 28px;
}
.lehrpraxis-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.lp-text .eyebrow { margin-bottom: 18px; }
.lp-text h2 {
  font-family: var(--ff-serif);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 16px;
}
.lp-text h2 em { font-style: italic; color: var(--stone); }
.lp-text p { font-size: 0.96rem; color: var(--muted); line-height: 1.80; margin-bottom: 16px; }
.lp-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.lp-tag {
  padding: 6px 16px;
  background: rgba(115,106,99,0.10);
  border: 1px solid var(--border-mid);
  border-radius: 20px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--stone);
}
.lp-img {
  height: 420px;
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.lp-img img { width: 100%; height: 100%; object-fit: cover; }
.lp-img .img-placeholder { height: 100%; }

/* Responsive */
@media (max-width: 860px) {
  .intro-inner,
  .lehrpraxis-inner { grid-template-columns: 1fr; gap: 40px; }
  .intro-img-wrap { height: 320px; }
  .intro-img-frame { width: 100%; }
  .timeline-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .timeline-side {
    order: 2;
  }
  .timeline-side-top { height: 260px; }
  .timeline-side-card { height: 130px; }
  .timeline { padding-left: 34px; }
  .tl-item { padding-left: 20px; }
  .tl-dot { left: -25px; }
  .team-grid { grid-template-columns: 1fr; }
  .standorte-grid { grid-template-columns: 1fr; }
  .werte-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .intro-section, .timeline-section, .team-section,
  .standorte-section, .werte-section, .lehrpraxis-section { padding: 64px 20px; }
  .intro-float {
    left: 12px;
    bottom: 12px;
    padding: 14px 16px;
  }
  .standort-card { padding: 26px 20px; }
  .lp-img { height: 300px; }
  blockquote { line-height: 1.42; }
}
@media (max-width: 460px) {
  .timeline-side-grid { gap: 10px; }
  .timeline-side-top { height: 220px; }
  .timeline-side-card { height: 110px; }
  .timeline {
    margin-top: 40px;
    padding-left: 0;
  }
  .timeline::before { display: none; }
  .tl-item {
    margin-bottom: 32px;
    padding-left: 0;
  }
  .tl-dot { display: none; }
  .team-img { height: 230px; }
}
