.kontakty-wrap{display:flex;flex-direction:column;gap:32px}.kontakty-photo{width:100%;height:auto;max-height:380px;object-fit:cover;object-position:center 30%;border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.kontakty-cards{display:grid;grid-template-columns:1fr;gap:16px}.kc{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:22px 24px;display:flex;flex-direction:column;gap:3px}.kc-label{font-size:13px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px}.kc-phone{font-weight:800;font-size:22px;color:var(--accent-ink);white-space:nowrap}.kc-value{font-size:17px;font-weight:700;color:var(--ink)}.kc-value:hover{color:var(--accent-ink)}.kc-sub{font-size:13px;color:var(--muted)}.kontakty-intro{max-width:760px}@media (min-width: 560px){.kontakty-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.kontakty-photo{max-height:520px;object-position:center 42%}}
