/* ===== O MNE – ŠPECIFICKÉ ===== */

.about-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: center;
}

.about-photo img {
    width: 100%;
    max-width: 300px;
    border-radius: 16px;
    border: 1px solid var(--gold-dark);
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
    object-fit: cover;
    transform: translateX(50px);
}

.about-text {
    font-size: 12px; /* ← TU MENÍŠ VEĽKOSŤ PÍSMA */
    line-height: 1.65;
    white-space: pre-line;
}

.about-text b {
    color: var(--gold-light);
    font-weight: 700;
}
