/* ─── ABOUT TEASER (homepage) ────────────────────────────── */
.about-teaser-wrap { display: grid; grid-template-columns: 200px 1fr; gap: 56px; align-items: center; }
.about-teaser-photo {
  width: 200px; height: 200px; background: #181818;
  border-radius: var(--radius); filter: grayscale(1) contrast(1.08);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.about-teaser-photo span { font-size: 11px; letter-spacing: 0.12em; opacity: 0.18; text-transform: uppercase; }
.about-teaser-content h3 { font-size: clamp(22px, 2.5vw, 30px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 16px; }
.about-teaser-content p { font-size: 15px; opacity: 0.6; line-height: 1.8; margin-bottom: 28px; max-width: 520px; }

/* ─── ABOUT FULL PAGE ────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 88px; align-items: start; }
.about-photo { aspect-ratio: 3/4; background: #181818; border-radius: var(--radius); filter: grayscale(1) contrast(1.08); display: flex; align-items: center; justify-content: center; }
.about-photo span { font-size: 11px; letter-spacing: 0.12em; opacity: 0.18; text-transform: uppercase; }
.about-text { padding-top: 4px; }
.about-headline { font-size: clamp(36px, 4vw, 54px); margin-bottom: 28px; }
.about-body { font-size: 16px; opacity: 0.6; line-height: 1.8; margin-bottom: 52px; }
.about-stats { border-top: 1px solid var(--border); padding-top: 36px; display: flex; flex-direction: column; gap: 18px; }
.stat-row { display: flex; align-items: baseline; gap: 20px; font-size: 14px; }
.stat-val { font-weight: 700; min-width: 80px; color: var(--accent); letter-spacing: -0.01em; }
.stat-label { opacity: 0.5; }

/* ─── O NÁS EXTENDED ─────────────────────────────────────── */
.onas-section { margin-top: 72px; padding-top: 64px; border-top: 1px solid var(--border); }
.onas-section h3 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 20px; }
.onas-section p { font-size: 15px; opacity: 0.6; line-height: 1.8; margin-bottom: 16px; max-width: 640px; }
.onas-placeholder { background: var(--card-bg); border: 1px dashed rgba(255,255,255,0.1); border-radius: var(--radius); padding: 32px 36px; font-size: 14px; opacity: 0.4; font-style: italic; line-height: 1.75; }
