/* Zeichenfabrik -- About-Seite (Design-Vorlage). Nutzt die Farb-/Schrift-Variablen aus basis.css.
   Header/Fußzeile kommen aus basis.html; hier nur die About-spezifischen Sektionen. */

.about-textur {
  background-color: #F1EEE8;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .045) 0 9px, transparent 9px 18px);
}
.about-platzhalter-label {
  font-family: var(--schrift-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
  color: #8A8377; background: var(--farbe-creme); padding: 6px 12px; border: 1px dashed #CFC9BD;
}
/* Echtes Bild füllt den fixen Bildrahmen (Team-Teaser / Standort). */
.about-bild-fill { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-kicker {
  font-family: var(--schrift-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--farbe-muted); margin: 0 0 8px;
}

/* ---- Hero (dunkel) ---- */
.about-hero { background: #211c14; color: #EFE9DE; padding: 78px 24px 72px; }
.about-hero-inner { max-width: 1120px; margin: 0 auto; }
.about-hero-seit {
  font-family: var(--schrift-hand); font-size: 32px; color: var(--farbe-terrakotta);
  transform: rotate(-2.5deg); display: inline-block; margin: 0 0 6px 4px;
}
.about-h1 {
  margin: 0; font-size: 68px; line-height: 1.0; font-weight: 800; letter-spacing: -.025em;
  max-width: 13em; color: #fff;
}
.about-h1-akzent { position: relative; display: inline-block; }
.about-h1-akzent svg {
  position: absolute; left: 0; right: 0; bottom: -.1em; width: 100%; height: .34em; overflow: visible;
}
.about-lead { margin: 30px 0 0; font-size: 20px; line-height: 1.6; color: #C4BCAC; max-width: 38em; }

/* ---- Manifest (Zitat über Textur) ---- */
.about-manifest { border-bottom: 1px solid var(--farbe-rand); }
.about-manifest-inner {
  position: relative; min-height: 460px; display: flex; align-items: center; justify-content: center;
  padding: 64px 24px;
}
.about-manifest-overlay { position: absolute; inset: 0; background: rgba(244, 241, 234, .74); }
.about-manifest-rahmen {
  position: absolute; top: 26px; left: 26px; width: calc(100% - 52px); height: calc(100% - 52px);
  overflow: hidden; pointer-events: none;
}
.about-manifest-text { position: relative; max-width: 860px; text-align: center; }
.about-manifest-quote {
  margin: 0; font-family: var(--schrift-hand); font-size: 40px; line-height: 1.28; font-weight: 700;
  color: #211c14;
}

/* ---- gemeinsame Sektions-Hülle ---- */
.about-sektion { padding: 56px 24px 60px; border-bottom: 1px solid var(--farbe-rand); }
.about-sektion-inner { max-width: 1120px; margin: 0 auto; }
.about-h2 { margin: 0; font-size: 30px; font-weight: 800; }

/* ---- Story (2-spaltig) ---- */
.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.about-story--zentriert { align-items: center; }
.about-story-text { max-width: 40em; }
.about-story-text p { margin: 0 0 18px; font-size: 17px; line-height: 1.7; color: #37342d; }
.about-story-text p:last-child { margin-bottom: 0; }

/* ---- Drei Säulen ---- */
.about-saeulen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; }
.about-saeule {
  text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--farbe-rand);
  padding: 30px 28px; display: flex; flex-direction: column; min-height: 220px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.about-saeule:hover { transform: translateY(-4px); box-shadow: 0 16px 34px -14px rgba(0, 0, 0, .28); }
.about-saeule-label {
  font-family: var(--schrift-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--farbe-teal); margin-bottom: 16px;
}
.about-saeule h3 { margin: 0 0 10px; font-size: 22px; font-weight: 800; }
.about-saeule p { margin: 0 0 22px; font-size: 15px; line-height: 1.6; color: #6B665E; }
.about-saeule-cta { margin-top: auto; font-weight: 600; font-size: 14px; color: var(--farbe-teal); }

/* ---- Fakten-Band ---- */
.about-fakten-band { background: #F4F1EA; padding: 52px 24px; border-bottom: 1px solid var(--farbe-rand); }
.about-fakten { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.about-fakt { border-top: 2px solid #211c14; padding-top: 16px; }
.about-fakt-zahl { font-size: 40px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.about-fakt-label { margin-top: 8px; font-size: 14px; color: #6B665E; }

/* ---- Vier Überzeugungen ---- */
.about-werte { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 44px; max-width: 60em; }
.about-wert { display: flex; gap: 16px; align-items: flex-start; border-top: 1px solid var(--farbe-rand); padding-top: 18px; }
.about-wert-num {
  font-family: var(--schrift-mono); font-size: 13px; font-weight: 600; color: var(--farbe-teal);
  flex: 0 0 auto; padding-top: 3px;
}
.about-wert h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; }
.about-wert p { margin: 0; font-size: 15px; line-height: 1.6; color: #6B665E; }

/* ---- Team-Teaser ---- */
.about-team-text { }
/* :not(.about-kicker), damit die Mini-Headline (Kicker) darin nicht von dieser Fließtext-Regel
   überschrieben wird (Tag+Klasse schlägt sonst .about-kicker) -- Kicker bleibt überall 12px. */
.about-team-text p:not(.about-kicker) { margin: 0 0 22px; font-size: 16px; line-height: 1.65; color: #37342d; max-width: 32em; }
.about-team-bild {
  aspect-ratio: 16 / 10; border: 1px solid var(--farbe-rand);
  display: flex; align-items: center; justify-content: center;
}

/* ---- Standorte ---- */
.about-standorte { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.about-standort {
  border: 1px solid var(--farbe-rand); background: #fff; display: flex; flex-direction: column;
  text-decoration: none; color: inherit; transition: box-shadow .15s ease, transform .15s ease;
}
.about-standort:hover { box-shadow: 0 6px 18px rgba(0,0,0,.08); transform: translateY(-2px); }
.about-standort-bild {
  aspect-ratio: 16 / 9; border-bottom: 1px solid var(--farbe-rand);
  display: flex; align-items: center; justify-content: center;
}
.about-standort-text { padding: 24px 26px; }
.about-standort-text h3 { margin: 0 0 6px; font-size: 20px; font-weight: 700; }
.about-standort-text p { margin: 0; font-size: 15px; line-height: 1.6; color: #6B665E; }
.about-standort-mehr { margin-top: 12px !important; font-weight: 600; color: var(--farbe-terrakotta) !important; }

@media (max-width: 860px) {
  .about-h1 { font-size: 40px; line-height: 1.05; }
  .about-h2 { font-size: 25px; }
  .about-manifest-quote { font-size: 28px; }
  .about-story, .about-saeulen, .about-werte, .about-standorte { grid-template-columns: 1fr; }
  .about-fakten { grid-template-columns: 1fr 1fr; }
}
